@charset "utf-8";
/* CSS for input Wrapper */

div.input_wrapper input{
	float:left;
	color:#6d889b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
div.input_wrapper textarea{
	float:left;
	overflow:auto;
	color:#6d889b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
div.input_wrapper {
	float:left;	
	margin:4px 0px 4px 0px;
}
*html div.input_wrapper {
	margin:4px 0px -8px 0px;
}
div.top_left_wrapper {
	float:left;
	background-image:url(../images/inputs/form-top-left.gif);
	height:2px;
	width:2px;
	background-repeat:no-repeat;
	line-height:2px;
	padding:0px;
	font-size:0px;
	max-height:2px;
}
div.top_wrapper {
	float:left;
	background-image:url(../images/inputs/form-top.gif);
	height:2px;
	background-repeat:repeat-x;
	background-color:red;
	font-size:0px;
	padding:0px;
	margin:0px;
	max-height:2px;
	line-height:2px;	
}
div.top_right_wrapper {
	float:left;
	background-image:url(../images/inputs/form-top-right.gif);
	height:2px;
	width:2px;
	background-repeat:no-repeat;
	line-height:2px;
	padding:0px;
	margin:0px;
	max-height:2px;
	font-size:0px;
}
div.left_wrapper {
	float:left;
	background-image:url(../images/inputs/form-left.gif);
	width:2px;
	background-repeat:repeat-y;
}
div.right_wrapper {
	float:left;
	background-image:url(../images/inputs/form-right.gif);
	width:2px;
	background-repeat:repeat-y;	
}
div.bottom_left_wrapper {
	float:left;
	background-image:url(../images/inputs/form-bottom-left.gif);
	height:2px;
	width:2px;
	background-repeat:no-repeat;
}
div.bottom_wrapper {
	float:left;
	background-image:url(../images/inputs/form-bottom.gif);
	height:2px;
	background-repeat:repeat-x;
}
div.bottom_right_wrapper {
	float:left;
	background-image:url(../images/inputs/form-bottom-right.gif);
	height:2px;
	width:2px;
	background-repeat:no-repeat;
}
div#sign_up div.content_1 {
	float:left;
	margin:0 0 3px 0;
}
a#submit {
	display:block;
	float:left;
	padding:3px;
	margin:20px 0px 20px 70px;
	width:136px;
	border:1px solid #6d889b;
	text-decoration:none;
	color:#6d889b;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
}
a#register {
	display:block;
	float:right;
	padding:3px;
	margin:20px 0px 20px 0px;
	width:136px;
	border:1px solid #6d889b;
	text-decoration:none;
	color:#6d889b;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
}
#retrieve_password{
	margin:20px 0px 0px 0px;
	padding:10px 5px 0px 5px;
	display:none;
	border-top:1px #6D889B solid;
	float:left;
}