.bv_label
{
	width: 150px;
	text-align:right;
	margin-right: 10px;
	padding-top:4px;
	display: inline-block
}

label.small
{
	width:150px;
}

label.error
{
	min-width:50px;
	text-align:left;
	text-decoration: italic;
	margin:0px;
	padding-left:5px;
	font-size:12px;
}

label.checked {
	width:50px;
}


.status
{
	margin-left:5px;
	color:#f33;
	font-style: italic;
	position:relative;
}


input, select, .valido, textarea
{
	color: #333;
	font-size:18px;
	background-color: #fafafa;
	border: 1px solid #444
}

input:hover, select:hover, .valid:hover, textarea:hover
{
	background: #ffffff;

}

input.in_large {
	width:400px;
}

::-webkit-input-placeholder {
	color:    #aaa;
}
:-moz-placeholder {
	color:    #aaa;
}
:-ms-input-placeholder {
	color:    #aaa;
}

.submit 
{
	display:inline-block;
	padding:10px 12px;
	color: #000;
	background-color: #ddd;
	background-image:url(../../images/btn_grad.png);
	background-repeat:repeat-x;
	border: 1px outset #eee
	text-align:center;
} 

.submit:hover
{
	background: #eee;
	background-image:url(../../images/btn_gradh.png);
	background-repeat:repeat-x;
}

.valid
{
	border: 1px solid #3a3; 
	background: #e7ffc3;	
}

input.error, select.error, textarea.error 
{ 
	border: 1px solid #F33; 
	background: #fcc;
}



fieldset
{
	padding:5px;
	border:0px;
	width: 100%;
	text-align:left;
}

.legend, th
{
	color: #222;
	font-weight:bold;
	border: 2px solid #eee;
	background-color:#f8f8f8;
	padding: 8px
} 

td {
	border: 2px solid #eee;
	padding: 6px;	
}

	