/* CSS Document */

.errorText {
	color: #939598;
}

.success {
	color: #fff;
	background-color:#bb426e;
}

.fail {
	color: #fff;
	background-color: #BC070A;
}

#Result_Msg {
	display: none;
	width: 100%;
	height: auto;
	padding: 10px;
	font-size: 18px;
	clear: both;
	margin-top: 0;
	margin-bottom: 30px;
}

.required { color:#F30004;}
#JobApp {
	line-height: 1.5em;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 0 0;
}

#JobApp input#Name, input#Phone, input#Email_Address, input#Address, input#City {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	margin: 3px 0 10px 0;
	padding: 6px;
	width: 70%;
	}

#JobApp select#State,  select#Found_By{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	margin: 3px 0 10px 0;
	padding: 6px;
	width: 70%;
}

#JobApp select#Interested_In {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	margin: 3px 0 10px 0;
	padding: 6px;
	width: 40%;
}
#JobApp  textarea {
border-bottom: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	padding: 6px;
	margin-top: 3px;
	width: 85%;
	font-size: 14px;
	}

input#send {
	background-color: #C6C6C6;
	padding: 8px 15px;	
	cursor: pointer;
	font-size: 15px;
}

.job_left {
	width: 48%;
	margin: 1%;
	float: left;
}

.job_right {
	width: 48%;
	margin: 1%;
	float: left;
}


.contactbtn {
	padding: 10px 50px;
	background-color:#723a79;
	border:none;
	border-radius: 5px;
	color:#fff;
}

.contactbtn:hover {
	opacity: 0.6;
}

@media (max-width: 900px) {
.job_left {
	width: 100%;
	margin: 1% 0;
}

.job_right {
	width: 100%;
	margin: 1% 0;
}

}

@media screen and (max-width:640px) {
#JobApp input#Name, input#Phone, input#Email_Address, input#Address, input#City {
	width: 100%;
	}

#JobApp select#State,  select#Found_By{
	width: 100%;
}

#JobApp select#Interested_In {
	width: 100%;
}
#JobApp  textarea {
width: 100%;
	}
}