#previous {text-align: right;padding-top: 5px;padding-right: 20px;}
.mbibody {width: 95%;margin-top: 10px;}
#mbiLogo {float:left;width: 280px;margin-bottom: 10px;}
#mbiRightText {float: right; width: 420px; border-bottom: 1px double #000;}
#mbiContent {clear:both; margin-left: 20px; width: 95%;}
#mbiSignup {float: right;padding: 5px; text-align: center;width: 145px;}
#mbiSample {float: right;padding: 5px; text-align: center;width: 170px;}
#Box {width: 30%; padding: 5px; background-color:#ffffcc; border: 1px solid #000; text-align: center; float: right;}
#surveyQ {clear:both; margin-left: 30px; width: 95%;}



/*cfform styles*/
.cssform p{
width: 650px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 50px;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: 0px; /*width of left column*/
width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input cfselect{ /*width of text boxes. IE6 does not understand this attribute*/
width: 300px;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
