
img{
	border: none;
}

form{
	margin: 0px;
	padding:0px 0 0 0px;
}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

.clear{clear: both;}

.outer{
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	}
.wrapper { 
	 margin: 0 auto;
	 padding: 0px;
	 width: 100%;
	 height: 400px;
	 float:left;
}
.wrapper_cont { 
	 margin: 0 auto;
	 padding: 0px;
	 width: 960px;
	 height: 340px;
	
	
}


/*contents*/

#simpleForm form { 
	margin: 0 auto; 
	padding: 5px; width: 80%; 
	margin-bottom: 10px; 
	text-align: left; 
	}
	
#simpleForm form fieldset { 
	margin: 0; 
	padding: 20px; 
	border: 1px solid #ddd; 
	margin-bottom: 10px;
	}
#simpleForm form fieldset legend { 
	color: #ff4800; 
	font: normal 17px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	
#simpleForm form label { 
	color: #667;
	display: block; 
	float: left; 
	width: 30%; 
	text-align: right; 
	padding: 0; 
	margin: 7px 0 0 0; 
	font: normal 13px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
#simpleForm form fieldset label:first-letter { 
	text-decoration: underline; 
	}
#simpleForm form input { 
	width: auto; 
	margin:5px 0 5px 10px; 
	border: 1px solid #bbb; 
	height: 18px; 
	padding: 3px 3px 3px 6px; 
	font: normal 13px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #334;
	}
	
	
#simpleForm form input:hover {
	background: #f8f8f8;
	}
	
#simpleForm form input.large {
	width: 50%; 
	}
	
#simpleForm form input.medium { 
	width: 24%;
	}
	
#simpleForm form input.smallplus { 
	width: 12%; 
	}
	
#simpleForm form input.small { 
	width: 8%; 
	}
	
#simpleForm form input.radio { 
	border: 0; margin: 5px 3px 0px 10px;
	}
	
#simpleForm form input.checkbox { 
	border: 0; margin: 5px 3px 0px 10px; 
	}
	
#simpleForm form select { 
	margin:5px 0 5px 10px; 
	border: 1px solid #bbb; 
	height: 24px; 
	padding: 3px 3px 3px 3px; 
	font: normal 13px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #334;
	}
	
#simpleForm form select:hover {
	background: #f8f8f8;
	}
	
#simpleForm textarea { 
	overflow: auto; 
	width: 50%; 
	margin: 10px 0px 0px 10px; 
	border: 1px solid #bbb; 
	font: normal 13px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #334;
	}
	
#simpleForm textarea:hover { 
	background: #f8f8f8;
	}
	
#simpleForm textarea.large { 
	overflow: auto; 
	width: 80%; 
	margin: 10px 0px 0px 10px; 
	border: 1px solid #bbb; 
	font: normal 13px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #334;
	}
	
#simpleForm textarea.large:hover { 
	background: #f8f8f8;
	}
	
#simpleForm textarea.adv { 
	overflow: auto; 
	width: 100%; 
	margin: 3px 0px 0px 3px; 
	border: 1px solid #bbb; 
	font: normal 13px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #334;
	}
	
#simpleForm textarea.adv:hover { 
	background: #f8f8f8;
	}
	
#simpleForm img.tmb { 
	border: 3px solid #ccc; 
	padding: 2px;
	}
	
#simpleForm img.tmb:hover { 
	border: 3px solid #ff4800;
	}
	
#simpleForm img.tmb_active { 
	border: 3px solid #ff4800; 
	padding: 2px;
	}
	
#simpleForm form .required{
	font-weight:bold;
	}
	
#simpleForm form br { 
	clear:left;
	}
	
#messagebox { width: 700px; text-align: center; padding: 5px 0px 5px 0px; margin-bottom: 15px; border: 1px solid #a6fb99; color: #009900; font: normal 15px/15px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;margin:auto;}

#errorbox { width: 700px; text-align: center; padding: 5px 0px 5px 0px; margin-bottom: 15px;color:#ff0000;border: 1px solid #ff8f8f;margin:auto;} 


