/* qTip help button */
a.qTip {
    background-color: #1E8EC0;
    border: 1px solid #1C82B0;
    color: #FFFFFF !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    left: 238px;
    margin: 5px 0;
    padding: 2px 4px;
    position: absolute;
    top: 840px;
	top: 915px\9; /* IE8 and below */
	*top: 960px; /* IE7 and below */
}

a.qTip:hover {
	background-color: #177cb0;
}

.genericBtn {
	background-color: #78A22F;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 7px;
}

.genericBtn:hover {
	background-color: #6A8E2A;
}

#contact-form #contour .contourPageName {
    display: none;
    font-size: 16px !important;
    line-height: 2em !important;
    margin: 0;
    padding: 0;
}
#contour legend {
    color: #999999;
    font-size: 16px !important;
    line-height: 2em !important;
    margin: 0;
    padding: 0;
}
#contact-form #contour label.fieldLabel {
    background: none repeat scroll 0 0 transparent !important;
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    margin: 5px 10px 0 0;
    width: 190px;
}
#contact-form #contour textarea {
    height: 150px;
}
#contact-form #contour .contourButton {
    background-color: #6C6D7E !important;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: -30px 0 5px 470px;
    padding: 5px 7px;
	cursor: pointer;
}
#contact-form #contour .contourButton:hover {
    background-color: #606170 !important;
}
#contact-form #contour input.text, #contour textarea {
    color: #696969;
    font-family: "Lucida Grande","Trebuchet MS",Georgia,serif;
    font-size: 12px;
    padding: 5px;
    width: 300px !important;
}
#contact-form #contour input.text, #contour input.title, #contour textarea, #contour select {
    color: #696969;
    font-family: "Lucida Grande","Trebuchet MS",Georgia,serif;
    font-size: 12px;
    margin: 3px 0;
}
#contact-form #contour .contourErrorMessage, #contour .contourError {
    background: none repeat scroll 0 0 #FBE3E4 !important;
    color: #8A1F11 !important;
}
#contact-form #contour span.contourError {
    background: none repeat scroll 0 0 transparent !important;
    color: #8A1F11 !important;
    margin-left: 200px;
}

#contour small {
	width: 300px;
}