/* CSS Document */
textarea {resize: none};
.StaticContent {font-weight: 400;}
.StaticContent ul{padding-left: 45px; list-style: disc;}
.StaticContent ol{padding-left: 45px;}
.StaticContent p{margin-top: 10px; margin-bottom: 10px;}

header_contact a{color:#000; text-decoration: none;}
.contact_content_left iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}

.contact_content_left iframe.clicked{
    pointer-events: auto;
}

.main_menu {width: 215px;}
.sub_menu {width: 215px;}

.inventory_left_top li a{color:#FFFFFF;}

div.error_box {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color:#F7410C;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 3px solid #F7410C;
	text-align: center;
	margin-bottom: 15px;
}

div.message_box {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color: #088008;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 3px solid #088008;
	text-align: center;
	margin-bottom: 15px;
}

.popup_msg {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	padding: 10px;
	color: #088008;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.popup_error {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	padding: 10px;
	color: #D42F42;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#frmContact .error {
    /*border: 1px solid #ff0000;*/
    color:#ff0000 !important;
    box-shadow: inset 0px 0px 0px 1px #ff0000;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-moz-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-o-box-shadow: inset 0px 0px 0px 1px #ff0000;
}
#frmContact .error:focus {
   /* border: 1px solid #ff0000 !important;*/
    color:#ff0000 !important;
}
#frmContact label.error {
    display: none !important;
    width:0px !important;
}

#frmSignup .error {
    /*border: 1px solid #ff0000;*/
    color:#ff0000 !important;
    box-shadow: inset 0px 0px 0px 1px #ff0000;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-moz-box-shadow: inset 0px 0px 0px 1px #ff0000;
	-o-box-shadow: inset 0px 0px 0px 1px #ff0000;
}
#frmSignup .error:focus {
   /* border: 1px solid #ff0000 !important;*/
    color:#ff0000 !important;
}
#frmSignup label.error {
    display: none !important;
    width:0px !important;
}