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

body{
	padding-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#login{
	margin-left: 55px;
	margin-top: 0px;
	margin-bottom:0px;
	padding-top:10px;
}

#login a{
	color: #F25623;
	text-decoration: none;
}
.acounthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-left: 55px;
}

label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.textinput
{
	border: 1px solid #e7e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	width: 400px;
	font-weight: normal;
	height:25px;
}
.registerbkgnd {
	background-image: url(../images/login/member_background1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.member_background {
	background-image: url(../images/login/member_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.member {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-left: 50px;
	width: 325px;
	margin-top: 70px;
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

