/*PHP REGISTRATION STYLES*/
#regContainer{
	width: 298px;
	/*height: 886px;*/
	position:relative;
	left:270px;
	top:38px;
}

#regForm {
	width:265px;
}

p {
	font-size:120%;
	margin:0 0 5px 0;
	color:#393e4b;
}

label {
	display:block;
	font-weight:bold;
	margin:3px 0 3px 0;
}

.textInput {
	width:100%;
	color: #393e4b;
	border: 1px solid #393e4b;
}

.chkRad {
	float: left;
	margin: 0 0 10px 0;
}

.chkRad label {
	font-weight:normal;
}

#send {
	color:#fff;
	font-weight:bold;
	background:#393e4b;
}

.clearIt {
	clear: both;
}

.warning {
	font-weight: normal;
	text-align:center;
	color: #ff0000;
}

.thanks {
	text-align:center;
	font-weight: bold;
	font-size:90%;
	font-weight: bold;
	color: #393e4b;
}

.thanks a:link, .thanks a:visited {
	color:#00aeef;
}

.thanks a:hover. a:active {
	color:#006600;
	text-decoration:line-through;
}
