body {
	background:#fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Poppins',Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height:20px;
	height:100%;
	color:#191919;
}
td,th { 
 	line-height:18px;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

.popupWrapper { padding:5px 10px 15px;}

.popupTitle { 
	border-bottom: 1px solid #0A3638;
	height:24px;
}

.popupTitle h1   {
	float:left;
	font-family: 'Poppins',Helvetica,Arial,sans-serif;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;	
	color:#191919; 
	line-height:24px; 
}
.note { padding:2px 0px;}

.divButton { text-align:center ; padding:10px 0px;}

.boxForm {
padding: 0px;  }

.divForm {
  width: 100%;	
}
.item-form {
	padding:10px 0px;	 
	position:relative;
}
.item-form .label {
	display:block;
	font-weight:bold;
	padding-bottom:5px;	
}

.ui-datepicker {
	width:244px !important;	
}

.ui-datepicker table {
  font-size: 11px !important;
}
.ui-datepicker th {
   padding: 2px !important;
}
 
.ui-datepicker-trigger {
    position: absolute;
    /* bottom: 5px; */
    /* left: 230px; */
    right: 6px;
    top: 23%;
	
}
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
}

.validate label { padding-bottom:2px; font-size:11px;}
.validate input.error {
	border:1px dotted #ff0000;
} 
.validate label.error { margin-left: -3px; padding: 5px;  color: #B70002; -moz-border-radius: 4px; -webkit-border-radius: 4px;  position:absolute; top:0px; right:0px; }

 
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
} 

.validate  #filed_security_code label.error {
	left:100px !important;	
}
 


.button {	
  font-weight:700;
	margin-top:10px;
	background: #fd0; 	 
	font-size: 14px;
	line-height:32px;
	padding:0px 10px;
	height:32px;
	min-width:40px;
	text-align:center;
	color: #111111;	
	display: inline-block;
	text-decoration: none;
	-webkit-transition: background-position .2s linear;
	-moz-transition: background-position .2s linear;
	-o-transition: background-position .2s linear;
	-ms-transition: background-position .2s linear;
	transition: background-position .2s linear;
}

.button:hover {
	text-decoration: none;
	color: #f7f7f7;	
	background-position: -20px 94px;
}

input.button { 
	cursor: pointer;
	font-family: inherit; 
	border: none;
	display: inline-block;
}
  
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.btn { 
	background: url(../images/btn-bg.png) repeat -20px 35px #867934; 	
	padding: 4px 15px;
	font-size: 11px;
	text-transform: uppercase;
	line-height:21px;
	color: #f7f7f7;	
	display: inline-block;
	text-decoration: none;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;	
	-webkit-transition: background-position .2s linear;
	-moz-transition: background-position .2s linear;
	-o-transition: background-position .2s linear;
	-ms-transition: background-position .2s linear;
	transition: background-position .2s linear;
	border:none;
	cursor:pointer;
} 	
button.btn span {
	 
}
button.btn:hover, button.btn:focus{
	text-decoration: none;
	color: #f7f7f7;	
	background-position: -20px 94px;	 
}
 
 
 .textfiled {
	border:none;
	 margin:0;  position:relative; padding:4px 0px; width:auto; height:auto; background-image:none; background-color:#e9e9e3;
 	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	-moz-box-shadow:    rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	box-shadow:         rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	height:20px;
	color:#333333;
	text-indent:7px;
	font-size:11px;

}
.textarea{
	border:none;
	 margin:0;  position:relative; padding:4px 0px; width:auto; height:auto; background-image:none; background-color:#e9e9e3;
 	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	-moz-box-shadow:    rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	box-shadow:         rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
 	color:#333333;
	overflow:auto;
	font-size:11px;

}
.select{
	border:none;
	 margin:0;  position:relative; padding:4px 0px; width:auto; height:auto; background-image:none; background-color:#e9e9e3;
 	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	-moz-box-shadow:    rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	box-shadow:         rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	color:#333333;
	padding:4px;
	font-size:12px;
}


.clearfix:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix{
	display: inline;
	position: relative;
	}
/*\*/
.clearfix	{
	display: block;
}


.font_f_title {
	color: #993333;
	font-weight: bold;
	font-size: 14px;
	text-transform:uppercase;
}

.font_err {
	color: #FF0000;
}

.sbHolder{
	border:none;
	 margin:0;  position:relative; padding:4px 0px; width:auto; height:auto; background-image:none; background-color:#e9e9e3;
 	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	-moz-box-shadow:    rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	box-shadow:         rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	height:20px;
	color:#333333;
	text-indent:7px;	
	width:250px;
	font-size:11px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 28px;
	left: 0;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0; 
	width:250px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #333333;
	outline: none;
	text-decoration: none; 
}
.sbToggle{
	background: url(../images/arr_select.png) center no-repeat;
	display: block;
	height: 28px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	z-index:1;
}
.sbToggle:hover{
		background: url(../images/arr_select.png) center no-repeat;
}
.sbToggleOpen{
		background: url(../images/arr_select.png) center no-repeat;
}
.sbToggleOpen:hover{
		background: url(../images/arr_select.png) center no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	border:1px solid #ccc;
	border-top:none;
	background-color: #e9e9e3; 
	list-style: none; 
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	width: 248px;
	z-index: 2;
	overflow-y: auto;
	min-height:100px !important;
}
.sbOptions li{
	padding: 0px 0px;
}
.sbOptions a{ 
	display: block;
	outline: none;
	padding:4px 10px 4px 3px;
	line-height:20px;
	font-size:11px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333333;
	text-decoration: none;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus{
	background:#333333 ;	
	color: #fff;	
} 
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.s-item-right .sbOptions {}
