#jobfair-header{
    width: 1024px;
    height: 609px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    background-image: url(/assets/images/header/header5.gif); /* the random header script uses relative URLs, no good */
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-color: #670019;
}


label.error {
    color:red !important;
    /* override ulpdx styles */
    border:0 !important;
    background:transparent !important;
}

.joblist label {
    display:inline;
    font-size:100%;
}
.joblist {
    white-space:pre;
}

.joblist td {
    vertical-align:top;
}


/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Form Structure
Author : Infinity Box Inc.
URL : http://wufoo.com

Last Updated : September 30, 2008

- - - - - - - - - - - - - - - - - - - - - */

#content{
	text-align:left;
/*    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
}
#content, #top, #bottom, #footer{
	margin:0 auto;
	width:640px;
}
#top, #bottom{
	width:650px;
	height:10px !important;
	display:block !important;
}
#top{
	margin-top:10px;
}

form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}

/* ----- LOGO ----- */

h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#dedede;
	text-indent:-9000px;
	text-decoration:none;
}
h1 a{
	min-height:40px;
	height:40px;
	display:block;
	background:url(/images/wflogo.png) no-repeat left top;
	overflow:hidden;
}
* html h1 a{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop");
}

img, a img{
	border:none;
}
* html img { 
	behavior: url(/images/iepngfix.htc);
}

.hide{
	display:none !important;
}

