.jobList{
	margin:0 auto;
	width:980px;
}
.jobList table{
	margin:15px auto 15px auto;
}
.leftBackdrop{
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:8px;
}
.jobList table tr{
	height:31px;
}
.jobList table a{
	color:#444;
}
.jobList table a:hover{
	color:#f00;
	text-decoration:none;
}

.resumeTable {
    margin:10px auto;

}

table tr td input {
    border:solid 1px #666;
}

table tr td input[type=text] {
    border:solid 1px #666;
    height:18px;
    line-height:18px;
    padding-left:2px;
}

table textarea {
    border:solid 1px #666;
    padding-left:2px;
}