/* CSS Document */

table.tbmain{
float:left;

}



#cform {width:900px; float:left;}



span.required{
  font-size: 12px !important;
  color: #FF0099!important;
}
 
div.backButton{
    background: transparent url("http://www.jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("http://www.jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://www.jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://www.jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}
div.nextButton:hover{
    background: transparent url("http://www.jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://www.jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}


input, textarea, select {
	padding:4px;
	margin-bottom:8px;
	width:180px;
	background-color: #FFFFFF;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif; border:none;


}


textarea {	width:250px;}

div.newsletter input {width:130px;}

div.newsletter input.btn {background:#D5057F; width:80px; color:#FFFFFF; }
 
input.btn {background:#D5057F; width:100px; color:#FFFFFF; }

input.other {width:14px; height:14px; background:none;}

