.formTable {
	padding: 0px;
	margin: 0px;
}
.formTable form {
	padding: 0px;
	margin: 0px;
	color: #838282;
	font-size: 12px;
}
.formTable form table {
}
.formTable form table tr td {
	vertical-align: top;
}
.formTable form table td.formLabel {
	font-size: 15px !Important;
	color: #4f4f4f;
	padding: 10px 8px 10px 8px;
	text-align: right;
}
.formTable input[type="text"], .formTable input[type="password"], .formTable input[type="email"], .formTable select, .formTable textarea {
	background-color: white;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-border-radius: 2px;
	-icab-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	display: inline;
	padding: 14px 8px;
	color: #4f4f4f;
	margin: 4px 0 5px 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.formTable input[type="text"]:focus, .formTable select:focus, .formTable textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.formTable select {
}
.formTable input.security_code {
	width: calc(100% - 190px);
	display: inline-block;
	vertical-align: top;
	float: right;
}
.formTable textarea {
	height: 150px;
}
.formTable p {
	margin-bottom: 15px;
	position: relative;
}
.formTable input.input_small {
	width: 230px;
}
.formTable input.file-browsed {
	margin: 12px 0 10px 0;
}
.formTable input.inputsubmit, .formTable input.inputreset {
	font-style: normal;
	font-weight: 600;
	margin: 7px 0;
	padding: 7px 20px;
	background: #f14130;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	border: 1px solid #f14130;
*border: 0px solid #274807;
*outline:0px;
	text-align: center;
	cursor: pointer;
	outline: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
*width: 160px;
	cursor: pointer;
	margin-right: 10px;
}
.formTable input.inputreset {
	background: #716e6d;
	border: solid 1px #545553;
}
label.error {
	color: #f00;
	margin: 0px;
	padding: 0px;
	clear: both !important;
	display: block;
}
.spn_must_field {
	color: #FF0000;
}
#security_image {
	margin: 5px 0px 0px 10px;
}
table.tbl-padding td {
	padding-bottom: 8px;
	vertical-align: middle !important;
}
.captcha {
	float: left;
	margin: 6px 0 0 15px;
}
.div_msg {
	background-color: #eee;
	border: 3px solid green;
	margin: 5px 0px;
	font-size: 16px;
	padding: 5px;
	color: #505050;
	font-style: italic;
}
.div_error {
	background-color: #eee;
	border: 3px solid #FF0000;
	margin: 5px 0px;
	font-size: 16px;
	padding: 5px;
	color: #505050;
	font-style: italic;
}
