@charset "utf-8";

/* CONTACT
---------------------------------------------*/

/* MESSAGE BOX */

.contact h3 {margin-bottom: 15px;}

#msgbox {margin-bottom: 40px;}

#msgbox p {margin-left: 1px;}

#msgbox p strong {
	color: #cc9;
	font-size: 14px;
	margin-left: 0.5em;
	margin-right: 0.5em;}

#msgbox ul {
	display: block;
	margin-top: 15px;
	padding: 15px 20px;
	background-color: #1f1f1f;}

#msgbox ul li {line-height: 2em;}
#msgbox ul li a {text-decoration: underline;}
#msgbox ul li a:hover {text-decoration: none;}

/* CONTACT FORM */

#contactform {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;}

#contactform tr {background: url(../img/bdr.gif) left bottom repeat-x;}

#contactform th,
#contactform td {
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	padding: 15px 3px;}

#contactform th {
	color: #cc9;
	width: 165px;}

#contactform th span {
	color: #ccc;
	margin-right: 4px;
	padding-left: 12px;
	background: url(../img/arw.gif) left 3px no-repeat;}

#contactform textarea,
#contactform input {
	padding: 5px 3px;
	border: 0;
	background-color: #ccc;}

#contactform td .input {width: 250px;}
#contactform td .input2 {width: 460px;}
#contactform td #msgarea {width: 630px;}

#contactform td span {
	font-size: 10px;
	margin-left: 1.5em;}

#submit {
	position: relative;
	text-align: center;}

.submit2 {padding-right: 120px;}

#submit .btnback {
	position: absolute;
	left: 510px; top: 1px;}

#errormsgbox {
	font-size: 14px;
	color: #fc0;
	margin: 20px 0;}

.errormsg {
	font-size: 14px;
	color: #fc0;
	margin: 20px 0;}

#contactform td span.errormsg {
	display: inline-block;
	margin: 0.8em 0 0 0;
}

#submit form.inline {
	display: inline;
}

#submit .btnsubmit,
#submit .btnsend,
#submit .btnback {
	border: 0;
	text-indent: -9999px;
	height: 38px;
	cursor: pointer;
}

#submit .btnsubmit {
	width: 129px;
	background: url(../img/btn_check.jpg) left top no-repeat;}

#submit .btnsubmit:hover {
	background: url(../img/btn_check_o.jpg) left top no-repeat;
}

#submit .btnsend {
	width: 129px;
	background: url(../img/btn_submit.jpg) left top no-repeat;
}

#submit .btnsend:hover {
	background: url(../img/btn_submit_o.jpg) left top no-repeat;
}

#submit .btnback {
	width: 72px;
	background: url(../img/btn_back.jpg) left top no-repeat;
}

#submit .btnback:hover {
	background: url(../img/btn_back_o.jpg) left top no-repeat;
}
