#fireFormWrapper
{
    margin:0 auto;
}
table.tableFireForm
{
    font-size:12px;
	padding:10px;
}
table.tableFireForm th
{
	text-align: left;
	font-weight: normal;
	/*padding: 10px;*/
}
table.tableFireForm td
{
	vertical-align: middle;
	padding: 4px 0px;
}
.fireFormMouseover{background-color:#D9D7C7}
.fireFormDrag{background-color:#BBBBBB}
.fireFormRowDragHandle{background:url(../images/move.png) 0 50% no-repeat;
padding:2px 0px 1px 16px;
margin:0;
text-decoration:none;
cursor: move
}
.fireFormRowDelete{ background:url(../images/cross.png) 0 50% no-repeat;
padding:2px 0px 1px 16px;
margin:0;
text-decoration:none
}
.fireFormRowEdit{background:url(../images/fireformedit.png) 0 50% no-repeat;padding:2px 0px 1px 16px;
margin:0;text-decoration:none}
/*
.button
{
    color: #FFFFFF;
    background-color: #ADD8E6;
    font: 12px Arial, Helvetica, sans-serif;
}*/
/* 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: absolute;
    top: 200px;
    left: 130px;

    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }


.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}
.fireForm_title{font-weight:bold}
.fireFormQBody{}
.fireFormQuestion{padding-top:2px}
.fireFormInstruction{padding-top:2px}
.fireFormSubmit{
    color: white;	
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    padding: 3px 10px 3px 10px;
    background-color: #b75600;
    /*border: 1px solid black;*/
    border: 3px double #b7b4ac;
}
.fireFormFieldContainer{}
.fireFormFieldContainerError{border:1px solid red}
.fireFormFieldError{border:1px solid red}
.fireFormErrorMsg{color:red}
#fireFormWrapper label
{
	font: 12px Arial, Helvetica, sans-serif;
}
.fireFormTextarea,.fireFormInput
{
	width: 150px;
}
