@import url('divs.css');
@import url('tags.css');
@import url('texteditor.css');

html { margin: 0; padding: 0; }

body
{
	padding: 0;
	margin: 0;
	background: url(../upload/images-master/Body.jpg) repeat-x #e5e5e5;
	font-size: 12px;
	font-family: trebuchet ms;
}

td
{
	line-height: 16px;
}

a
{
	text-decoration: none;
	color: #012868;
}

a:hover
{
	color: #682f01;
}

p
{
	margin: 0 0 8px 0;
}

button
{
	cursor: pointer;
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
	padding: 1px;
	font-weight: bold;
	font-size: 10px;
	width: auto;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
}
button:hover { background: #ccc; }
input, textarea
{
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	padding: 1px;
}

form { border: 0; padding: 0; margin: 0; }

hr { border: 0; display: block; border-top: 1px solid #ccc; height: 1px; background: none; }

a img { border: 0; }

