@charset "utf-8";
/* CSS Document */

form div {
	margin:0 0 1.5em 1.5em;
	font-size:0.75em;
}

form div input, form div textarea {
	font:1em Verdana, Arial, Helvetica, sans-serif;
}

label {
	width:7em;
	display:block;
	float:left;
	padding-right:1em;
	text-align:right;
	font-weight:bold;
}

.article li, .article ul {
	margin-left:1em;
}
#post li{
		font-weight:bold;
		color:#333;
}

.article ul{
	font-size:10pt;
	color:#990000;
}

.article a {
	background:none;
	padding:0px;
}

.actions {
margin-left:7em;
padding-left:2.5em;
}

.warning{
	color:#990000;
	font-weight:bold;
	background:url(/_images/warning.gif) no-repeat 15px top;
	padding-left:30px;
}
.article h3 {
	margin-left:1em;
}

.article #post h3 {
	background:url(/_images/icons_contact.gif) no-repeat bottom left;
	padding-left:60px;
	line-height:48px;
	height:48px;
}
.article #email h3 {
	background:url(/_images/icons_contact.gif) no-repeat top left;
	padding-left:60px;
	line-height:48px;
	height:48px;
}
.article #phone h3 {
	background:url(/_images/icons_contact.gif) no-repeat 0px -49px;
	padding-left:60px;
	line-height:48px;
	height:48px;
}

#phone, #email, #post {
	margin-bottom:30px;
}

#confirm {
	font-weight:bold;
	padding:1em;
	text-align:center;
	color:#FFFFFF;
	background-color:#990000;
	margin:30px;
}
#submit, #reset {
	padding:0.2ex 1em;
}
