/* CSS */

body {
	margin:0px 0;
	padding:0;
	color:#cccccc;
	line-height: 1.5em;
	background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

a {
	color: #FF9900;
	background: inherit;
	text-decoration:none;
}
a:hover {
	color:#333333;
	background: inherit;
	text-decoration:none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






ul { margin: 0 0 0px 0; padding : 0; list-style : none; }
li { 	margin: 0 0 2px 0; padding: 0 0 0 0px;	color: #555; }


.container {
	color: #666666;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

/* HEADER 
-------------------
*/
#header {
	margin: 0;
	width: 1000px;
	height: 190px;
	color: #FFFFFF;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#left_side {
	margin:0;
	width: 180px;
	float: left;
	padding-left: 5px;
	padding-right: 15px;
}


#mid {
	float: left;
	width: 580px;
	margin:0;
	padding-right: 20px;
	padding-left: 20px;
}


#right_side {
	margin:0;
	width: 145px;
	float: right;
	padding-right: 10px;
	padding-left: 20px;
}

#right_side img {
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


/* FOOTER
------------*/
#footer {
	clear:both;
	height: 25px;
	color:#555;
	font-size:90%;
	text-align:center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
}


.form_wrapper {
	width:250px;
	height:400px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: auto;
	margin-top: auto;
	background-image: url(images/form_wrapper_bg.gif);
}

#login_container {
	float: right;
	height: 35px;
	width: 400px;
	margin-top: 85px;
	text-align: right;
	margin-right: 5px;
}


textarea {
	width:220px;
	height:100px;
	overflow: auto;
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

input {
	background-color: #FFFFFF;
}
input.textboxes {
	width:120px;
	height:15px;
	background-color:#FFFFFF;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
}
input.textboxes2 {
	width:170px;
	height:15px;
	background-color:#FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
}


input.btn {
	background-image: url(images/send.jpg);
	width:54px;
	height:16px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.btn2 {
	width:50px;
	height:23px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #999999;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
