/**
 * webform stylesheet for Royal Tire site
 * @author      Greg Tammi <greg@pictographics.com>
 * @copyright   (c) 2009+ Pictographics
 * @since       July 8, 2009
 */
.webform { float: left; font-size: 90%; width: 770px; margin: 0 0 1em 0;}
.webform legend { display: block ; padding:10px 0; font-weight:bold; }
.webform fieldset { border: 0px solid #1b1b1b ; }
.webform fieldset input,.webform fieldset textarea, .webform fieldset select { 
    width: 230px ; line-height: 1.5em;  padding: 0.2em;
}
.webform fieldset 
.webform input, .webform textarea, .webform select {
    display:block; margin: 0 1em 1em 0; border:1px solid #1b1b1b; padding:0.2em;
}
.webform textarea#comments { width: 720px ; height: 100px ; margin-top: 5px;}
.webform input.button {
	margin:0.3em 0; padding: 0.5em ; border:1px solid #ccc;background:#eee;
}
.webform input.button:hover {	background:#e6efc2;	color:#529214; }
.webform .req { color:#ff4444; font-weight:bold; font-size:0.8em ; padding-left: 5px ; }

/* positioning of the rows */
.webform div.row { float: left; clear: left; width: 100%; padding: 0 0 10px 0;}
.webform div.row label { float: left ; width:240px; padding-right:10px ;margin-right: 0px ; }
.webform div.row label.full { width: 100% ; margin-top: 15px ;}
div#form_errors { 
    font-size: 80%; color: #b22222; padding: 10px; width: 740px; 
    margin: 10px auto ; border: 1px dashed #b22222 ; background: #f3f2f2 ;
}
div#form_errors p { font-size: 120% ; }
/* specific stylings for forms */
.webform input.mtext, .webform select.mtext { width: 160px ; }
.webform div.row label.mtext { width: 165px ; }

form#nofsborder fieldset { border: 0 ; }
form#nofsborder legend { font-weight: bold; }
