body {
	-webkit-font-smoothing: antialiased !important;
	font-family: Arial;
	font-size: 14px;
	color: #1c1d1e;
}
form.jqtransformdone label {
	margin-top: 1px;
	margin-right: 8px;
}
form.jqtransformdone div.rowElem {
	clear: both;
	padding: 4px 0px;
}
/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {
	float: left;
	display: block;
	margin: 0;
}
.jqTransformRadio {
	background: transparent url(../resources/images/radio_btn.png) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 21px;
	display: inline-block;/*display: -moz-inline-block;*/
	margin-right: 10px;
}
/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper {
	display: block;
	float: left;
}
a.jqTransformCheckbox {
	background: transparent url(../resources/images/check_box.png) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 19px;
	display: block;/*display: -moz-inline-block;*/
	margin-right: 10px;
}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
	background-position: center bottom;
} 
/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 35px;
	position: relative;
	height: 30px;
	border-top: 1px solid #C2C5C9;
	border-left: 1px solid #C2C5C9;
	border-bottom: 1px solid #C2C5C9;
	float: left;
	box-shadow: 0px 2px 0px rgba(255,255,255,0.1), inset 0px 2px 4px rgba(0,0,0,0.2);
	border-radius: 3px;
}
.jqTransformSelectWrapper div span {
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 31px;
	line-height: 15px;
	padding: 8px 0 0 7px;
	overflow: hidden;
	cursor: pointer;
	width: 50px; /*80*/
	font-family: Arial;
	font-size: 14px;
	color: #1c1d1e;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: -2px;
	width: 33px;
	height: 30px;
	background: url(../resources/images/drop_dn_arrow.png) no-repeat center center;
}
.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 30px;
	left: 0;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0;
	padding: 0;
	height: 150px;
	overflow: auto;
	z-index: 10;
	overflow-y: scroll !important;
}
.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #333;
	background-color: #FFF;
	font-size: 14px;
}
.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background: #3582c4;
	color: #fff;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
	display: none;
}
/* BUTTONS *//* ---- ONLINE - BUTTONS ---- */

.button_block {
	text-align: center;
	display: inline-block;
	font-size: .75rem;
}
.btn {
	text-decoration: none;
	display: inline-block;
	position: relative;
	font: normal 16px Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	padding: 6px 15px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
	cursor: pointer;
}
.btn.sm {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
.btn:focus {
	outline: none;
}
.white, .white:hover[disabled], .white.disabled:hover {
	color: #505050;
	background: #f7f9fa; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f9fa 0%, #e1e4e8 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f9fa), color-stop(100%, #e1e4e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f9fa 0%, #e1e4e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f9fa 0%, #e1e4e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f9fa 0%, #e1e4e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f9fa 0%, #e1e4e8 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#edeef1', GradientType=0 ); /* IE6-9 */
	border: none;
}
.white:hover {
	background: #e1e4e8; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e4e8 0%, #d2d5d8 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e4e8), color-stop(100%, #d2d5d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e4e8 0%, #d2d5d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e4e8 0%, #d2d5d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1e4e8 0%, #d2d5d8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1e4e8 0%, #d2d5d8 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e4e8', endColorstr='#d2d5d8', GradientType=0 ); /* IE6-9 */
}
.white:active, .white:focus {
	background: #e1e4e8;
}

.orange, .orange:hover[disabled], .orange.disabled:hover {
	color: #ffffff !important;
	background: #fa8d2c !important;
	text-shadow: none !important;
	background: -webkit-linear-gradient(to bottom, #fa8d2c 0%, #eb7206 100%);
	background: -o-linear-gradient(to bottom, #fa8d2c 0%, #eb7206 100%);
	background: -moz-linear-gradient(to bottom, #fa8d2c 0%, #eb7206 100%);
	background: linear-gradient(to bottom, #fa8d2c 0%, #eb7206 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa8d2c', endColorstr='#eb7206', GradientType=0 ); /* IE6-9 */
	border: none;
}
.orange:hover {
	background: #eb7206 !important;
	background: -webkit-linear-gradient(to bottom, #eb7206 0%, #d66501 100%);
	background: -o-linear-gradient(to bottom, #eb7206 0%, #d66501 100%);
	background: -moz-linear-gradient(to bottom, #eb7206 0%, #d66501 100%);
	background: linear-gradient(to bottom, #eb7206 0%, #d66501 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7206', endColorstr='#d66501', GradientType=0 ); /* IE6-9 */
}
.orange:active, .orange:focus {
	background: #eb7206 !important;
}

.btn[disabled], .btn.disabled {
	opacity: .5;
	cursor:not-allowed;
}
input[type="text"], input[type="password"] {
	margin: 5px 0 10px 0;
	width: 197px;
	padding: 6px 25px 6px 5px;
	background-color: #fff;
	border: 1px solid #c2c1bc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 14px Arial;
	/* -webkit-box-shadow: 0 2px 0 #FFF, 0 2px 4px #000 inset; */
	/* -moz-box-shadow: 0 2px 0 #FFF, 0 2px 4px #000 inset; */
	box-shadow: 0 2px 0 rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2) inset; 
	clear: both !important;
}
input[type="text"]:focus {
	background-color: #fcfcfc;
	color: #1c1d1e;
	/*border: 1px solid #ff9e13;*/
	box-shadow: 0 0 5px #b9d4e9;
	outline: none;
	box-shadow: 0 2px 0 rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2) inset; 
}
input[type="text"].currency-watermark:focus {
	color: #999;
}
input[type="text"].percentage-watermark:focus {
	color: #999;
}
input.percentage-watermark {
	color: #999;
	padding-left: 14px;
}
/* used for dollar sign input watermark */
.currency-span {
	position: relative;
	left: 22px;
	color: #999;
}
.formText {
	font-family: Arial;
	font-size: 14px;
}
div.formText {
	margin-top: 3px;
}
.radioDiv {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}
.textBoxRow {
	clear: both;
}
.labelRow {
	clear: both;
	padding-top: 20px;
}
.aboveLabel {
	font-size: 14px;
	font-weight: bold;
}
