form
{
	background-color: #d6e5f4;
	margin:10px;
	border: solid 2px #FFF;
	padding: 10px;
	font-size: 13px;
}

fieldset
{
	border:#FFF 1px solid;
	padding-bottom:15px;
}

legend
{
	margin:0px 10px;
	padding:5px;
	color:#FFF;
}

form div
{
	padding:2px;
	clear:both;
	height:22px;
}

label
{
	display: block;
	float:right;
	width: 100px;
	text-align: left;
	font-weight: bold;
	padding:4px 0px;
}

form em
{
	display: block;
	float:right;
	width:10px;
	vertical-align: top;
	font-weight: bold;
	color:#F00;
}

form span
{
	display: block;
	float:right;
	padding:4px 0px 4px 15px;
}

input[type="text"], input[type="password"], textarea, select
{
	display: block;
	float:right;
	width: 150px;
	margin:0px 10px;
	border: solid 1px #85b1de;
	padding: 4px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	background-image: url('/images/_new/blue_bg.png');
	background-repeat: repeat-x;
	background-position: top;
}

input[type="submit"], input[type="button"]
{
	border-width:2px;
	margin:0px 10px;
	padding:2px 6px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #33677F;
}

input[type="radio"]
{
	display: block;
	float:right;
	margin:4px 10px;
	font-size: 13px;
}

select
{
	width:260px;
}

label.error
{
	width:auto;
	padding:4px 0px;
	color: red;
	text-align:left;
}


