
/* 
    AUTHOR: Medula Multiweb  //   multiweb@medula.pt
*/

/* ------------------------------------------ */
/* FORMS									  */
/* ------------------------------------------ */
div.form {
	margin:70px auto;
	width:300px;
}

div.form2 {
	margin:0px auto;
	width: 100%;
}

div.formbox {
	border:1px solid #333333;
	padding: 20px 15px;
	color:#666666;
	margin: 10px 0px;
	background-color: #000000;
	background-image: url(../images/layout/formbox_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.formbox_login {
	border:1px solid #333333;
	height: 120px;
	background-color: #000000;
	background-image: url(../images/layout/backoffice_login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


div.form h1 {
	font-size:1.3em;
	color:#000000;
	padding-bottom:4px;
	font-weight:bold;
}

div.form h2 {
	font-size:1.15em;
	font-weight:400;
	color:#EEEEEE;
}


div.form h3 {
	font-size:1.1em;
	color:#EEEEEE;
}

form.cmxform legend { padding-left: 0; }

form.cmxform legend, form.cmxform label {
	font-weight:bold;
	display:block;
	float:none;
	color:#EEEEEE;
	margin-bottom:1px;
	margin-top: 5px;
}

form.cmxform label span {
	display:block;
	float:left;
	padding-right:6px;
	padding-top: 2px;
	width:70px;
	text-align:right;
	font-weight:bold;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #ab1e32;
	display:block;
	text-align: right;
	font-weight:normal;
	float:right;
	font-size: 0.8em;
}

div.error {
		display: none;
		color: #ab1e32;
}

select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	vertical-align:middle;
	font-size: 1em;
}

input, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	vertical-align:middle;
	font-size: 1em;
}

input:focus, textarea:focus { border: 1px solid #0099FF; }

input.error, textarea.error { border: 1px solid #ab1e32; }

form.cmxform .gray * { color: gray; }


.spacer2 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}

.botao_form {
	text-align:center;
	width: 70px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	padding: 1px;
	color:#222222;
	text-decoration:none;
	font-size: 1em;
	
}
