﻿* {
margin : 0;
padding : 0;
}
.content
{
	clear: none;
	width:380px;
	height:506px;
	background:url('../images/regBackground.jpg') no-repeat;
	padding-left:70px;
	padding-top:80px;
	color:White;
	font-size:12px;
}
.uls
{
	overflow:hidden; 
	margin-top:2px;
	width:100%;
}
.Starred
{
	float:left;
	height:24px;
	line-height:24px;
	width:18px;
}
.txt
{
	float: left;
	height: 24px;
	line-height: 24px;
	width: 55px;
	overflow:hidden;
	text-align:justify;
	text-justify :distribute-all-lines;
	margin-right:12px;

}
.inputText
{
	float:left;
	border: 1px solid #FFFF00;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	width:150px;
}
.buttonSubmit
{
	line-height: 80px;
	padding-left:110px;
	width:130px;
}
.inputSubmit
{
	margin-top: 30px;
	border: none;
	background: url('/images/loginbutton.gif') no-repeat left top;
	height: 38px;
	width: 105px;
	display: block;
	padding-bottom:3px;
	color: White;
	cursor:pointer;
}
.buttonSubmit input[type=submit]:hover
{
	background-position:left -41px;
}
div.error {
	color: red;
}
input.error{
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}
.error
{
	color:Red;
}


