@CHARSET "UTF-8";
div.job-offer {
	margin-bottom:25px;
	padding-bottom:55px;
	position:relative;
	}

div.job-offer a.read-more {
	color:white;
	text-decoration:none;
	font-style:italic;
	display:block;
	float:right;
	background:url('/modules/layout/read-more-background.png') repeat-x;
 	width:90px;
 	height:24px;
 	font-family:georgia;
 	font-size:15px;
 	padding-top:6px;
 	padding-left:30px;
 	letter-spacing:-0.5px;
 	position:absolute;
 	bottom:15px;
 	right:15px;

 	border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 2px silver;
 	}


tr.offer-form table {}
tr.offer-form table tr {vertical-align: middle;}
tr.offer-form table tr td {
	padding:5px;
	text-align: right;
	}

p.offer-content {
	width:700px;
}

tr.offer-form table tr td input {width:200px; padding:4px; border:0; border:1px solid silver;}
tr.offer-form table tr td textarea {width:530px; height:100px; padding:4px; border:0; border:1px solid silver;}

tr.offer-form table tr td input[type="submit"] {
	color:white;
	text-decoration:none;
	font-style:italic;
	display:block;
	float:right;
	background:url('/modules/layout/read-more-background.png') repeat-x;
 	width:90px;
 	height:24px;
 	font-family:georgia;
 	font-size:15px;
 	letter-spacing:-0.5px;
	border:0;
    padding:1px;
 	}
tr.offer-form table {
	width:661px;

	margin-bottom:25px;
}
tr.offer-form table tr td input[type="submit"]:hover {
	background:black;
	cursor:pointer;

}


h2#formTitle {
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;

}


table.job-offer {
	width:715px;
	border:0px solid red;
	}

table.job-offer tr {}
table.job-offer tr.header {
	height: 60px;
	}


table.job-offer tr.header td {
	width:238px;
}

table.job-offer tr.offer-description {display:none;}
table.job-offer tr.offer-form {display:none;}

table.job-offer tr td {vertical-align: middle;}

table.job-offer a.btn {
	color: white;
	text-decoration: none;
	font-style: italic;
	/*display: block;*/
	/*float: right;*/
	background: url('/modules/layout/read-more-background.png') repeat-x;
	font-family: georgia;
	font-size: 12px;
	letter-spacing:auto;
	letter-spacing:1px;
	border: 0;
	padding: 1px;
	padding:8px 25px;
}

table.job-offer a.btn:hover {
	background: black;
}

table tr td.btn {
	width:150px;
	}


div.msg {
	/*border: 1px solid;*/
    font-family: georgia;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    padding: 10px;
    text-align: center;
}
