/*************************************************************************************************
	Layout for the jobs advert table.
*************************************************************************************************/
.warning-message{
	margin: 0px 0px 0px 0px;
	width:98%;
}

.addJob{
	float:left;
	width:100%;
}

#destinationWarning{
	float:left;
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:96%;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	padding:5px 5px 5px 5px;
	margin:0px 0px 5px 0px;
}

#jobTitleWarning{
	float:left;
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:96%;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	padding:5px 5px 5px 5px;
	margin:0px 0px 5px 0px;
}

.jobsSelectOptionShort{
	background-color:#F7F7F7;
	font-size:16px;
} 

.jobsSelectOptionSalaryType{
	background-color:#F7F7F7;
	font-size:16px;
}


/**
 * Jobs search table layout.
 **/
 
 
.fullBlock{
	float:left;
	display:inline-table;
	width:100%;
}

/* Clear floats after the columns */
.row {
  width:50%;
  display: table;
  float:left;
  padding:0px 0px 5px 0px;
}
.row:after {
  content: "";
  clear: both;
  padding-bottom:5px;
}
.rowHalf {
  width:50%;
  display: table;
  float:left;
  height:auto;
  padding:0px 0px 5px 0px;
}
.rowHalf:after {
  content: "";
  clear: both;
  padding-bottom:5px;
}

.col-40{
	float:left;
	width:40%;
	height:auto;
}
.col-50{
	float:left;
	width:50%;
	height:auto;
}
.col-60{
	float:left;
	width:60%;
	height:auto;
}
/* Style the label to display next to the inputs */
label {
  padding: 7px 7px 0px 0px;
  text-align:right;
  float:right;
}
.label {
  padding: 10px 10px 0px 0px;
  text-align:right;
  float:right;
  min-height:32px;
  vertical-align:middle;
}
.rowHidden{
	display:none;
	visibility:hidden;
}
.rowButton{
	float:right;
	padding:20px 0px 0px 0px;
	margin:0px 100px 0px 0px;
}

.expandForm{
	margin:21px 0px 0px 0px;
	text-align:right;
}
.expandForm a{
	text-decoration:none;
	color:#074389;
	height:20px;
	padding: 5px 5px 5px 5px;
	background-color:#EEEEEE;
	text-decoration:none;
}

.searchJobsForm input[type="text"]{	
	color:#404040;
	width:98%;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}

.searchJobsForm select{
	color:#404040;
	height:35px;
	border-style:solid;
	border-color:#E4E4E4;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;	   
	box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}
.jobsSelectOption{
	width:98%;
}
.jobsSelectOptionSalaryType{
	width:48%;
}
.jobsSelectOptionShort{
	width:48%;
}

.jobsSearchForm{
	z-index:150;
	width:690px;
	text-align:center;
}

.jobsFormButtons{
	float:left;
	width:98%;
	height:21px;
	margin: -15px 0px 20px 0px;
}

#jobsSubmitButton{
	position:relative;
	margin: 0px 0px 0px 520px;
}

.jobIndustryList{
	float:left;
	height:150px;
	min-width:180px;
	width:98%;
    overflow-x: scroll;
    overflow-y: scroll;	
	border-style:solid;
	border-width:2px;
	
	box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}
.jobIndustryList input[type="checkbox"]{
	height:20px;
}

#jobIndustryListSub{
	float:left;	
    width:99%;
	padding: 5px 0px 0px 0px;
}

label {
	width:87%;
	height:auto;
	display: block;
	padding: 0;
	padding-left: 0px;
	vertical-align:bottom;
	text-align:left;
}
#checkboxLabel{
	width:98%;
	height:auto;
	display:block;
}
#checkboxLabel input[type="checkbox"]{
	float:left;
	padding: 5px 0px 0px 0px;
}

.searchFormLbl{
	height:30px;
	display: block;
	padding: 7px 5px 0px 0px;
	vertical-align: top;
	text-align:right;
	font-size:16;
}
.jobTypeOptions{
	float:left;
	padding: 7px 0px 0px 0px;
}


@media (max-width: 1025px) {
	.row{
		width:50%;
	}
	.rowButton{
		margin:0px 50px 0px 0px;
	}
}
@media (max-width: 900px) {
	.row{
		width:100%;
	}
	.rowHalf {
		width:100%;
	}
	.holidaySelectOptionCurrency{
		width:100%;
	}
	.holidaySelectOptionBudget{
		width:100%;
	}
	#holidaysAdvertTitle{
		width:99%;
	}
	#holidaysAdvertImage{
		width:99%;
	}
	#holidaysAdvertBasic{
		width:99%;	
	}
	#holidaysAdvertDetailed{
		width:98%;	
	}
}
@media (max-width: 795px) {
	.row{
		width:100%;
	}
	.rowHalf {
		width:100%;
	}
	#holidaysAdvertTitle{
		width:99%;
	}
	#holidaysAdvertImage{
		width:99%;
	}
	#holidaysAdvertBasic{
		width:99%;	
	}
	#holidaysAdvertDetailed{
		width:98%;	
	}
	.jobsSelectOptionSalaryType{
		width:98%;
	}
	.jobsSelectOptionShort{
		margin:7px 0px 0px 0px;
		width:98%;
	}

}
@media (max-width: 695px) {
	.row{
		width:100%;
	}
	.rowHalf {
		width:100%;
	}
	.holidaysFound{
		width:100%;
	}
	.sortLinks{
		width:100%;
	}
	#holidaysAdvertTitle{
		width:99%;
	}
	#holidaysAdvertImage{
		width:99%;
	}
	#holidaysAdvertBasic{
		width:99%;	
	}
	#holidaysAdvertDetailed{
		width:98%;	
	}
	.rowButton{
		margin:0px 30px 0px 0px;
	}
}



.addJobAdvertTable input[type="text"]{
	width:90px;
	height:35px;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;

    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}

.addJobAdvertTable select[type="text"]{
	width:80%;
	height:35px;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;

    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}

.addJobAdvertTable input[type="password"]{
	height:35px;
	width:80%;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;

    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}

.addJobAdvertTable select{	
	height:35px;
	width:80%;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;

    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}

.addJobAdvertTable td.description{
	text-align:right;
	vertical-align: top;
	padding:8px 5px 0px 0px;
	font-size:16px;
	color:#404040;
}

.addJobAdvertTable td.descriptionHeader{
	text-align:left;
	vertical-align: top;
	height:20px;
	padding:25px 5px 0px 0px;
	font-size:16px;
	color:#404040;
}

.addJobAdvertTable td.addJobInputFieldLabel{
	text-align:right;
	vertical-align: top;
	width:180px;
	padding:9px 5px 2px 0px;
	font-size:16px;
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.addJobAdvertTable td.displaydetails{
	text-align:left;
	vertical-align: top;
	padding:2px 0px 2px 0px;
	font-size:16px;
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.addJobAdvertTable td.jobInputSectionDescription{
	text-align:left;
	vertical-align: top;
	padding:15px 5px 5px 0px;
	font-size:16px;
	color:#404040;
	width:100%;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.addJobPricingHeader{
	float:left;
	width:625px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 5px 5px;
	font-size:16px;
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

#jobDescriptionTextArea{
	height:150px;
	width:80%;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;

    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}

#jobInputForm{
	width:80%;
	height:35px;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;

    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}

#jobSelectList{
	width:80%;
	height:35px;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;

    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}

#jobSelectListCurrency{
	width:80%;
	height:35px;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;

    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}

.addJobSelectPrice{
	float:left;
	width:145px;
	margin:5px 5px 5px 5px;
	padding:0px 0px 0px 0px;
}

.addJobSelectPriceContent{
	float:left;
	width:143px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	margin-bottom:5px;
	background: url(../images/text-white-bg2.png) repeat-y left top;
}

.addJobSelectPriceTop{
	position:relative;
	height:8px;
	width:15px;
	margin:-5px 0px 0px -5px;
	padding:0px 0px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat left top;
}

.addJobSelectPriceTop span{
	position:absolute;
	height:8px;
	width:138px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat right top;
}

.addJobSelectPriceRight{
	float:right;
	background-position: 100% 0;
	padding:0px 0px 0px 0px;
	margin:0px 0px -5px 0px;
	width:143px;
	background: url(../images/text-white-bg2.png) repeat-y right top;
}

.addJobDurationText{
	width:143px;
	height:87px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
	font-size:16px;
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.addJobSelectPriceBottom{
	position:relative;
	height:10px;
	width:5px;
	margin:-2px 0px -5px 0px;
	padding:0px 0px -4px 0px;
	margin-left:-5px;
	background: url(../images/text-white-bg.png) no-repeat left bottom;
}

.addJobSelectPriceBottom span{
	position:absolute;
	height:8px;
	width:138px;
	margin:2px 0px -8px 5px;
	padding:0px 5px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat right bottom;
}

.jobSponsoredLayer{
	float:left;
	visibility:hidden;
	display:none;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.jobSponsoredPrice{
	float:left;
	visibility:hidden;
	width:500px;
	display:none;
	font-family:Georgia,"Times New Roman",Times,serif;
}
#sponsoredPrice{
	position:relative;
	visibility:hidden;
	display:none;
	margin:-37px 0px 0px 160px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.sponsoredText{
	float:left;
	width:715px;
	margin:-3px 0px 3px 0px;
	font-size:16px;
	color:#909090;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.addJobButtons{
	float:left;
	width:450px;
	height:35px;
	padding:0px 0px 10px 200px;
}

.addAdvertButton{
	position:relative;
	margin: 40px 0px 10px 250px;
	padding: 0px 0px 6px 0px;
}

.loginButton{
	position:relative;
	margin: 40px 0px 10px 100px;
	padding: 0px 0px 6px 0px;
}

.updateJobFotos{
	position:relative;
	margin: -16px 0px 10px 260px;
	padding: 0px 0px 6px 0px;
}

#addJobTitleWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:96%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobIndustryWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobWageWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}
#jobWageCurrencyWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobDescriptionWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:14px;
}

#jobTypeWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobCompanyWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobLocationDoorWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobLocationRoadWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobLocationAreaWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobLocationCityWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobLocationPostcodeWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobAdvertDurationWarning{
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#jobSponsorTimeWarning{
	float:left;
	visibility:hidden;
	display:none;
	color:#404040;
	float:left;
	width:98%;
	border:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFC4C4;
	padding:5px 5px 5px 5px;
	margin:0px 0px 5px 0px;
	font-size:16px;
}

#updateJobID{
	display:none;
	visibility:hidden;
}

.jobAdvertItem{
	float:left;
	width:100%;
	height:auto;
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 5px;
	font-size:16px;
	
    box-sizing: border-box;
    border: 2px solid #E4E4E4;
    border-radius: 5px;
}


.jobAdvertItemSponsored{
	float:left;
	width:100%;
	height:auto;
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 5px;
	font-size:16px;
	
    box-sizing: border-box;
    border: 2px solid #E4E4E4;
    border-radius: 5px;
	background-color:#FFE8E8;
}

.jobAdvertItemShort{
	float:left;
	width:99%;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}

.jobAdvertItemContentShort{
	float:left;
	width:53%;
	height:auto;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	font-size:16px;
	line-height: 23px;
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

#jobAdvertTitleShort{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	font-size:20px;
	color:#074389;
	padding:0px 0px 5px 5px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.jobAdvertContentShort{
	position:relative;
	width:650px;
	height:125px;
	padding:0px 0px 0px 2px;
	font-family:"Droid Serif",Georgia,"Times New Roman",Times,serif;
}

#jobAdvertImageShort{
	float:left;
	width:21%;
	margin: 0px 0px 0px 0px;
}

#jobAdvertImageShort img{
	float:left;
	width:100%;
	margin: 0px 0px 0px 0px;
	border-style: none;
}

#jobAdvertDetailedShort{
	float:left;
	width:50%;
	height:auto;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	font-size:16px;
	line-height: 23px;
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.jobAdvertContent img{
	border-style: none;
	width:100px;
}

#loadJobImageDescription{
	float:left;
	font-size:16px;
	width:100%;
	height:30px;
	padding: 15px 0px 0px 0px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.addJobMainImage{
	width:70%;
	margin-left:15%;
	box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-position: 3px 3px; 
    background-repeat: no-repeat;
	background-size: 25px;
    padding: 6px 6px 6px 6px;
}
.addJobMainImage img{
	width:100%;
}

.addJobMainImageContent{
	float:left;
	width:248px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	margin-bottom:5px;
	background: url(../images/text-white-bg2.png) repeat-y left top;
}

.addJobMainImageTop{
	position:relative;
	height:8px;
	width:15px;
	margin:-5px 0px 0px -5px;
	padding:0px 0px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat left top;
}

.addJobMainImageTop span{
	position:absolute;
	height:8px;
	width:245px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat right top;
}

.addJobMainImageRight{
	float:right;
	background-position: 100% 0;
	padding:0px 0px 0px 0px;
	margin:0px 0px -5px 0px;
	width:248px;
	background: url(../images/text-white-bg2.png) repeat-y right top;
}

.addJobMainImageText{
	margin: 0px 0px 0px -4px;
	padding: 0px 0px 0px 0px;
	color:#074389;
	text-align:center;
}

.addJobMainImageBottom{
	float:left;
	height:10px;
	width:8px;
	margin:-2px 0px -5px 0px;
	padding:0px 0px -4px 0px;
	margin-left:-5px;
	background: url(../images/text-white-bg.png) no-repeat left bottom;
}

.addJobMainImageBottom span{
	position:absolute;
	height:8px;
	width:245px;
	margin:2px 0px -8px 4px;
	padding:0px 0px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat right bottom;
}


.loadJobImagesBackground{
	float:left;
	width:100%;
	text-align:center;
	vertical-align: middle; 
	padding: 0px 0px 10px 0px;
	margin: 0px px 0px 0px;
}

.loadJobImage{
	float:left;
	width:98%;
	background-color:#EEEEEE;
	text-align:center;
	vertical-align: middle; 
	padding: 0px 0px 20px 0px;
	margin: 0px 5px 0px 0px;
}

.loadJobImages{
	float:left;
	width:350px;
	background-color:#EEEEEE;
	text-align:center;
	vertical-align: middle; 
	padding: 0px 0px 20px 0px;
	margin: 0px 5px 0px 0px;
}


#loadJobImageDescription{
	float:left;
	font-size:14px;
	text-align:center;
	width:400px;
	height:50px;
	padding: 5px 0px 0px 0px;
}

#loadJobImagesDescription{
	float:left;
	font-size:14px;
	width:350px;
	height:50px;
	padding: 5px 0px 0px 0px;
}

#saveJobMainImage{
	padding: 0px 0px 5px 0px;
}

#removeJobMainImage{
	padding: 0px 0px 0px 0px;
}

#jobAdvertExampleHeader{
	float:left;
	width:100%;
	margin: 10px 0px 0px 0px;
}

#jobAdvertImage{
	float:right;
	margin: 0px 5px 0px 0px;
	width:21%;
}

#jobAdvertImage img{
	width:100%;
}

#jobAdvertTitle{
	float:left;
	width:99%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:30px;
}

#jobAdvertTitle a:link, a:hover, a:visited{
	text-decoration:none;	
	color:#074389;
}

#jobAdvertPrice{
	float:right;
}

#jobAdvertDetailed{
	float:left;
	width:50%;
	height:auto;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	line-height: 22px;
	color:#404040;
}

#jobAdvertBasic{
	float:left;
	width:25%;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.jobAdvertBasicItem{
	float:left;
	width:100%;
	min-height:25px;
	font-size:16px;
	color:#404040;
	padding:1px 0px 0px 15px;
	background-color:#FF0000;
	background: url(../images/listIcon.png) no-repeat left top; 
}

.jobsFound{
	float:left;
	min-height:30px;
	padding: 5px 0px 0px 5px;
}

.sortLinks{
	float:right;
	text-align:right;
	min-width:78%;
}

.sortLinks a:hover{
	color:#FFFFFF;
	background-color:#074389;
}

.sortLinksDiv{
	float:left;
	width:100%;
	height:auto;
	margin: 25px 0px 0px 0px;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.jobsPageNumbering{
	float:left;
	width:100%;
	margin: 40px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

a.jobSortLinks{
	color:#074389;
	height:20px;
	padding: 5px 5px 5px 5px;
	background-color:#EEEEEE;
	text-decoration:none;
}

a#jobSortLinksSelected{
	color:#FFFFFF;
	height:20px;
	padding: 5px 5px 5px 5px;
	background-color:#074389;
	text-decoration:none;
}

#addJobAlert{
	z-index:100;
	visibility:hidden;
	display:none;
	position:absolute;
	margin:40px 0px 0px 150px;
	width:350px;
	height:120px;
	background-image:url(../images/AlertBackground.png)
}

#addJobError{
	z-index:100;
	visibility:hidden;
	display:none;
	position:absolute;
	margin:40px 0px 0px 150px;
	width:350px;
	height:120px;
	background-image:url(../images/AlertBackground.png)
}

.jobTitle{
	float:left;
	width:69%;	
	height:auto;
	margin:0px 0px 0px 2px;
	padding:0px 0px 0px 0px;
	font-size:20px;
	color:#074389;
}

.jobPrice{
	float:right;
	width:30%;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	font-size:20px;
	color:#074389;
}

.jobContactDetails{
	float:left;
	width:99%;
	text-align:right;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	color:#FF0000;
	font-size:18px;
}

.jobTopOfPage{
	float:left;
	width:99%;	
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

.jobImages{
	float:left;
	width:33%;
	margin:0px 0px 0px 2px;
	padding:0px 5px 0px 0px;
}

.jobImagesMainAdvert{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}

#mainJobImagesList{
	float:left;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	border-style:none;
}


.viewJobImage{
	float:left;
	width:99%;
	text-align:center;
	margin:10px 0px 0px 0px;
}

.jobSmallImages{
	position:absolute;
	margin:0px 0px 0px -5px;
	padding:50px 0px 0px 0px;
}

.jobContent{
	float:left;
	width:100%;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#jobOverviewMainDetails{
	float:left;
	width:58%;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	color:#404040;
}

.mainDetails{
	float:left;
	width:99%;
	height:auto;
}

#jobAdvertCompanyImage{
	float:left;
	width:40%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

#jobAdvertCompanyImage img{
	width:90%;
}

#jobExtraLinks{
	float:right;
	width:100%;
	max-width:250px;
	margin:10px 5px 0px 0px;
	padding:0px 0px 0px 0px;
}

.jobExtraLinksItems{
	float:left;	
	font-family:Georgia,"Times New Roman",Times,serif;
	width:100%;
	min-height:22px;	
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	color:#074389;
	font-size:16px;
	background: url(../images/dottedUnderline.png) repeat-x left bottom;
}

#jobExtraLinksItemsLink{
	border-style: none;
	color:#FF0000;
	height:25px;
	width:25px;
}

#jobExtraLinksItemsIcon{
	float:left;
	width:22px;
	height:22px;	
	margin:-5px 0px 0px 0px;
	padding:0px 5px 0px 0px;
}

.jobExtraLinksItems a{
	text-decoration:none;
	color:#074389;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.jobExtraLinksItems a:visited{
	text-decoration:none;
	color:#074389;
}

.jobOverviewLabel{
	float:left;
	width:37%;	
	min-height:22px;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	color:#074389;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.jobOverviewItems{
	float:left;
	width:59%;	
	min-height:22px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 5px;
	color:#404040;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

#jobOverviewDescription{
	float:left;
	width:100%;
	min-height:100px;	
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	color:#404040;
	line-height:20px;
	font-size:16px;
	font-family:Georgia,"Times New Roman",Times,serif;
}


@media (max-width: 1025px) {

}
@media (max-width: 900px) {
	#jobOverviewMainDetails{
		width:99%;
	}
	#jobAdvertCompanyImage{
		width:99%;
	}	
	#jobExtraLinks{
		float:left;
	}
	#jobAdvertBasic{
		width:100%;
	}
	#jobAdvertImage{
		width:100%;
	}
	#jobAdvertDetailed{
		width:99%;
	}
}
@media (max-width: 795px) {

}
@media (max-width: 695px) {
	#jobOverviewMainDetails{
		width:100%;
	}
	#jobAdvertCompanyImage{
		width:100%;
	}
	#jobExtraLinks{
		float:left;
	}
}

.applyForJobButton{
	float:right;
	width:100%;
	height:35px;
	padding:10px 0px 10px 0px;
}

#sendJobByEmailForm{
	z-index:100;
	position:absolute;
	visibility:hidden;
	display:none;
	margin:40px 0px 0px 125px;
	width:400px;
	height:200px;
	color:#404040;
	font-size:14px;
	font-family:Georgia,"Times New Roman",Times,serif;
	background-image:url(../images/smallToMediumInputFormBg.png)
}

#sendJobByEmailFormTitle{
	height:20px;
	padding: 5px 5px 5px 7px;
	font-size:14px;	
}

#close{
	float:right;
	color:#FFFFFF;
}

/*Remove the blue border around images used as links*/
#close a img{
	border-style:none;
}

.sendJobByEmailFormContent{
	float:left;
	margin: 10px 0px 0px 10px;
	width:370px;
	text-align:center;
	font-size:14px;
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.sendJobByEmailInputEmail{
	float:left;
	margin: 10px 0px 0px 0px;
	width:370px;
	text-align:right;
	font-size:14px;
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

#jobByEmailFormEmail{
	height:20px;
	width:200px;
	border-style:solid;
	border-color:#E4E4E4;
}

#sendJobToFriendFromEmail{
	height:20px;
	width:200px;
	border-style:solid;
	border-color:#E4E4E4;
}

#sendJobToFriendToEmail{
	height:20px;
	width:200px;
	border-style:solid;
	border-color:#E4E4E4;
}

.alertButton{
	position:absolute;
	margin: 130px 0px 0px 175px;
}

.successAlertButton{
	position:absolute;
	margin: 77px 0px 0px 160px;
}

.addJobErrorButton{
	position:absolute;
	margin: 77px 0px 0px 155px;
}


#sendJobByEmailAlert{
	z-index:100;
	position:absolute;
	visibility:hidden;
	display:none;
	margin:40px 0px 0px 170px;
	color:#404040;
	font-size:14px;
	font-family:Georgia,"Times New Roman",Times,serif;	
	width:350px;
	height:120px;
	background-image:url(../images/AlertBackground.png);
}

#sendJobByEmailAlertTitle{
	height:20px;
	padding: 5px 5px 5px 7px;
	font-size:14px;	
}

.sendJobByEmailAlertContent{
	float:left;
	margin: 0px 0px 0px 5px;
	width:345px;
	text-align:center;
	font-size:14px;
	color:#404040;
	font-family:"Droid Serif",Georgia,"Times New Roman",Times,serif;
}

.sendJobByEmailButton{
	position:absolute;
	margin: 77px 0px 0px 155px;
}


#sendJobByEmailError{
	z-index:100;
	position:absolute;
	visibility:hidden;
	display:none;
	margin:40px 0px 0px 170px;
	color:#404040;
	font-size:14px;
	font-family:"Droid Serif",Georgia,"Times New Roman",Times,serif;	
	width:350px;
	height:120px;
	background-image:url(../images/AlertBackground.png);
}

#sendJobByEmailErrorTitle{
	height:20px;
	padding: 5px 5px 5px 7px;
	font-size:14px;	
}

.sendJobByEmailErrorContent{
	float:left;
	margin: 0px 0px 0px 5px;
	width:345px;
	text-align:center;
	font-size:14px;
	color:#404040;
	font-family:"Droid Serif",Georgia,"Times New Roman",Times,serif;
}

.sendJobByEmailErrorButton{
	position:absolute;
	margin: 77px 0px 0px 155px;
}

.updateJobErrorButton{
	position:absolute;
	margin: 77px 0px 0px 155px;
}

#addJobErrorTitle{
	height:20px;
	padding: 5px 5px 5px 7px;
	font-size:14px;
	color:#404040;
	font-family:"Droid Serif",Georgia,"Times New Roman",Times,serif;
}

.uploadImageAlertContent{
	position:absolute;
	margin: -3px 0px 0px 10px;
	width:330px;
	text-align:center;
	font-size:14px;
	color:#404040;
	font-family:"Droid Serif",Georgia,"Times New Roman",Times,serif;
}

.jobAddedButton{
	position:absolute;
	margin: 57px 0px 0px 155px;
}

.jobImageErrorButton{
	position:absolute;
	margin: 57px 0px 0px 155px;
}

#sendJobToFriendEmailForm{
	z-index:100;
	position:absolute;
	visibility:hidden;
	margin:40px 0px 0px 125px;
	width:400px;
	height:200px;
	background-image:url(../images/smallToMediumInputFormBg.png)
}

.sendJobToFriendButton{
	position:absolute;
	margin: 155px 0px 0px 175px;
}

#sendJobByEmailFormError{
	z-index:100;
	position:absolute;
	visibility:hidden;
	display:none;
	margin:85px 0px 0px 150px;
	width:350px;
	height:120px;
	background-image:url(../images/AlertBackground.png)
}

.sendJobByEmailFormErrorContent{
	float:left;
	margin: 10px 0px 0px 10px;
	width:330px;
	text-align:center;
}

.errorButton{
	position:absolute;
	margin: 75px 0px 0px 135px;
}

#sendJobByEmailToFriendsFormError{
	z-index:100;
	position:absolute;
	visibility:hidden;
	display:none;
	margin:85px 0px 0px 150px;
	width:350px;
	height:120px;
	background-image:url(../images/AlertBackground.png)
}

.searchJobSeekersBackground{
	float:left;
	vertical-align: middle; 
	padding: 0px 0px 10px 0px;
	margin: 0px px 0px 0px;
}

.searchJobSeekers{
	float:left;
	width:300px;
	background-color:#EEEEEE;
	text-align:center;
	vertical-align: middle; 
	padding: 0px 0px 20px 0px;
	margin: 0px 5px 0px 130px;
}

.loadJobImages{
	float:left;
	width:350px;
	background-color:#EEEEEE;
	text-align:center;
	vertical-align: middle; 
	padding: 0px 0px 20px 0px;
	margin: 0px 5px 0px 0px;
}


#searchJobSeekersDescription{
	float:left;
	font-size:14px;
	text-align:center;
	width:300px;
	height:50px;
	padding: 5px 0px 0px 0px;
}

#searchJobSeekersDescription{
	float:left;
	font-size:14px;
	width:250px;
	height:50px;
	padding: 5px 0px 0px 0px;
}

/***************************************************************************************************************
 * Layout of the advert section on the right hand side
 **************************************************************************************************************/
.adverts-section{
	float:left;
	width:265px;
	margin:5px 0px 0px 10px;
	margin-left:5px;
	padding:0px 0px 0px 0px;
	font-size:12px;
}

.advert-content{
	float:left;
	width:275px;
	color:#333333;
	font-size:14px;
	font-family:Helvetica;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	margin-bottom:5px;
	background: url(../images/text-white-bg2.png) repeat-y left top;
}

.advert-top-bg{
	position:relative;
	height:8px;
	width:30px;
	margin:-5px 0px 0px -5px;
	padding:0px 0px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat left top;
}

.advert-top-bg span{
	position:absolute;
	height:8px;
	width:270px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat right top;
}

.advert-content-right{
	float:right;
	background-position: 100% 0;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:275px;
	background: url(../images/text-white-bg2.png) repeat-y right top;
}

.advert-content a:link{
	text-decoration:none;
}

.advert-content a:visited{
  	text-decoration:  none;	
}

#advert-image{
	float:left;
	width:270px;
	margin:-5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#advert-title{
	float:left;
	width:270px;
	margin:-5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#074389;
	font-size:24px;
}

.advert-content-bottom{
	position:relative;
	height:8px;
	width:20px;
	margin:0px 0px -5px 0px;
	padding:0px 0px 0px 0px;
	margin-left:-5px;
	margin-top:10px;
	background: url(../images/text-white-bg.png) no-repeat left bottom;
}

.advert-content-bottom span{
	position:absolute;
	height:8px;
	width:265px;
	margin:0px 0px 0px 10px;
	padding:0px 5px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat right bottom;
}


.jobsAdvertsSection{
	float:left;
	width:223px;
	margin:5px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}

.jobsAdvertsContent{
	float:left;
	width:223px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	margin-bottom:5px;
	background: url(../images/text-white-bg2.png) repeat-y left top;
}

.jobsAdvertsContentTop{
	position:relative;
	height:8px;
	width:30px;
	margin:-5px 0px 0px -5px;
	padding:0px 0px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat left top;
}

.jobsAdvertsContentTop span{
	position:absolute;
	height:8px;
	width:218px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat right top;
}

.jobsAdvertsSection a:link{
	text-decoration:none;
}

.jobsAdvertsSection a:visited{
  	text-decoration:  none;	
}

#advert-image-main{
	float:left;
	width:220px;
	margin:-5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#advert-title-main{
	float:left;
	width:220px;
	margin:-5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#074389;
	font-family:Calibri;
	font-size:24px;
}

.jobsAdvertsContentRight{
	float:right;
	color:#333333;
	font-size:16px;
	background-position: 100% 0;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:223px;
	background: url(../images/text-white-bg2.png) repeat-y right top;
}

.jobsAdvertsContentBottom{
	position:relative;
	height:8px;
	width:20px;
	margin:0px 0px -5px 0px;
	padding:0px 0px 0px 0px;
	margin-left:-5px;
	margin-top:10px;
	background: url(../images/text-white-bg.png) no-repeat left bottom;
}

.jobsAdvertsContentBottom span{
	position:absolute;
	height:8px;
	width:213px;
	margin:0px 0px 0px 10px;
	padding:0px 5px 0px 0px;
	background: url(../images/text-white-bg.png) no-repeat right bottom;
}

#jobs-header{
	float:left;
	width:650px;
	font-size:24px;
	color:#074389;
	padding: 10px 0px 0px 0px;
}


.jobMainPageAdvert{
	float:left;
	margin:0px 0px 0px 0px;
	width:99%;
	text-align:center;
}
.jobMainPageAdvert img{
	margin:0px 0px 0px 0px;
	max-width:100%;
}

.jobAdvertSelect{
	float:left;
	width:10px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}
.jobAdvertNumber{
	float:left;
	width:65px;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	font-size:16px;	
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.jobAdvertStatus{
	float:left;
	width:72px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;	
	color:#404040;
	text-align:left;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.jobAdvertTitle{
	float:left;
	width:185px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;	
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.jobAdvertAddDate{
	float:left;
	width:115px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;	
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.jobAdvertExpiryDate{
	float:left;
	width:115px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;	
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.jobAdvertEdit{
	float:left;
	width:65px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;	
	color:#404040;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.jobAdvertSelectData{
	float:left;
	width:20px;
	margin:-3px 0px 0px -7px;
	padding:0px 0px 0px 0px;
}
.jobAdvertNumberData{
	float:left;
	width:65px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.jobAdvertStatusData{
	float:left;
	width:72px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.jobAdvertTitleData{
	float:left;
	width:185px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.jobAdvertAddDateData{
	float:left;
	width:115px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.jobAdvertExpiryDateData{
	float:left;
	width:115px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.jobAdvertEditData{
	float:left;
	width:65px;
	margin:18px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	font-size:16px;	
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.jobAdvertEditData .blue-button a{
	font-size:16px;	
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
}


@media (max-width: 795px) {
	#sendJobByEmailForm{
		margin:40px 0px 0px 130px;
		width:350px;
		height:200px;
   		background-size: 350px 200px;
		background-image:url(../images/smallToMediumInputFormBg.png)
	}		
	#sendJobByEmailFormError{
		margin:85px 0px 0px 130px;
		width:300px;
		height:120px;
   		background-size: 300px 120px;
		background-image:url(../images/AlertBackground.png)
	}	
	.sendJobByEmailFormErrorContent{
		margin: 0px 0px 0px 5px;
	}
	.errorButton{
		margin: 58px 0px 0px 135px;
	}
	#sendJobByEmailAlert{
		margin:40px 0px 0px 130px;
		width:300px;
		height:120px;
   		background-size: 300px 120px;
		background-image:url(../images/AlertBackground.png);
	}
	.sendJobByEmailButton{
		margin: 50px 0px 0px 135px;
	}
	#sendJobByEmailError{
		margin:40px 0px 0px 130px;	
		width:300px;
		height:120px;
   		background-size: 300px 120px;
		background-image:url(../images/AlertBackground.png);
	}
	.sendJobByEmailErrorButton{
		margin: 55px 0px 0px 135px;
	}
	#sendJobToFriendEmailForm{
		margin:40px 0px 0px 120px;
		width:400px;
		height:200px;
   		background-size: 400px 200px;
		background-image:url(../images/smallToMediumInputFormBg.png)
	}
	#sendJobByEmailToFriendsFormError{
		margin:40px 0px 0px 120px;
		width:300px;
		height:120px;
   		background-size: 300px 120px;
		background-image:url(../images/AlertBackground.png)
	}
	.externalLinksAlertButton{
		margin: 130px 0px 0px 140px;
	}
}
@media (max-width: 695px) {
	#sendJobByEmailForm{
		margin:40px 0px 0px 25px;
		width:300px;
		height:200px;
   		background-size: 300px 200px;
		background-image:url(../images/smallToMediumInputFormBg.png)
	}
	.sendJobByEmailFormContent{
		width:94%;
	}
	.alertButton{
		margin: 120px 0px 0px 125px;
	}
		
	#sendJobByEmailFormError{
		margin:85px 0px 0px 25px;
		width:300px;
		height:120px;
   		background-size: 300px 120px;
		background-image:url(../images/AlertBackground.png)
	}
	
	#sendJobByEmailAlert{
		margin:40px 0px 0px 25px;
		width:300px;
		height:120px;
   		background-size: 300px 120px;
		background-image:url(../images/AlertBackground.png);
	}
	.sendJobByEmailButton{
		margin: 50px 0px 0px 130px;
	}
	#sendJobToFriendEmailForm{
		margin:40px 0px 0px 25px;
		width:400px;
		height:200px;
   		background-size: 400px 200px;
		background-image:url(../images/smallToMediumInputFormBg.png)
	}
	#sendJobByEmailToFriendsFormError{
		margin:40px 0px 0px 25px;
		width:300px;
		height:120px;
   		background-size: 300px 120px;
		background-image:url(../images/AlertBackground.png)
	}
	
	.externalLinksAlertButton{
		margin: 130px 0px 0px 125px;
	}
}

@media (max-width: 350px) {
	#sendJobByEmailForm{
		margin:40px 0px 0px 5px;
		width:250px;
		height:200px;
   		background-size: 250px 200px;
		background-image:url(../images/smallToMediumInputFormBg.png)
	}
	.sendJobByEmailFormContent{
		margin: 0px 0px 0px 5px;
		width:95%;
	}
	.alertButton{
		margin: 120px 0px 0px 100px;
	}		
	#sendJobByEmailFormError{
		margin:85px 0px 0px 5px;
		width:250px;
		height:120px;
   		background-size: 250px 120px;
		background-image:url(../images/AlertBackground.png)
	}	
	.errorButton{
		margin: 58px 0px 0px 105px;
	}
	
	#sendJobByEmailAlert{
		margin:40px 0px 0px 5px;
		width:250px;
		height:120px;
   		background-size: 250px 120px;
		background-image:url(../images/AlertBackground.png);
	}
	.sendJobByEmailButton{
		margin: 50px 0px 0px 105px;
	}
	#sendJobByEmailError{
		margin:40px 0px 0px 0px;	
		width:300px;
		height:120px;
   		background-size: 300px 120px;
		background-image:url(../images/AlertBackground.png);
	}
	.sendJobByEmailErrorButton{
		margin: 55px 0px 0px 135px;
	}
	#sendJobToFriendEmailForm{
		margin:40px 0px 0px 0px;
		width:290px;
		height:200px;
   		background-size: 290px 200px;
		background-image:url(../images/smallToMediumInputFormBg.png)
	}
	.sendJobToFriendButton{
		margin: 135px 0px 0px 130px;	
	}
	#sendJobByEmailToFriendsFormError{
		margin:40px 0px 0px 0px;
		width:250px;
		height:120px;
   		background-size: 250px 120px;
		background-image:url(../images/AlertBackground.png)
	}	
	.externalLinksAlertButton{
		margin: 130px 0px 0px 105px;
	}
}
