body {
    font-family: Arial, FreeSans, sans-serif;
    font-size: 85%;
}

a {
    border-bottom: 0.1em solid #CCC;
    color: #2A6BAC;
    text-decoration: none;
    }

a:hover {
    color: #30B457; 
    text-decoration: none;
    }

.cssForm {
	background-color: transparent;
}

.cssLabelsColumn {
	width: 160px;
	font-weight: bold;
	text-align: right;	
}

.cssInputFieldsColumn {
	vertical-align: top;
}

.cssTextArea {
	width: 250px;
}

.cssJobName {
	font-weight: bold;
	font-size: 1.5em;
}

.cssSignupDisplayName {
	font-weight: bold;
}

.cssJobSkills {
	font-style: italic;
}

.ui-widget {
	font-family: Arial,Verdana,sans-serif;
	font-weight: normal;
	font-size: .8em;
}

.ui-widget input {
	font-family: Arial,Verdana,sans-serif;
}

.requiredInput {
	color: red;
}


