
#wrapper
{
    font-size: 12px;
	width: 100%;
   
}
table.tableFireForm
{
    width:100%;
	margin: 10px auto;
}
table.tableFireForm thead th
{
	background: none repeat scroll 0 0 #0F9DC1;
    color: #FFFFFF;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    padding: 5px 5px 6px;
    width: 25%;
}
table.tableFireForm tfoot td{padding: 15px 8px 15px 8px;}
table.tableFireForm tbody th
{
    text-align: right;
   
    padding: 2px 4px 2px 16px;
}
table.tableFireForm tbody td{padding: 2px 16px 2px 4px;}

.fireFormQuestion{width: 35%;vertical-align: top;}
.fireFormQBody{width:40%;vertical-align: top;}
.fireFormInstruction{width: 25%;font-size: 9px;vertical-align: top;}

.fireFormMouseover{background-color:#D9D7C7}

.button
{
    color: #FFFFFF;
    background-color: #ADD8E6;
    font-size: 12px;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

.jqmClose { font-weight: bold; display: block; margin-top: 10px;}

.fireFormAjaxProgressBody{
line-height:32px;
vertical-align:middle;
background:url(../images/fireformAjaxLoading.gif) no-repeat 0 50%;
padding-left:40px;

}
.jqmWindow li{list-style-image:url(../images/cross.png); line-height:16px}

.fireFormFieldError{border:1px solid red !important;}
.fireFormErrorMsg{color: red !important;}
.fireFormFieldContainerError{border:1px solid red !important;}

table.tableFireForm input[type="text"],
table.tableFireForm input[type="password"],
table.tableFireForm textarea,
table.tableFireForm select {
width: 100% !important;
margin: 0;
}

table.tableFireForm textarea {
padding: 3px;
height: 120px;
}

table.tableFireForm input[type="button"] {
width: 200px !important;
}

table.tableFireForm input[type="checkbox"],
table.tableFireForm input[type="radio"] {
border: none;
line-height: 18px;
vertical-align: middle;
}
