﻿fieldset.xform{
	border: 1px solid #066dca;
}

legend.xform{
	background-color: #066dca;
	color: #fff;	
	border: 1px solid #000;
	padding: 2px 6px;
	line-height: 40px;
	font-weight: bold;
	font-size:20px;
}

p.xform{
clear:both;
}

label.standard{
	width: 130px;
	padding-left: 5px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

label.error{

color: red;
font-style: italic;
width: auto;
display: inline;
padding-left: 5px;
}

form{
padding:0;
margin:0;
}

button.standard
{
color: #066dca;
background: #EDEDED;
border: 1px solid #066dca;
width: 100px;
height:20px;
}

input.standard
{
color: #066dca;
background: #EDEDED;
border: 1px solid #066dca;
width: 100px;
height:20px;
}

submit.standard
{
color: #066dca;
background: #EDEDED;
border: 1px solid #066dca;
width: 100px;
height:20px;
}

input.error
{ 
border: 1px dotted red;
}

textarea.standard
{
color: #066dca;
background: #EDEDED;
border: 1px solid #066dca;
width: 100px;
height:50px;
}

select.standard
{
color: #066dca;
background: #EDEDED;
border: 1px solid #066dca;
width: 200px;
}

select.standard option.standard
{
color: #066dca;
background: #EDEDED;
width: 200px;
font-weight:bold;
}

