form {
	display:block;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 13px;
	}

#login{
	display:inline;
	margin: 0px;
	padding: 0px;
}

#loginLayout
{
	display: block;
	background-image: url(/assets/images/login_background.gif);
	/*margin-top: 10px;*/
	background-repeat: no-repeat;
	margin: 0px;
	height: 144px;
	padding: 0px;
	
}
#loginForm{
	/*float:left;*/
}
#profile{
	/*float:right;*/
}


#loginLayout #rememberDiv label
{
	font-size: 10px;
	line-height: 10px;
	vertical-align: text-top;
}

#remember{
	padding: 0px;
	margin-left: 0px;
}

label
{
	display: inline;
  	cursor: pointer;
	line-height: 16px;
	font-size: 12px;
	}

label.required
{
	padding-left: 13px;
	background-image: url(/assets/images/forms/required.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

label.error
{
  	padding-left: 13px;
	background-image: url(/assets/images/forms/caution.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

label.completed
{
	padding-left: 13px;
	background-image: url(/assets/images/forms/complete.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.error{
	color: red;
	font-weight: bold;
}

input[type="checkbox"] + label, input[type="radio"] + label
{
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	vertical-align: text-top;
}				


input[type="text"]
{
	border-color: #777 #CCC #CCC #777;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	padding: 2px;
}
.textfield
{
	border-color: #777 #CCC #CCC #777;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	padding: 2px;
}
input[type="textarea"]
{
	border-color: #777 #CCC #CCC #777;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	padding: 2px;
}
 .textarea
{
	border-color: #777 #CCC #CCC #777;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	padding: 2px;
}

/*
input.submit
{
	border-color: grey black black grey;
	border-width: 1px 2px 2px 1px;
	border-style: outset;
	padding: 1px;
}
input.submit:active
{
	border-color: black grey grey black;
	border-width: 2px 1px 1px 2px;
	border-style: inset;
	padding: 1px;
}
*/

.button{
	border-color: #CCC #777 #777 #CCC;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	padding: 1px;
}
.button:active{
	border-color: #777 #CCC #CCC #777;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	padding: 1px;
}

.file{
	border-color: #777 #CCC #CCC #777;
}

.oneColField{
	width:210px;
}
.loginFields{
	line-height:12px;
	width:195px;
	margin-top:5px;
	margin-bottom:2px;
}
.threeColField2col{
	width:335px;
}
.threeColField3col{
	width:440px;
}
.twoColField{
	width:452px;
}
.threeColField{
	width:669px;
}

.formColumn{
	float:left;
	margin-right:10px;
}

.frozen{
	display: block;
	position: absolute;
	left: 20%;
	top:  40%;
	z-index: 1000;
	background-color: #ecac00;
	width: 60%;
	height: 20%;
}

.formMessage{
	display: block;
	position: absolute;
	left: 15%;
	top:  15%;
	color:#000;
	text-align: center;
	padding:10px;
}

.labelDiv{
	line-height: 20px;
	/*background-color:blue;*/
}
.htmlDiv
{
	line-height: 20px;
	/*background-color: red;*/
}
