/*-------------------------------------------------------wrapper----------------------------------------------*/

#wrapper {
	margin:0 auto;
	width:100%;
	padding:0px 0px 0px 0px;
}
.fixed-container {
	width:900px;
	margin:0 auto;
	height:660px;
}
.bg-outback {
	background:#fff url(../images_latest/verfi-bg2.jpg) repeat-x ;
}
.heading-bar {
	background:#313437;
	padding:5px 12px;
	height:auto;
}
.title {
	/* color:#fff; */
	font-family: 'MyriadProRegular';
	font-size:32px;
}
.powered {
	text-align:right;
}
.logo-company img {
}
.radius-td {
	/*-o-border-radius:3px;
	-icab-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dadada !important;*/background:#fff;
	-o-border-radius:5px;
	-icab-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #4f4f4f !important;
	padding-left:5px;
}
.radius-td-lbl {
	background:#fff;
	-o-border-radius:5px;
	-icab-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}
.label {
	padding:5px 10px;
	line-height:25px;
	color:#000;
	font-size:14px;	
}
.required {
	color:#FF0000;
}
.input-normal {
	background:#fff;
	border: 1px solid #fff;
	color: #47372A;
	font-size: 13px;
	height: 30px;
	padding: 0 5px;
	margin:4px 5px;
	width: 295px;
}
.testimonial-box {
	background:#fff;
	-o-border-radius:5px;
	-icab-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:3px solid #4f4f4f !important;
	padding:5px 10px;
}
.txt-area {
	margin:5px 0;
	background:#fff;
	border: 1px solid #D5D4D4;
	padding:3px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.big{ width:840px; height:80px; float:left; }
.small{ width:600px; height:105px; float:left; }
.normal-txt {
	font-size:13px;
	padding:5px;
}
.bgr-heading1 {
	-o-border-radius:3px;
	-icab-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#FFFFFF;
	border: 1px solid #DADADA !important;
	color: #455162;
	font-size: 12px;
	line-height: 20px;
	margin: 3px 0;
	padding: 3px 10px;
}

a.jqTransformCheckbox {
	background: transparent  url(../images_latest/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 30px;
	width: 60px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------f
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */


/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}