.leftdiv
{
	height:518px;
	width:350px;
	text-align:left;
	float:left;
}

.insideleftdiv
{

	padding:3px;
	width:340px;
	height:30px;
}

.elementdivleft
{
	width:130px;
	height:30px;
	float:left;
	padding:3px;
	padding-top:3px;
}

.elementdivright
{
	width:197px;
	height:20px;
	float:left;
	padding:3px;
	text-align:left;
	color:#339900;
}

.textwidth
{
	width:200px;
	text-align:left;
}

.combowidth
{
	width:203px;
	text-align:left;
}
.hightauto
{
	height:auto;
	margin-top:-10px;
	float:right;
	width:203px;
}

.hight15
{
	height:15px;
}

.hight20
{
	height:20px;
}

.hight25
{
	height:25px;
}


.hight30
{
	height:30px;
	padding:6px;
	
}

.hight40
{
	height:40px;
}

.hight90
{
	height:114px;
}

.lbl
{
	width:35%;
	float:left;
	font-size:12px;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
	padding-bottom:13px;
	
}

#error{
	color:red;
	font-size:12px;
	float:left;
}

#emailnameerror{
	color:red;
	font-size:12px;
}

#usernameerror{
	color:red;
	font-size:12px;
}

.correct
{
	border:2px solid #A1A0DD;
	width:194px;
	*width:192px;
	font-size:12px;
	color:#000000;
	padding-left:5px;
	background-image:url(../img/check.gif);
	background-repeat:no-repeat; 
	background-position:right;
}

.wrong
{
	border:2px solid #A1A0DD;
	width:194px;
	*width:192px;
	font-size:12px;
	color:#000000;
	background-image:url(../img/cancel.gif); 
	background-repeat:no-repeat; 
	background-position:right;
	padding-left:5px;
}

.servererror{
	float:right;
	width:206px;
	color:red;
	font-size:12px;
}

.termdiv{
	overflow:scroll; 
	height:120px;
	width:inherit;
	float:left;
	size:portrait;
	font-size:12px;
	padding:5px 5px 5px 5px;
	border:#B7D4F0 1px solid;
	display:none;
}
