@charset "utf-8";
/* CSS Document */

/* forms
======================= */

h1 {
	font-size:24px;
	color:#690;
	}

h2 {
	font-size:14px;
	margin:20px 0 0 0;
	color:#690;
	}

h3 {
	}

h4 {
	}

img {
	border:none;
	}
.clear {
	clear:both;
	}

select, input, textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	width:250px;
	}
input, textarea {
	background: url(img/form_bg_input.gif) top left no-repeat;
	padding:3px;
}
label {
	color:#083906;
	font-weight:bold;
}

.mandatory {
	vertical-align:super;
	color:#f00;
}
.encart {
	padding :4px 6px;
	margin-bottom:6px;
	background:#f0f09e;
	color:#003e2a;
	width:200px;
	text-align:center;
	font-weight:bold;
}
