form .clear {
	clear: both;
	float: none;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0
}
form br {
	clear: both;
	float: none
}
form label {
	width: 30%;
	display: block;
	padding: 5px 10px 5px 5px;
	float: left;
	text-align: right;
	color: #555
}
form input, form textarea, form select {
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 4px;
	padding-left: 10px;
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
	float: none;
	border: 0
}
form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background-color: #fff!important
}
form .select-holder {
	position: relative!important
}
form .select-holder:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #999 transparent transparent transparent;
	z-index: 1;
	top: 40%;
	right: 14%;
	pointer-events: none
}
.apply-form-wrapper #sb-frm {
	width: 30%;
	max-width: 200px;
	margin-top: 10px;
	background-color: #e71f79;
	color: #fff;
	border-radius: 40px;
	cursor: pointer;
	display: block
}
.apply-form-wrapper #sb-frm:hover {
	background-color: #00224d
}
form ul.multi {
	display: block;
	float: left;
	width: 60%;
	padding-left: 10px
}
form ul.multi li {
	display: block
}
form ul.multi li input {
	height: 20px;
	width: 20px;
	display: block;
	margin: 5px 10px 5px 0;
	float: left
}
form ul.multi li label {
	text-align: left;
	margin: 5px 0;
	padding: 0;
	display: block;
	float: left;
	width: 80%
}
form ul.single {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: block
}
form ul.single li label {
	text-align: left;
	margin: 5px 0;
	padding: 0;
	display: block;
	float: left;
	width: 90%
}
form ul.single li input {
	height: 20px;
	width: 20px;
	display: block;
	margin: 5px 10px 5px 0;
	float: left
}
form .textfield, form .textarea, form .select {
	color: #555;
	background: #ededed;
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #d0d0d0
}
form input:disabled, form select:disabled, form textarea:disabled, form option:disabled {
	color: #ccc
}
form .frmBu-submit, form .frmBu-reset {
	background-color: #c51e0b;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
	text-align: center;
	font-size: 11px;
	border-style: none
}
form .frmBu-submit:hover, form .frmBu-reset:hover {
	cursor: pointer;
	background: #9b080b;
	border-style: none
}
.errorMsg {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 20px 0px 20px;
	background: #FDD;
	color: #900;
	border: 1px solid #900;
}
.successMsg {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background: #d9ffd9;
	color: #030;
	border: 1px solid #060;
	font-size: 12px
}
.errorMsg ul {
	list-style: none
}
.busy {
	background: #e2faeb;
	border: 1px solid #00f900;
	color: #060;
	padding-left: 10px
}
.server-response {
	position: absolute;
	z-index: 1;
	display: block;
	width: 225px;
	top: -100px
}
#job_apply_online_form br {
	clear: both;
	float: none
}
#job_apply_online_form fieldset {
	padding: 20px;
	border: 1px solid #484848;
	margin-bottom: 20px
}
#job_apply_online_form fieldset legend {
	color: #89387a;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px
}
#job_apply_online_form fieldset label {
	display: block;
	padding: 5px 15px 5px 5px;
	float: left;
	width: 40%;
	text-align: right;
	margin-bottom: 10px;
	font-weight: 400
}
#job_apply_online_form textarea {
	height: 100px
}
#job_apply_online_form .select-holder {
	position: relative!important;
	display: block;
	float: left
}
#job_apply_online_form .select-holder:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #999 transparent transparent transparent;
	z-index: 1;
	top: 35%;
	right: 3%;
	pointer-events: none
}
#job_apply_online_form input, #job_apply_online_form textarea, #job_apply_online_form select {
	display: block;
	padding: 4px;
	float: left;
	width: 280px;
	margin-bottom: 10px;
	color: #555;
	background: #f2f2f2;
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #d0d0d0
}
#job_apply_online_form select {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	border: 1px solid #d8d8d8
}
#job_apply_online_form table input, #job_apply_online_form table textarea, #job_apply_online_form table select {
	display: block;
	padding: 2px;
	float: none;
	width: 99%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto
}
#job_apply_online_form fieldset table tr th {
	background: #eaeaea;
	color: #333;
	font: bold 10px Tahoma, Geneva, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px
}
#job_apply_online_form fieldset table tr td {
	padding: 3px
}
#job_apply_online_form fieldset table label {
	width: 28%;
	padding-right: 5px
}
#job_apply_online_form #submit-application, #SubButL {
	width: 100px;
	cursor: pointer!important;
	background-color: #89387a!important;
	color: #FFF!important;
	padding: 8px 20px!important;
	font-size: 18px!important;
	margin-left: auto;
	margin-right: auto;
	float: none!important;
	border: none!important
}
.errorMSG, .errMsg {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background: #ffe9e8;
	color: #900;
	border: 1px solid #900;
	font-size: 12px;
	margin-bottom: 20px
}
.successMSG {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background: #d9ffd9;
	color: #030;
	border: 1px solid #060;
	font-size: 12px;
	margin-bottom: 20px
}


#qsps fieldset {
	padding: 20px;
	border: 1px solid #484848;
	margin-bottom: 20px
}
#qsps fieldset legend {
	color: #89387a;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px
}
#qsps fieldset label {
	display: block;
	padding: 5px 15px 5px 5px;
	float: left;
	width: 40%;
	text-align: right;
	margin-bottom: 10px;
	font-weight: 400
}
#qsps input, #qsps textarea, #qsps select {
	display: block;
	padding: 4px;
	float: left;
	width: 280px;
	margin-bottom: 10px;
	color: #555;
	background: #f2f2f2;
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #d0d0d0
}
#qsps .select-holder {
	position: relative!important;
	display: block;
	float: left
}
#qsps .select-holder:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #999 transparent transparent transparent;
	z-index: 1;
	top: 35%;
	right: 3%;
	pointer-events: none
}
#qsps select {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);

}
#qsps .frmBu-submit {
	width: auto;
	cursor: pointer!important;
	background-color: #89387a!important;
	color: #FFF!important;
	padding: 8px 20px!important;
	font-size: 18px!important;
	margin-left: auto;
	margin-right: auto;
	float: none!important;
	border: none!important
}
.mend{ color:#F00;}
#qsps h1  { text-align:center; padding-bottom:20px;}
#qsps h1 span {font-size:24px;}
@media only screen and (max-width:480px) {
	#qsps fieldset label {

	width: 100%;
	text-align:left;
	padding-left:0;

}
	}
