/* 

All CSS for /en/jobs/add.asp

*/

/* import jobs global module styles */
@import url('global.css');


#t-jobs #t-add {
	width: 100%;
	margin: 0;
	padding: 0;
}

#t-jobs #t-add h2 
{
	color: #666;
	background: #EFEFEF;
	padding: 6px;
}

#t-jobs #t-add .text-editor .label {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#t-jobs #t-add .text-editor .charcount {
	float: right;
	margin-top: 5px;
    margin-bottom: 5px;
}

#t-jobs #t-add .text-editor .wysiwyg {
	clear: both;
	margin-bottom: 10px;
}

#t-jobs #t-add .submitjob {
    text-align: center;
    margin: 10px;
}

#t-jobs #t-add .submitjob input {
    font-size: 1.6em;
}

#t-jobs #t-add .t-syndicate 
{
    margin-top: 5px;
}

#t-jobs #t-add .t-syndicate p
{
    font-size: .9em;
    font-style: italic;
    margin: 0;
    padding: 0;
}

#t-jobs #t-add .required-field input {
    background: #FFEBE8;
    border: solid 1px #7F9DB9;
}

#t-jobs #t-add .t-company-information {
    padding: 10px;
    margin: 0;
    background: #F7F7F7;
    border: solid 1px #C0C0C0;
}

#t-jobs #t-add .t-company-information ul.contact-fields{
    list-style: none;
    margin: 0;
    padding: 0;
}

#t-jobs #t-add .t-company-information ul.contact-fields li{
    margin: 0;
    padding: 4px;
}

#t-jobs #t-add .t-company-information ul.contact-fields li.required-field input{
    background: #FFEBE8;
    border: solid 1px #7F9DB9;
}

#t-jobs #t-add .t-company-information label {
    width: 136px;
    float: left;
}
#t-jobs #t-add .t-company-information .contact-input {
    float: left;
}
#t-jobs #t-add .t-company-information .form-flag-error {
    float: right;
}


