/* Reset YUI defaults */
.yui-navset .yui-nav li {
	margin-right: 0;
}
/* Reset popup defaults */
.contact_us_tabs_inner_blue_container {
	background: none !important;
}
#contact-us-close-button {
	float: right;
	height: 14px;
	width: 14px;
}
/* Set new styles */
#contact-us-tabs {
	color: #424242;
}
#contact-us-tabs p.contactuserror {
	color: red;
	display: none;
	padding-top: 10px;
}
#contact-us-tabs p.contactussuccess {
	color: green;
	display: none;
	padding-top: 10px;
}
#contact-us-tabs label {
	font-weight: bold;
}
#contact-us-tabs ul.yui-nav {
	border-bottom: 1px solid #cae6f3;
	height: 37px;
}
#contact-us-tabs .yui-nav li {
	font-size: 13px;
	height: 38px;
	text-align: center;
}
#contact-us-tabs ul.yui-nav li a {
	color: #006899;
	text-decoration: none;
}
#contact-us-tabs ul.yui-nav li a:hover {
	text-decoration: none;
}
#contact-us-tabs ul.yui-nav li.selected a {
	color: #333333;
}
#contact-us-tabs ul.yui-nav li {
	background: url(../images/inactive_tab_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#contact-us-tabs ul.yui-nav li a {
	background: url(../images/inactive_tab_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 15px 8px 0;
}
#contact-us-tabs ul.yui-nav li.selected {
	background: url(../images/active_tab_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#contact-us-tabs ul.yui-nav li.selected a {
	background: url(../images/active_tab_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#contact-us-tabs .yui-content {
	background: url(../images/contact-us-tabs-body-background.gif);
	border-bottom: 1px solid #cae6f3;
	border-left: 1px solid #cae6f3;
	border-right: 1px solid #cae6f3;
	margin: 0;
	padding: 35px;
}
#contact-us-tabs .yui-content h2 {
	color: #260052;
	font-size: 13px;
}
#contact-us-tabs .yui-content p {
	margin: 0 0 0 0;
}
#contact-us-tabs .yui-content ul li {
	margin: 0 0 15px 0;
}
#contact-us-tabs #contactusform {
	margin: 20px 0 0 0;
}
#contact-us-tabs .inlineinput {
	float: left;
	margin-right: 5px;
	width: 160px;
}
#contact-us-tabs .blockinput {
	clear: both;
}
#contact-us-tabs input {
	margin: 7px 0;
}
#contact-us-tabs select {
	margin: 7px 0;
	width: 275px;
}
#contact-us-tabs textarea {
	font-size: 13px;
	margin: 7px 0;
}
#contact-us-tabs #firstname {
	background: url(../images/contact-us-names-white.gif);
	background-repeat: no-repeat;
	border: none; 
	padding: 3px 0pt 5px 5px;
	width: 160px;
}
#contact-us-tabs #firstname:focus {
	background: url(../images/contact-us-names-yellow.gif);
	background-repeat: no-repeat;
}
#contact-us-tabs #lastname {
	background: url(../images/contact-us-names-white.gif);
	background-repeat: no-repeat;
	border: none; 
	padding: 3px 0pt 5px 5px;
	width: 160px;
}
#contact-us-tabs #lastname:focus {
	background: url(../images/contact-us-names-yellow.gif);
	background-repeat: no-repeat;
}
#contact-us-tabs #emailaddress {
	background: url(../images/contact-us-email-white.gif);
	background-repeat: no-repeat;
	border: none; 
	padding: 3px 0pt 5px 5px;
	width: 285px;
}
#contact-us-tabs #emailaddress:focus {
	background: url(../images/contact-us-email-yellow.gif);
	background-repeat: no-repeat;
}
#contact-us-tabs #questionsubjectspecific {
	max-width: 330px;
}
#contact-us-tabs #message {
    background: url(../images/contact-us-message-white.gif);
    background-repeat: no-repeat;
    border: none;
    height: 113px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2px 0pt 5px 5px;
    width: 300px;
}
#contact-us-tabs #message:focus {
    background: url(../images/contact-us-message-yellow.gif);
    background-repeat: no-repeat;
}
#contact-us-tabs #sendemailbutton {
	background: url(../images/contact-us-send-button.gif);
	background-repeat: no-repeat;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	height: 23px;
	margin: 3px 10px 0 10px;
	width: 90px;
}
#contact-us-tabs #cancelemailbutton {
	background: url(../images/contact-us-cancel-button.gif);
	background-repeat: no-repeat;
	border: none;
	color: #505050;
	cursor: pointer;
	font-weight: bold;
	height: 23px;
	margin: 3px 10px 0 10px;
	width: 89px;
}