p.mainPopup {
	width:629px;
	height:438px;
	overflow-y:scroll;
	margin:45px auto 45px auto;
	background:#FFFFFF;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:#999 solid 1px
}
.mainPopup h1 {
	font-size:20px;
	margin:0 0 20px 0;
}

.mainPopup h2 {
	font-size:16px;
	margin:0 0 5px 0;
	font-weight:normal;
	text-align:left;
	color:#BF0037
}
#lostPassword, #registration {
	text-align:center;
	padding:85px 30px 0 30px
}
#registration {
	text-align:center;
	padding:70px 30px 20px 30px;
	font-family:Arial, Helvetica, sans-serif;
	width:629px;
	height:438px;
	overflow-y:scroll;
}

#popupHelp {
	text-align:left;
	padding:30px 30px 0 30px
}

#registrationForm{
	text-align:center;
	padding:30px 30px 20px 30px;

}

#lostPassword p, #registration p {
	margin:20px 0 20px 0
}
#lostPassword input {
	width: 350px;
	padding:10px;
	color:#666;
	border:1px solid #AAA;
	font-size:18px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 2px 2px 0px #ccc;
	-moz-box-shadow: inset 0px 2px 2px 0px #ccc;
	box-shadow: inset 0px 2px 2px 0px #ccc;
	margin:0px;
	text-align:center
}
#registration input, #registrationForm input {
	width: 200px;
	padding:10px;
	color:#666;
	border:1px solid #AAA;
	font-size:16px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 2px 2px 0px #ccc;
	-moz-box-shadow: inset 0px 2px 2px 0px #ccc;
	box-shadow: inset 0px 2px 2px 0px #ccc;
	margin-left:15px;
}

#helpForm input, #helpForm textarea {
	width: 200px;
	padding:10px;
	color:#666;
	border:1px solid #AAA;
	font-size:16px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 2px 2px 0px #ccc;
	-moz-box-shadow: inset 0px 2px 2px 0px #ccc;
	box-shadow: inset 0px 2px 2px 0px #ccc;
	margin-left:15px;
}

#registration td, #registration table {
	border: 1px #CCC solid;
	font-size:14px
}

#registration table {
	margin-bottom:15px;
}

#registration table a, #popupHelp a{
	color:#BF0037
}

#registration span {
	display:inline-block;
	margin:7px
}
.grayButton {
	padding:7px 15px 7px 15px;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	display:inline-block;
	background: #777777; /* Old browsers */
	background: -moz-linear-gradient(top, #777777 0%, #2d2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #2d2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #777777 0%, #2d2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #777777 0%, #2d2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #777777 0%, #2d2d2d 100%); /* IE10+ */
	background: linear-gradient(top, #777777 0%, #2d2d2d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#2d2d2d', GradientType=0 ); /* IE6-9 */
	margin-top:15px;
}
#registration th {
	background-color:#888;
	color:#FFF;
	border: 1px #CCC solid;
	font-weight:normal
}
.altRow {
	background-color:#E9E9E9
}
#regDealer, #regUnPn, #regUser{ text-align:right; padding:15px 110px 15px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin-bottom:25px;}

#regDealer input, #regUnPn input, #regUser input {margin-bottom:5px; padding:5px; width:250px;}
#regDealer select, #regUnPn select, #regUser select {margin-bottom:5px; padding:5px; width:262px; margin-left:15px}