/* CSS Document */

label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}



fieldset
{
border: 1px solid #fff;
padding: 1em 1em 0 1em;
}

legend
{
color: #fff;
border: 1px solid #fff;
padding: 2px 6px;
font-weight: bold;
}

.submit input
{
color: #fff;
background: #048FD2;
border: 3px double #fff;
font-weight: bold;
margin-bottom:1em;
margin-left:0.5em;
margin-top: 1em;
}

input,textarea {
background-color: #FDFDFD;
}

.required{
	background-color:#146095;
	
	font-weight:bold;
/*	border-width:1px;
	border-style:dashed;
	border-color:#93008C;*/
}
 

.required input {
background-color: #F9FFD9;
}

.required textarea {
background-color: #F9FFD9;
}

.check input {
background-color: transparent;
margin-left: 10px;
}

.check {
font-weight: bold;
}