body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#L2_Body_Region {
	width: 920px;
	height: 100%;
	height: auto;
 

	background-color: #F6F4F4;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;

	behavior: url(includes/border-radius.htc);
	border-radius: 10px;
	border-radius: 10px;	
	
	/*border: 1px solid #FF00FF;*/
}

#L2_Body {
	width: 880px;
	height: 100%;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 19px;
	margin-left: auto;
	margin-right: auto;	/*border: 1px solid #FF00FF;*/
}

.text_header {
	font-size: 26px;
	color: #174057;
	line-height: 26px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.text_error
{
	color: #F00;
}


#entry_form
{
  width: 98%;
	margin-left: auto;
	margin-right: auto;
		    
    /*border: 1px solid #FF00FF;*/
}

#entry_form label
{
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
	width: 150px;
	padding: 3px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}


#entry_form input[type=text]
{
	width: 250px;
	height:20px;    	
	border: 2px solid #ccc;
	padding:5px 8px;
}

#entry_form input[type=email]
{
	width: 250px;
	height:20px;    	
	border: 2px solid #ccc;
	padding:5px 8px;
}

#entry_form input[type=password]
{
	width: 250px;
	height:20px;    	
	border: 2px solid #ccc;
	padding:5px 8px;
}

#entry_form select
{
	border: 2px solid #ccc;
	height:40px;	
	padding:5px 8px;
	width: 250px;
	font-size:1em;
  line-height:27px;
	
	
}

#entry_form button {
	height:2.8em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;	

}

#entry_form button img {  
	margin-right: 5px;  
	vertical-align: middle;
	float:left;

} 

#entry_form .submit_button{
	color: #333333;
	background-color: #EBE7E7;
	border: 1px solid #999;
	
	margin-left:170px;
}

#entry_form button.submit_button:hover {
	color: #333333;
	background-color: #CCCCCC;
}

#entry_form .action_button{
	color: #333333;
	background-color: #EBE7E7;
	border: 1px solid #999;
}

#entry_form button.action_button:hover {
	color: #333333;
	background-color: #CCCCCC;
}


#entry_form .close_button{
	color: #333333;
	background-color: #EBE7E7;
	border: 1px solid #999;
}

#entry_form button.close_button:hover {
	color: #333333;
	background-color: #CCCCCC;
}

#entry_form br
{
	clear: left;
}

#entry_form .inserts
{
	padding: 3px;
	margin-left: 170px;
	width: 250px;
	clear: both;
	
	/*border: 1px solid #FF00FF;*/
	
	
}

#entry_form .form_instructions
{
	padding: 3px;
	margin-left: 170px;
	width: 250px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
		
	/*border: 1px solid #FF00FF;*/
}


#entry_form input.checkbox_styled_right {
	float: left;
	
	/*border: 1px solid #FF00FF;*/
}


input:required:invalid, input:focus:invalid {
  -moz-box-shadow: none;
  background-color:#ffe7e7;
}

input:required:valid {
 	background-color:#CDFECD;
}

select:required:invalid, input:focus:invalid {
  -moz-box-shadow: none;
  background-color:#ffe7e7;
  
}
select:required:valid {
 	background-color:#CDFECD;
}

/*MESSAGE BOX LAYOUT*/

#text_message {
	font-weight: bold;
	color: #39F;
	background-color: #F0F0F0;	
	width: 40%;
	border: 1px solid #39F;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-bottom: 10px;
	behavior: url(includes/border-radius.htc);
	border-radius: 10px;
	border-radius: 10px;
}

#text_message li{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 3px;	
	
}

/*ERROR LAYOUT*/

#text_message_error {
	font-weight: bold;
	color: #600;
	background-color: #F0F0F0;
	width: 40%;
	border: 1px solid #600;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-bottom: 10px;
	behavior: url(includes/border-radius.htc);
	border-radius: 10px;
	border-radius: 10px;
}

#text_message_error li{
	display: block;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 3px;	
	padding-left: 0px;
	padding-right: 3px;		
	
}

.inserts
{
	padding: 3px;
	margin-left: 170px;
	width: 250px;
	clear: both;
	
	/*border: 1px solid #FF00FF;*/
	
	
}

#HeaderLogo {
	width: 880px;
	height: 200px;
	
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	position:relative;
  
  /*border: 1px solid #FF00FF;*/
}

#header_image
{    
    position:absolute;
    left:0;
    top:10px;
}