/*******************
	Formularios
********************/

/**
	Corpo do formulario.
**/
.body_form
{
	padding-left: 2px;
	font-size: .9em;
}

.action_btns_container{
	background: url("/images/gradiente.png") repeat-x;
	height: 50px;
	padding-top: 10px;
}

.action_btns_container input[type="submit"]{ margin-right: 13px; }

/** 
	Inputs do tipo text 
**/
.body_form input[type="text"], #password1, #password2{
	color: #5c6363;
	float:left;
	width: 320px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-top: -2px;
}
	.body_form input:FOCUS
	{
		border: 1px solid #A0DE56;
	}

.body_form input[type="checkbox"]{
	/*margin-top: 16px;
	margin-bottom: 5px;*/
	float:left;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.body_form input[type="password"]{
	/*margin-top: 16px;
	margin-bottom: 5px;*/
	float:left;
	margin-bottom: 5px;
	width: 320px;
	border: 1px solid #CCCCCC;
}

/** 
	Label's dos inputs 
**/
.input_label{
	color: #A0DE56;
	float: left;
	font-size: 0.9em;
	line-height: 17px;
	padding-right: 8px;
	text-align: right;
	width: 140px;		
}

/** 
	Submit
**/	

.body_form input[type="submit"]
{
	border: 1px solid #CCCCCC;
}

.body_form textarea
{
	width: 320px;
	overflow-x: hidden;
	border: 1px solid #CCCCCC;
}
	.body_form textarea:FOCUS
	{
		border: 1px solid #A0DE56;
	}

.body_form select{
	color: #5c6363; 
	border: 1px solid #CCCCCC;
	text-align: left;
}
	.body_form select:FOCUS
	{
		border: 1px solid #A0DE56;
	}

.error-message
{
	color:red;
}

.mandatory{
	margin-left: 10px;
	vertical-align: top;
	color: #e22f2f;
	font-size: 1.1em;	
}

.step{
	display: none;
}

/**
Tabela
**/
.table_form
{
	border-collapse:collapse;
	border: none;
	font-size: 0.85em;
	text-align: left;
	width: 100%;
}
.table_form .center
{
	width:1px;
	background-color: grey;
}
.table_form .name
{
	padding-left: 10px;
}
/**
Form Views
**/
.view
{
	margin-top: 15px;
	font-family: sans-serif;
	font-size: 0.9em;
	text-align: justify;
	border: 1px dashed #000000 !important;
}
.cont_text_key
{
	color: #FF803E;
	margin-left: 10px;
	float: left;
	width: 90px;
}
