﻿.createUserForm
{
	width: 100%;
}

.createUserForm tr
{
	height: 30px;
}

.createUserForm tr td
{
	font-size: 11px;
	color: #666666;
	padding:  4px 8px 4px 0px;
	vertical-align: top;
}

.formsLabelsOptional
{
	font-size: 9px;
	color: #999999;
}

.createAccountLabels
{
	float: left; width: 70px; border: solid 0px red;
}

.createAccountFields
{
 float:		right;
 border:	solid 0px red;
 width:		195px;
}

.createAccountRow
{
	height: 38px;
}
.createAccountInputs
{
	font-family:	Arial;
	line-height:	17px;
	height:				17px;
	font-size:		11px;
	width:				190px;
	border: 			solid 1px #bbbbbb;
	color:				#7b7b7b;
}

.createAccountInputs_RightAligned
{

	height: 17px;
	font-size: 11px;
	width: 190px;
	border: solid 1px #bbbbbb;
	color: #7b7b7b;

	text-align: right;

}
.createAccountInputsWatermark
{

	height: 16px;
	font-size: 11px;
	width: 190px;
	border: solid 1px #dddddd;
	color: #9f9f9f;
	padding-left: 2px;


	background-color: #fcfcfc;

}

.createAccountInputsSpecial
{	


	height:										21px;
	font-size:								11px;
	width:										195px;
	border: 									solid 1px #999999;
	color:										#7b7b7b;
}
.createAccountButtons
{

	color:								#747474;
	border:								solid 1px #b5b5b5;		
	background-color: 		white;
	font-size:						11px;
	font-weight:					normal;
	padding-top:					1px;
	padding-bottom: 			2px;
	padding-left:					8px;
	padding-right:				8px;
	cursor:								pointer;
}

.createAccountButtons:hover
{
	background-color: 		#fefefe;
	border:								solid 1px #bbbbbb;

}



div .createAccountValidationSummary 
{	
	font-size: 11px;
	line-height: 18px;
	padding-left: 4px;
	border: solid 0px red;
}

div .createAccountValidationSummary ul
{
	margin-top: 10px;
	list-style-type: circle;
	margin-left: 15px;
	
}