
input.errHilite, select.errHilite, textarea.errHilite {
border: 1px solid #DDC;
background-color: #FFE;
}
label.errHilite {
color: #C00;
}

ul#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: 0.3em;
	color: #C00;
	font-weight: bold;
	list-style-position: inside;
}
ul#errors li {
margin-top: .5em;
margin-bottom: .5em;
padding: 0;
list-style-position: inside;
}
ul#errors li.heading {
list-style-type: none;
color: #000;
font-weight: normal;
font-style: italic;
margin: .5em 0;
padding: 0;
list-style-position: inside;
}
.country_list {
	width: 255px;
}
.errmess {
	width: 250px;
	color: #FF0000;
}

#navigation td {
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	}


#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	
	}
#navigation2 a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

	font-weight: bold;	
	}
#navigation3 a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-weight: bold;	

	}	
#navigation a:hover {
	background: #ffffff url("../images/mm_arrow.gif") 14px 45% no-repeat;
	color:#FF0000;
	}
#navigation3 a:hover {
	background: #ffffff ;
	color:#FF0000;
	}
#navigation2 a:hover {
	background: #ffffff url("../images/mm_arrow.gif") 14px 45% no-repeat;
	color:#FF0000;
	}
.button2 {background-color : #e4f1fd;color: #CC3300; }
.button3 {background-color : #e4f1fd;color: #36436C; }