     @charset "utf-8";

html {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	font: normal 11px/13px Verdana, sans-serif;
	line-height: 1.8em;
	color: #000;
	background-color: #fff;
	text-align: left;
}

#wrap {
	position:absolute;
	left: 50%; 
	top: 50%; 
	width: 800px;
	margin-left: -400px;
	height: 570px;
	margin-top: -300px;
}

#dogs {
	width:800px;
	height:210px;
	float:left;
	background-color: #fff;
}

#nonmember_home {
	width:800px;
	height:360px;
	float:left;
	background-color: #FDAD35;
}

.nonmember_home_content {
	width:760px;
	padding:20px;
}

.loginbox {
	display:block;
	float:left;
	margin:20px 0 0 50px;
	padding:0px;
	height:133px;
	width:272px;
	background: url('/images/loginbox_bg.gif') no-repeat;
	color:#fff;
}

.loginbox p {
	margin:0;
}

.loginbox .forgot {
	margin: 2px 0 0 0;
	font-size:9px;
	text-align:center;
}


label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 4px;
	display: block;
	font-weight: bold;
	clear:both;
}

input {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-weight: bold;
	font-size:9px;
	background-color: #FFFFFF;
	width:120px;
	margin-top:4px;
}

#login_button {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-weight: bold;
	background-color: #FFFFFF;
	width:60px;
}

#footer {
	display:block;
	float:left;
	font: normal 10px/12px verdana;
	color:#fff;
	width:800px;
	background-color: #FF6A00;
	height:30px;
}

#footer .inner {
	width:300px;
	height:20px;
	float:right;
	text-align:right;
	margin: 8px 10px 0 0;
}

#footer a {
	color:#fff;
	text-decoration: none;
}

#footer a:hover {
	color:#f00;
	text-decoration: underline;
}



#register_now_button {
	margin: 30px 70px;
}

#forgot_form {
	display:block;
	float:right;
	margin:10px 70px 0 0;
	padding:6px;
	height:121px;
	width:260px;
	background: url('/images/loginbox_bg.gif') no-repeat;
	color:#fff;
}

#forgot_form p {
	margin:0;
}
.small_padding {
	margin:10px;
}

.error {
	color:#F00;
	margin:6px 0 0 0;
	text-align:center;
}

form {
	margin:0;
	padding:0;
}

a {
	text-decoration: underline;
	color:#fff;
}
a:hover {
	color:#f00;
}
a:visited {
	color:#fff;
}
a:visited:hover {
	color:#f00;
}

