/* CSS Document */

span.must {
	color:#ff3333;
}
body h1 {
	font-size:120%;
}
div.frm h1 {
	font-size:100%;
}
div.frm table th {
	width:10em;
	text-align: right;
	white-space:nowrap;
}
div.frm table th,
div.frm table td {
	padding: 5px;
}

div.err_alert li{
	color:#ff3333;
}

div.frm input.input-medium{
	width: 300px;
}
div#footer {
	border-top :2px solid #ccc;
	padding-top:1em;
}
address {
	font-style:normal;
}

p.btn-conf {
	margin: 15px 0 40px 11.5em;
}
p.btn-send {
	margin: 10px 0 0 3em;
}

