@charset "ISO-8859-1";
/* 
-----------------------------------------------------------------
                           Formulários 
-----------------------------------------------------------------*/
#boxform1{
	display:block;
	width:900px;
	height:auto;
	margin:0px auto;
	padding:20px;
	background:#eeeeee;
	border: 1px solid #e9e9e9;
	border-radius:8px;
}
#boxform800, #boxform700{
	display:block;
	width:800px;
	height:auto;
	margin:0px auto;
	padding:20px;
	background:#eeeeee;
	border: 1px solid #e9e9e9;
	border-radius:15px;
}
#boxform700{
	width:700px;
}
form{
	display:block;
	width:auto;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 13px;
	color: #000000;
	text-decoration: none;	
	font-style:normal;
	margin:4px 0px 5px 0px;
}
form label{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	display:block;
	width:100px;
	height:auto;
	margin:5px 0px 10px 20px;
	float:left;
}
form label.junto{
	width:auto;
	height:auto;
	padding:0px 5px;
}
form label.duaslinhas{
	width:auto;
	height:auto;
	padding:0px;
	margin:5px 0px;
}
form input, form select {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	display:inline;
	width:auto;
	margin:0px 20px 10px 0px;
	border-radius:3px;
	float:left;
}
.botaosc {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 12px;
	background-color: #c90c01;
	border: 1px solid #ffffff;
	color: #ffffff;
	width:auto;
	height:33px;
	margin:10px 20px 10px 0px;
	border-radius:4px;
}

/*Campos de textos 
----------------------*/
.campo050, .campo120, .campo220, .campo300, .campo400, .campo540, .campo560, .campo720, .campo840{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 13px;
	height:28px;
	background-color: #FFFFFF;
	border: 1px solid #d1d5db;
	color: #333333;
	padding:1px 5px;
}
.campo050{
	width:50px;
}
.campo120{
	width:120px;
}
.campo220{
	width:220px;
}
.campo300{
	width:300px;
}
.campo400{
	width:400px;
}
.campo540{
	width:540px;
}
.campo560{
	width:560px;
}
.campo720{
	width:720px;
}
.campo840{
	width:840px;
}

/* Listas
--------------------*/
.lista060, .lista120, .lista220, .lista300, .lista400, .lista560, .lista720, .lista840 {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 13px;
	height:28px;
	background-color: #FFFFFF;
	border: 1px solid #d1d5db;
	color: #333333;
	padding:1px 5px;
}
.lista060{
	width:60px;
}
.lista120{
	width:120px;
}
.lista220{
	width:220px;
}
.lista300{
	width:300px;
}
.lista400{
	width:400px;
}
.lista560{
	width:560px;
}
.lista720{
	width:720px;
}
.lista840{
	width:840px;
}

/*Fonte editor
--------------------*/
.textoarea {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #333333;
}
#botoes{
	display:block;
	width:320px;
	height:40px;
	margin:0px auto;
	padding:5px;
}
