body {
	background-image: url(images/page_back.gif);
	margin: 0px;
	padding: 0px;
}

form {
	display:inline
}

input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px;
	background-color:#B9B9B9;
	color:#fff;
	font-weight:bold;
}

td,div,th,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link, a:visited {
	color:#949494;
	text-decoration:none
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline
}

#content_mainbox {
	padding: 10px 20px;
}

#content_mainbox a:link, #content_mainbox a:visited {
	font-weight: bold;
	color: #C15313;
}

.left_td {
	background-image: url(images/back_left.gif);
	background-repeat: repeat-y;
	width: 174px;
}
.right_td {
	background-image: url(images/back_right.gif);
	width: 174px;
}
.content {
	background-color: #FFFFFF;
}
.content_head {
	background-image: url(images/content_gradient.gif);
}

.header_gradient {
	background-image: url(images/header_gradient.gif);
}

.innerbox {
	background-color: #313131;
}

.innerbox_content {
	color: #949494;
	padding: 5px 8px 5px 12px;
}

.innerbox_bold {
	font-weight: bold;
	color: #FFFFFF;
}

.innerbox_bold_login {
	font-weight: bold;
	color: #C15313;
}
.bottom_gradient {
	background-image: url(images/bottom_gradient.gif);
}
.main_border_bottom {
	background-image: url(images/main_border_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
}
.box_topgradient {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/box_topgradient.gif);
}
.box_undertop {
	background-color: #D9D9D9;
}



.box_maincontent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8A8A8;
	border-left-color: #A8A8A8;
	padding: 15px;
	background-color: #EFEFEF;
}

.box_normcontent {
	border: 1px solid #a8a8a8;
	border-top: 0px;
	padding:15px;
	background-color: #efefef
}


.box_footer {
	background-image: url(images/box_b_gradient.gif);
	background-repeat: repeat-x;
}


.login_form {
	background:url(images/loginbg.gif) no-repeat;
	
}

.login_fields {
	width:130px; 
}

.button {
	background:url('images/button_bg.gif');
	border: 1px solid #C60000;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial;
	cursor:pointer;
	padding:1px;
	margin-top:4px;
}
