@charset "utf-8";
/* CSS Document */

body {
font-size:9pt;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
a:link, a:visited {
	color:#006699;
	text-decoration:none;	
}

a:hover {
	color:#006699;
	text-decoration:underline;
}


#contactus {
	width:450px;
	margin:0 auto;
	text-align:left;
}
#contactus .contactus_top {
	background: url(/sdclive/images/internal/contactus/tellus_top.gif) 0 0 no-repeat;
	height:31px;
}
#contactus .contactus_content {
	background: url(/sdclive/images/internal/contactus/tellus_back.gif) 0 0 repeat-y;
	padding:10px 20px 0px 25px;
	
}
#contactus .contactus_bottom {
	background: url(/sdclive/images/internal/contactus/tellus_bottom.gif) 0 0 no-repeat;
	height:19px;
}
#contactus h1 {
	margin:0 0 25px 0;
	
}
#contactus h2 {
	margin:0 0 10px 0;
}

#contactus h3 {
	margin:0 0 5px 0;
	font-size:100%;
}

#contactus p {
	margin:5px 0 10px 3px;
	font-size:100%;
}

#contactus .required {
	color:red;
}

#contactus .tiny {
	margin:5px 0 10px 3px;
	font-size:80%;
	color:#666;
}

#contactus form {
	margin:0;
}

#contactus form label{
	margin:0 0 4px 0;
}

#contactus .formrow {
	width:400px;
	float:left;
	clear:both;
	margin:0 0 10px 0;
}

#contactus .formrow .left {
	width:180px;
	float:left;
}
#contactus .formrow .right {
	width:200px;
	float:right;
}
#contactus .formrow .right img{
	float:right;
	width:99px;
}

#contactus .emailfield {
	width:170px;
}
#contactus .longfield {
	width:380px;
}

#contactus .spacer {
	font-size:1%;
	height:1px;
	clear:both;
}