/*form {
	margin: 0px;
	padding: 0px;
}*/
.fixed{ clear:both;}

/* CSS Document */
.popWrapper a{ text-decoration:none; color:#000}
.popWrapper a:hover{ text-decoration:underline;}
.greenButton a:hover{
	text-decoration:none;
}
.red{color:#F00;}
.popWrapper {
	padding: 0px;
	height: 459px;
	width: 398px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../images/bgPopupLogin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
.popLogo{
	height:100px;
}

.popClose {
	position: absolute;
	height: 12px;
	width: 12px;
	left: 378px;
	top: 8px;
}


.popContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
.popLoginBox {
	background-color: #FDFDFD;
	border: 1px solid #EAEAEA;
	width: 292px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.popFormFields{
	margin:0px;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	width:292px;
}
.popFieldInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #DADADA;
	width:155px;
}

.popLoginBox form h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #96CC33;
	background-image: url(../images/icoLogin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	height: 31px;
}
.popFields{
	margin:0px;
	padding:0px;
	padding-right:37px;
}
.fieldLeft{
	float:left;
	width:65px;
	margin:0px;
	padding:0px;
	padding-top:2px;
}
.fieldForm{
	padding-left:66px;
	padding-top:2px;
}
.popFieldsButton{
	float:right;
	width:37px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.textsLeft{
	padding-left:65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-style: normal;
	line-height: 12px;
	padding-top: 5px;
}
.popLoginRegisterBox{
	margin:0px;
	padding:0px;
	width: 292px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.popLoginRegisterBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #96CC33;
	background-image: url(../images/icoLogout.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	height: 31px;
}
.popLoginRegisterBox p{
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
}
.popLoginRegisterBox ul{
	margin:0px;
	padding:0px;
}
.popLoginRegisterBox li{
	margin:0px;
	padding:0px;
	margin-left:15px;
}

.greenButton a {
	border:0;
	background-image: url(../images/btn02.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-align:center;
	width:auto;
	overflow:visible;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor:pointer;
}
.greenButton a span {
	position:relative;
	float: left;
	display:block;
	white-space:nowrap;
	height:22px;
	color:#FFFFFF;
	background-image: url(../images/btn01.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
}
.greenButton.sfactive a {
	background-position: right -50px;
}
.greenButton.sfactive a span {
	background-position: left -50px;
}
.greenButton.sfhover a {
	border:0;
	background-image: url(../images/btn02.gif);
	background-repeat: no-repeat;
	background-position: right -25px;
	text-align:center;
	width:auto;
	overflow:visible;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.greenButton.sfhover  a span {
	position:relative;
	float: left;
	display:block;
	white-space:nowrap;
	height:22px;
	color:#FFFFFF;
	background-image: url(../images/btn01.gif);
	background-repeat: no-repeat;
	background-position: left -25px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
