.Error{
	border:1px solid #FF6633;
	background-color:#FFC4C5;}
.ErrorText{
	color:#FF6633;
	display:block;
	margin-left:150px
	}

	
	
.job1{
	width: 350px;
	clear: left;
	margin: 0;
	padding: 5px 0 0px 0;
	/*padding-left: 155px; /*width of left column containing the label elements*/
	height: 15px;
	margin-left:20px;

}
.job1 label{
	width: 150px;
		display:block;
		float:left;
	}
.jobtextarea{
	width:180px;
	height:80px;
	}
.jobtext{
	width:180px;}

input{
	border: 1px solid #CCCCCC;}	

input:focus, input:hover, textarea:focus, textarea:hover{
border: 1px solid #999999;
}

