h1 span {
    background-image: url("../img/header/h1_new_job.png");
}

h1.noMatches span {
    background-image: url("../img/header/h1_no_matches.png");
}

.question {
    margin-top: 30px;
}

#content .question p.error {
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #A50000;
	color: #A50000;
	background: #F3B3BC;
	padding: 20px 0px 10px 0px;
	height: 31px;
	margin-top: 10px;
	font-size: 1.5em;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 0px;
	display: none;
	width: 896px;
}

.question h3 {
    text-align: center;
    font-size: 1.5em;
}

.question ul {
    list-style: none;
}

.question ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 61px;
}

.question ul li a {
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 75px;
    width: 825px;
    display: block;
    color: #9A9A9A;
    text-decoration: none;
    font-size: 1.7em;
    height: 26px;
    position: relative;
    border: 2px solid #9a9a9a;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.question ul li a:hover {
    color: #676767;
    border: 2px solid #676767;    
}

.question a:hover span {
    background-position: -50px 0px;
}

.question a.selected span {
    background-position: -100px 0px;
}

.question ul li a span {
    position: absolute;
    top: 0px;
    left: 10px;
    background: url("../img/button/checkbox.png") no-repeat 0px 0px;
    height: 52px;
    width: 50px;
}

.question ul li a span.extraInfo {
    display: none;
    width: auto;
    background: none;
    text-align: right;
    width: 480px;
    font-size: .6em;
    position: absolute;
    top: 10px;
    left: 410px;
}

.question ul li a:hover span.extraInfo, .question ul li a.selected span.extraInfo {
    display: block;
}

a.next, a.prev, a.start {
    position: relative;
    width: 131px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

a.next span, a.prev span, a.start span {
    position: absolute;
    top: 0px;
    width: 131px;
    height: 50px;
    left: 0px;
}

a.next span, a.start span {
    background: url("../img/button/next.png") no-repeat 0px 0px;
}

a.prev span {
    background: url("../img/button/prev.png") no-repeat 0px 0px;
}

.buttons {
    overflow: hidden;
    width: 272px;
    margin-left: auto;
    margin-right: auto;
}

.buttons a {
    float: left;
}

.buttons a.next {
    margin-left: 10px;
}

a.next:hover span, a.prev:hover span, a.start:hover span {
    background-position: -131px 0px;
}

.question .multicheck {
    position: relative;
    width: 50px;
    height: 0px;
    top: -16px;
    font-size: .5em;
    left: 855px;
}

.question .initial {
    top: -75px;
}

.question .multicheck span {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../img/global/multicheck.png") no-repeat 0px 0px;
    width: 50px;
    height: 50px;
}

.question {
    position: relative;
    width: 900px;
}

.question textarea {
    font-size: 1.5em;
    width: 700px;
    margin-left: 100px;
    margin-bottom: 20px;
    margin-top: 10px;
    height: 80px;
}

.question .remaining {
    position: relative;
    left: 100px;
    top: 0px;
}

.question .remaining span {
    font-size: 1.5em;
}

.loading {
    background: url("../img/global/loading.gif") no-repeat 0px 0px;
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
    margin-top: 140px;
}

.loadingText {
    position: relative;
    width: 100%;
    top: 20px;
    text-align: center;
}

dl dt {
    font-size: 1.4em;
    text-decoration: underline;
    margin-top: 20px;
    color: #999;
}

dl dd {
    margin-left: 30px;
    font-style: italic;
    color: #aaa;
}

p.warning {
    margin-top: 40px;
    text-align: center;
}

p.warning span {
    font-size: 1.5em;
    font-style: italic;
}

p.createNew {
    margin-top: 30px;
}

.futureStatus {
    position: absolute;
    margin-top: -17px;
    margin-left: 411px;
    visibility: hidden;
    color: #aaa;
}

.price {
    text-align: center;
    margin-bottom: 30px;
}

.price select {
    width: 300px;
    font-size: 1.2em;
}

.price input {
    margin-top: 10px;
    font-size: 1.2em;
    width: 100px;
    border: 1px solid #aaa;
}
.pricingHelp {
text-align: center;
margin-bottom: 20px;	
}
