﻿h1{font-family:"Trebuchet MS";font-size:35px;color:maroon;}
h3{font-family:"Trebuchet MS";font-size:16px;color:maroon;}

td.job_heading h3{
	background:gray;
	height:1.2em;
	color:white;
}

		
table.jobs
{
	width:500px;
	margin:0 auto 0 auto;
	font-size:12px;
	vertical-align:middle;
}



.textArea{
	width:500px;
	height:200px;
}

textarea{
	width:500px;
	height:200px;
}

.required{
	font-size:0.75em;
	color:#760000;
}

fieldset{
	border:1px solid #ccc;
	margin:1em;
	padding:1em;
	background:#F9F9F9;
	width:600px;
	text-align:left;
}

fieldset#sendJobs{
	background:#fff;
}
fieldset#sendJobs input[type="text"]{
	width:200px;
	border:1px;
	border-style:ridge;
	border-color:#cccccc;
	background-color:transparent;
}

legend{
	font-weight:bold;
	margin-bottom:10px;
	font-size:medium;
	font-family:"Trebuchet MS";
}

label{
	display:block;
}

input[type="text"]{
	width:200px;
	border:thin;
	border-style:ridge;
	border-color:#999999;
	background-color:transparent;
}

input[type="password"]{
	width:200px;
	border:thin;
	border-style:ridge;
	border-color:#999999;
	background-color:transparent;
}


input:focus, textarea:focus {
	background:#ffc;
}

input.radio,input,checkbox,input.submit{
	width:auto;
}

input#inName{
	width:100px;
}
input#inPwd{
	width:100px;
}

option{
	border:thin;
	width:200px;
	border-style:ridge;
	border-color:#999999;
}