.contact-us-title {
	font-weight:bold;
}

.contact-us-heading {
	font-weight:bold;
}

.contact-us-wrap {
	width:650px;
}
.contact-us-row {
	float:left;
	margin-bottom: 14px;
}
.contact-us-full-row {
	width:100%;
	clear: both;
}
.contact-us-half-row {
	width:50%;
}

.contact-us-red-notice {
	color: red;
	font-size: 10px;
	margin-bottom: 12px;
}

#form-message{
	width: 300px;
}

a.cssbutton {
	background:transparent url(/assets/templates/orl/images/buttons/bg_button_a.gif) no-repeat scroll right top;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.cssbutton span {
    background:transparent url(/assets/templates/orl/images/buttons/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.cssbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cssbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.feedback-wrap {
	height:500px;
}
#join_hidden{
	display: none;
}