.hidden {
display: none !important;
}

.contact_message_input {
	background-image: url(../images/send_message_button.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 41px;
	width: 960px;
	float: left;
	display: block;
	margin: 0;
	border: 0;
	cursor: pointer;
}

.contact_message_input:hover {
	background-position: top;
}

li.blank {
display: none;
}

.blockquote_style p {
margin-bottom: 0px;
}

#respond {
	margin-top: 10px;
}

/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList {
margin:0;
padding:0;
list-style:none;
color:#000;
width:180px;
background-color:#fff;
/*position:absolute;*/
border:0px solid #ccc;
top:22px;
left:0;
overflow:auto;
z-index:9999;
}
.newListSelected {width:200px; color:#000; height:37px; padding:3px 0 0 6px; float:left; background:url(../images/drop_down_back.gif) no-repeat;}
.newListSelected span {width:200px; display:block;}
ul.newList li {padding:3px 8px; color: #333333; font-size: 13px;}
.selectedTxt {width:170px; overflow:hidden; height:25px; padding: 5px 10px; color: #333333; font-size: 13px;}
.hiLite {background:#DC5252!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -40px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}
