﻿body{
/* background: #e1f2f3 url(/Style%20Library/images/ottertail/iframe-bg.jpg) repeat-x; */
font-family:arial,helvetica,sans-serif;
color:#000;
}

form {
width: 100%;
/* overflow: hidden; */
height:100% !important;

}
table td {
	background: none;
}
label {
    display: block;
    font-family:Arial, Helvetica, sans-serif;
    
 }

input.text {
    font-size: 11px;
    color: #000;
    text-transform: none;
}

input, textarea 
{
	width: 300px;	
}

input, select {background-color: #fff !important; font-size:11px; }

#form1 {
  	font-size:11px !important;
}
.ms-formlabel {
	font-size: 11px !important;
	}

.formrow {
    clear: both;
    margin-bottom: 10px;
    background: none !important;
    overflow: auto;
}

.formcol {
	padding-top: 7px;
	clear:both;
	background: transparent !important;
	font-size:11px;
	
}

.textarea {
	font-family: Arial, Helvetica Neue, Helvetica, Sans-serif;
	border: 1px solid #333;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 2px;
	font-size: 11px;
	line-height: 17px;
	width: 350px;
	height: 100px;
        color: #000;
}

.address {
    width: 192px;
    height: 34px;
    color: #000;
}

.select {
    width: 192px;
    font-size: 13px;
}

fieldset {
    border: 2px solid #6192c2;
    padding: 15px;
   
}

legend {
    color: #6192c2;
    text-transform: uppercase;    
    padding: 5px;
    font-size: .95em;
    font-weight: bold;
    overflow: hidden;
}

.bold{
    font-weight: bold; 
    margin-top: 0; 
    padding-top:0;
    float: right;
}


.contact_form {
    background: #c8d8ea;
    margin-top: 5px;
    padding: 4px;
    width: 400px;
}


.validationmsg {
    color: #f9182a;
  }

#validationmsg h4 {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
}
.errmsg { display: none; }

.ok-button {
	width: 50px;
	background: #e1f2f3 !important;
}
.notvalid { border: 2px solid #f9182a; }

.align-right {
	float: right;
	padding-bottom: 20px;
	font-size: 11px;

}