@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.thrColFix #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#f8f7f7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFix #mainContent { 
	margin: 0;
	padding: 20px 10px 50px 10px;
}

img {border:0px}


/* FORM LINKS
-----------------------------------------------------------------------------*/

input, textarea {
background:url(back.jpg) repeat-x #93e1ff; 
border:1px solid #848383; 
width:191px; padding:5px; 
color:#006; 
font-weight:bold; 
-webkit-border-radius:5px;
-moz-border-radius:5px
}

input:focus, textarea:focus {background:url(backRoll.jpg) repeat-x #86cee9;}


.submit {
width:100px; 
background-color:#93e1ff; 
color:#fff; 
border:1px solid #848383; 
cursor:pointer; 
*border:1px; 
color:#006; 
font-weight:bold; 
-webkit-border-radius:5px;
-moz-border-radius:5px 
}

.submit:hover {background:url(backRoll.jpg) repeat-x #86cee9; color:#006; font-weight:bold}

