/* 
formjamm.css 
Styles for The Maine Windjammer Association website's forms. 
Author: James Cradock <jim@yellahoose.com> & Gordon Holman <gordon@slickfish.com> 
Copyright:  ©2013 The Maine Windjammer Association
*/
@charset "UTF-8";
/* CSS Document */
 
/*============================================================
FORM STYLES 
============================================================*/

body.home table.formBlockSurveyTable { 
	background-color: white; 
} 
body.home table.formBlockSurveyTable tr td { 
	vertical-align: top; 
} 
body.home table.formBlockSurveyTable tr td.question { 
	font-weight: 500; 
    text-transform: uppercase;
} 
body.home table.formBlockSurveyTable tr td input, 
body.home table.formBlockSurveyTable tr td textarea { 
	background: transparent url(images/windjamm/right-side-block_bkg.png) repeat-x left -50px; 
	padding: 3px; 
} 


body.home table.formBlockSurveyTable tr td select {
   background: transparent;
   background: url(images/windjamm/select_bkg.jpg) no-repeat right top;
   width: 200px;
   padding: 7px;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 28px;
   -webkit-appearance: none;
    text-transform: uppercase;

    overflow: hidden;

    color: #fff;
    margin-bottom: 13px;
    outline: none;
}




body.home table.formBlockSurveyTable tr td input[type="submit"]{
   background: transparent;
   background: url(images/windjamm/submit_bkg.jpg) no-repeat left top;
   padding: 7px 18px;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 28px;
   -webkit-appearance: none;
    text-transform: uppercase;

    overflow: hidden;

    color: #8fa0b5;
    margin-bottom: 0;
    outline: none;

    float: right;
}
body.home table.formBlockSurveyTable tr td input[type="submit"]:hover{
   background: url(images/windjamm/submit_bkg_over.jpg) no-repeat left top;
    color: #fff; 
}



 