@charset "utf-8";
/* CSS Document */

div#register{
	margin:0 0 30px 280px;
	border-left:1px dotted #4c5144;
	padding-left:30px;
	width:auto;
	}
	div#register h5{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		font-weight:bold;
		color:#4b5144;
		margin:-15px 0 10px 180px;
		
	}
	div#register p{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#fff;
		margin:0 0 20px 180px;
		width:400px;
	}
	div#register span.info{
		color:#fff;
		float:left;
	}
	div#register a{
		color:#fff;
	}
	div#register fieldset{
		margin:0;
		padding:0;
		border:0;
		}
		div#register fieldset label{
			display:block;
			float:left;
			width:150px;
			text-align:right;
			padding-right:30px;
			color:#fff;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			}
			div#register fieldset label.box{
				width:auto;
				text-align:left;
				padding-right:0px;
				float:none;
				display:inline;
				position:absolute;
				line-height:20px;
			}
		div#register fieldset select{
			border:1px solid #b2b6ab;
			background-color:#b2b6ab;
			margin-bottom:10px;
			color:#fff;
			float:left;
			margin-right:5px;
		}
		div#register fieldset input{
				width:400px;
				border:1px solid #b2b6ab;
				background-color:#b2b6ab;
				margin-bottom:10px;
				color:#fff;
			}
			div#register fieldset input.zipcode_chars{
				width:100px;
			}
			div#register fieldset input.zipcode_numbers{
				width:50px;
			}
			div#register fieldset input.box{
				width:auto;
				background:none;
				border:none;
				}
				div#register fieldset input.box.female{
					margin-left:50px;
				}
			div#register fieldset select.errorField,
			div#register fieldset input.errorField{
				color:#f00;
				border:1px solid #f00;
			}

div#login{
	position:absolute;
	left:40px;
	top:20px;
	width:170px;
	}
	div#login h5{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		font-weight:bold;
		color:#4b5144;
		margin:-15px 0 10px 40px;
		
	}
	div#login p{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#fff;
		margin:0 0 20px 40px;
		width:170px;
	}
	div#login fieldset{
		margin:0 0 20px 40px;
		padding:0;
		border:0;
		}
		div#login fieldset input{
			border:1px solid #b2b6ab;
			background-color:#b2b6ab;
			color:#fff;
			font-size:10px;
			width:170px;
			margin-bottom:5px;
			padding:3px 0;
		}
		div#login fieldset input.send{
			width:129px;
			height:30px;
			border:0;
			background:transparent url(/images/btn-submit.gif) 0 0 no-repeat;
			text-indent:-10000px;
			font-size:0;
			line-height:0;
			cursor:pointer;
			margin-left:-5px;
		}

