/* També utilitzat al formulari de subscripció a Revista Escola Catalana */

input, select, textarea {
	font-size: .916em;
}

input[type=text], input[type=password], textarea {
	padding: 2px;
}

input[type=submit] {
	width: 68px;
	height: 23px;
	padding: 0;
	border: 0;
	background: url(/docroot/omnium/imgs/frmSubmitBg.gif);
	color: #fff;
	text-align: left;
	cursor: pointer;
}

input[type=submit]:hover {
	text-decoration: underline;
}

form div {
	margin-bottom: .5em;
	min-height: 1px;
}


/* Forms in #main */
#main>form h3, #main>form h4 { /* depending on the page, heading is h3 or h4 */
	margin: -1.1em -1em 1.2em -1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #f58026;
	font: bold 1em Arial, sans-serif;
	background: #fff;
	color: #8a7d75;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

#main>form {
	position: relative;
	margin-top: 2em;
	padding: 1em;
	border: solid #f58026;
	border-width: 1px 0;
	background: #f3f2f1;
	min-height: 1px;
}

#main>form div {
	position: relative;
	margin-bottom: 1.5em;
	clear: both;
}

#main>form>div.xtradiv>div {
	text-align: right;
	clear: both;
}

#main>form label {
	display: inline;
	margin-bottom: .4em;
	font-weight: bold;
	float: left;
}

#main>form input[type=text], #main>form input[type=password] {
	border: 1px solid #d0cbc8;
	width: auto;
}
#main>form textarea {
	border: 1px solid #d0cbc8;
	width: 100%;
}

#main>form select {
	width: 230px;
	max-width: 310px;
	border: 1px solid #d0cbc8;
}

#main>form input[type=checkbox] {
	position: relative;
	top: -4px;
	float: left;
	margin-right: .4em;
}

#main>form p {
	margin-bottom: 2em;
	font-size: .833em;
}

#main>form em {
	color: #f58026;
}

#main>form img {
	border: 1px solid #d0cbc8;
}

