/* CSS Document for job finder */

#jobs form {
	padding:0px; 
	margin: 0px;
}

#jobs form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

#jobs form p label {
	width: 75px;
	font-weight: bold;
}

#jobs select {
	font-size: small; 
	color: #000033;
}

#jobs input {
	font-size: small; 
	color: #000033;
}

#jobs fieldset {
	color: #000033;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#jobs legend {
	padding: 12px 160px 10px 5px;
	border: 1px solid #000000;
	font-size: medium;
	font-weight: bold;
	color: #003366;
	background-image: url(../images/jobfinderHeader.jpg);
	background-repeat: no-repeat;
	background-position: right;
}



span.details {
	float: left;
	width: 100px;
	margin-left:0px;
}

a.myjobs:link, a.myjobs:visited {
	background-image: url(images/mjs_packlink.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:140px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:3px;
	margin-top:3px;
}


