/* Styles for local implementation */

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
}

.sub_nav {	margin-left: 32px}
.sub_sub_nav {	margin-left: 56px}

/*   Styles for mailer form    */	

form#mailerform input, form#mailerform textarea, form#mailerform option{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.hidden {
	visibility: hidden;
	display: none;
}

table#mailertable td {
	font-size: 11px;
}
#mailerbutton {
	font-weight: bold;
	width: 6em;
	height: 2em;
	color:#660000;
	/*background-color: #0084A9;*/
	
}
form#mailerform #requestorType{
	width: 300px;
	font-size: 10px;
}
form#mailerform #subject{
		width: 300px;
}
form#mailerform #replyTo{
		width: 300px;
}
form#mailerform #salutation{
		width: 300px;
}
form#mailerform #firstName{
		width: 300px;
}
form#mailerform #lastName{
		width: 300px;
}
form#mailerform #phoneNumber{
		width: 300px;
}

form#mailerform #message{
		width: 300px;
		height: 10em;
}
form#mailerform #countryCode{
	width: 300px;
	font-size: 10px;
}

col.col1 {
	font-style: italic;
	width: 70px;
}
col.col2{
	text-align:right;
	width: 320px;
}
form#mailerform #firstName{
		width: 300px;
}
form#mailerform #lastName{
		width: 300px;
}
form#mailerform #phoneNumber{
		width: 300px;
}

form#mailerform #message{
		width: 300px;
		height: 10em;
}

col.col1 {
	font-style: italic;
	width: 70px;
}
col.col2{
}
#errormsg
{
	border:2px solid #c00;
	padding:5px;
	margin:0 0 2px 70px;
	width:100%;
}    
.error
{
	background:#fcc;
}
.errorPic {
	margin-left: -17px;
	padding-right:2px;
}
#errormsg .errorPic {
	margin:0;padding:0;
}
