.upload-resume-buttons{
	/*background-color: wheat;*/
}
input[name='submitted_upload_your_resume_now_upload_button'], 
input[name="files[submitted_upload_your_resume_now]"]::-webkit-file-upload-button,
input[name="submitted_upload_your_resume_now_remove_button"],
#webform-client-form-2238 .form-actions input {
    color: #fff;
    line-height: 2em;
    padding: 0 1em;
    background-color: #428BCA;
	border-color: #357ebd;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
input[name='submitted_upload_your_resume_now_upload_button'] {
	margin: 1em 0!important;
}
input[name="files[submitted_upload_your_resume_now]"] {

}
/*Change ID to live's*/
#webform-client-form-2238 .form-actions {
	margin-top: .5em;
}
#webform-client-form-2238 .form-actions input:first-child{
	margin-right: 10px;
}
.career_link {
	overflow: hidden;
}

#send_resume_career {
	background-color: #EEE;
	padding: 1em;
}
#send_resume_career a {
	color: black;
}
.left_checkbox {
    float: left;
    padding-right: 10px;    
}
