 @media print {
* {
	text-shadow: none!important;
	color: #000!important;
	background: transparent!important;
	box-shadow: none!important
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight:normal;
	float:none !important;
}
#contact input[type="text"], #contact-form2 input[type="text"] { float:none !important; width:100% !important; height:30px;}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-group {
	margin-bottom: 10px;	
}

.post-job-form label, .post-resume-form label {
    color: #4a4f4f;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 5px 0;
}
label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
	height:auto !important;
}
.post-job-form .input, .post-resume-form .input {
    border: 1px solid #999;
    box-shadow: none;
    height: 30px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555 !important;
    display: block;
    font-size: 14px !important;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px !important;
	margin:0px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
* {
    box-sizing: border-box;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
textarea { width:100% !important;}

.post-job-form label small, .post-resume-form label small {
    color: #EE1C25;
    font-size: 14px;
    margin: 0 0 0 25px;
}

.post-job-form .upload, .post-resume-form .upload {
    background: url(../images/upload.png) no-repeat scroll left center #fcfcfc;
    border-radius: 20px;
    height: 23px;
    overflow: hidden;
    width: 91px;
}

.post-job-form .upload input, .post-resume-form .upload input {
    cursor: pointer;
    height: 23px !important;
    opacity: 0 !important;
    text-align: center;
    width: 91px !important;
}
.post-job-form .upload:hover, .post-resume-form .upload:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

.btn-green {
    background: none repeat scroll 0 0 #ee1c25;
    border: medium none;
    color: #ffffff;
    margin: 5px 0;
	text-shadow:none;
	font-weight:600;
}
.btn-green:hover {
    background: none repeat scroll 0 0 #f5555b;
    color: #333;
}

