/* 
/////////////////////////////////////
Ultra Form Black ...
MAIN CSS SETTINGS
/////////////////////////////////////
*/

/* Moz Trick, Always show scroll bars */
html { 
overflow: -moz-scrollbars-vertical; 
height: 100%
}

body {
    font-size:12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
    font-size: 12px;
    
    /*text-align: center;*/
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #99CDFF;
}

/* SUCCESS SCREEN ALT */
.row_color1 {
    background-color: #DED8D3;
}
.row_color2 {
    background-color: #DED8D3;
}

td{
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form_style{
	font-size:12px;
    background-color: #ECEAE2;
	font-family: Arial, Helvetica, sans-serif;
	color: #909090;
	/*font-weight: bold;*/
	padding-top: 3px;
	/*padding-bottom: 3px;*/
    width: 100%;
    border: 1px solid #D5D3CB;
}

form {
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #333333;
}

label {
	float: left;
	width: 5em;
}

/* MAIN FORM INPUTS */
.input_style {
    padding-left: 3px;
    border: 1px solid #B6B2A6;
	
    color: #444444;
    background-color: #DED8D3;
}

.req {
    font-size:12px;
    color: #444444;
	font-weight: bold;
    
    background-image:url(./R.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
}

.req_cb {
    font-size:12px;
    color: #CCCCCC;
	font-weight: bold;
    
    background-image:url(./R.gif);
    background-repeat: no-repeat;
    background-position: right 2px;
}

input, .input_style, {
    border: 1px solid #555555;
	background-color: #DED8D3;
}

input:focus, input.sffocus, .input_style:focus, textarea.sffocus, textarea:focus {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	
    color: #444444;
    
    background-color: #DED8D3;
    background-image:url(ultra_cb/errchk.png);
    background-repeat: no-repeat;
    background-position: 0px 100px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
}

/* DROP DOWN LISTS */
.drop {
background-color: #DED8D3;
color: #444444;
}

/* HR RULE DIVIDER */
hr {
    border: none;
    border-top: 1px dashed #444444;
    margin-top:6px;
    height: 1px;
}

/* FORM STATUS */
.good {
    color: #8EC400;
    font-weight: bold;
}
.err {
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.no_marg{
margin-bottom: 0;
}

.qq {
    color: #FF9900;
	font-normal: bold;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* FORM BUTTONS */
.ubutton {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #DED8D3;
color: #444444;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #DED8D3;
border-bottom: 1px inset #DED8D3;
border-top: 1px solid #DED8D3;
border-left: 1px solid #DED8D3;
}

.ubutton:hover {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #DED8D3;
color: #444444;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #DED8D3;
border-bottom: 1px inset #DED8D3;
border-top: 1px solid #DED8D3;
border-left: 1px solid #DED8D3;
}

.ubutton_dis {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #DED8D3;
color:#666666;
text-align: center;
cursor:hand;

border-right: 1px inset #DED8D3;
border-bottom: 1px inset #DED8D3;
border-top: 1px solid #DED8D3;
border-left: 1px solid #DED8D3;
}

.ubutton_dis:hover{
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #DED8D3;
color:#666666;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #DED8D3;
border-bottom: 1px inset #DED8D3;
border-top: 1px solid #DED8D3;
border-left: 1px solid #DED8D3;
}

.cb1 {
background-image:url(ultra_cb/falseblk.png);
background-repeat: no-repeat;
   background-position: left;
   height: 12px;

}
.cb2 {
background-image:url(ultra_cb/trueblk.png);
background-repeat: no-repeat;
   background-position: left;
   height: 12px;

}
.email {
unicode-bidi:bidi-override;
direction:rtl;
}
