/* About page stylesheet */
select {
	width:              403px;
	font-family:        Arial;
	margin-top:         3px;
	font-size:          12px; 
	line-height:        12px;
	border:             1px solid #f3cc78;
}
.cntct_select {
	border:             1px solid #f3cc78;
	font-family:        Arial;
	margin-top:         3px;
	font-size:          12px; 
	overflow:           hidden;
}
.select {
	border:             0px inset buttonface; 
	width:              100px; 
	font:               icon; 
	cursor:             default;
}
.selected {
	border:             0px inset buttonface; 
	background:         window; 
	padding:            0px; 
	font:               icon;
	width:              375px;
}
.selectTable {
	height:             100%; 
	width:              100%;
	border:             1px solid #f3cc78; 
    background:         buttonface;
}
.option {
	overflow:           hidden;
	font:               icon; 
	padding:            1px; 
	padding-left:       3px; 
	padding-right:      0px;
	width:              99.5%;
}
.dropDown {
	position:           absolute; 
	visibility:         hidden; 
	width:              402px;
    border:             1px solid windowtext; 
    padding:            0px;
    background:         window; 
    color:              windowtext;
}
.select .Button {
	width:              16px; 
	height:             5px; 
	font-family:        webdings; 
	padding:            0px;
	font-size:          11px; 
	border:             2px outset buttonhighlight;
}
#contact_data {
    width:              860px;
    border:             1px solid #9fe5fa;
    background-color:   #f9f9fd;
    margin-bottom:      10px;
    margin-right:       auto;
    margin-left:        auto;
    padding:            10px;
    position:           relative;
    text-align:         left;
}

#contact_form {
    color:              #222222;
    min-height:         750px;
    valign:             top;
}

#contact_content {
    font-size:          12px; 
    font-family:        Arial;
}

#vfrm_category {
    width:              376px;
}

#sitesubmit-description {
    margin-top:         10px;
    margin-bottom:      10px;
    font-size:          12px; 
    font-family:        Arial;
}

#error-message-box {
    border:             2px solid red;
    width:              398px;
}