/*Search Section*/

#main-content {
height:591px;
background: url(../images/content-contact.jpg) no-repeat;
}

#content-text {
position:absolute;
display:block;
top:238px;
left:21px;
width:730px;
height:340px;
overflow: auto;
margin:0;
padding:0;
}

#content-text p {
font-size:11px;
line-height: 14px;
margin:0;
padding:0 15px 15px 0;
}

h3 {
margin:0 10px 5px 0;
padding:3px 0;
color:#1170A0;
border-bottom: 3px solid #FFCC00;
font-size:14px;
}


a {
text-decoration: none;
}

a, a:visited, a:hover{
color:#1170A0;
}

a:hover {
text-decoration: underline;
}



p.linklove {
display:none;
}


ul#contact-options {
list-style: none;
padding:0;
margin:0;
}

ul#contact-options li {
margin:0;
padding:0;
}

a.contact-option {
display: block;
position: relative;
width:450px;
height:0;
padding-top:130px;
overflow: hidden;
}

a#contact-general {
background:url(../images/contact-general.jpg) no-repeat;
}

a#contact-auditions {
background:url(../images/contact-auditions.jpg) no-repeat;
}

div#contact-form-options {
display:block;
position: absolute;
left:0px;
width:460px;
height:280px;
overflow: auto;
}

div#contact-form-auditions {
display:block;
position: absolute;
left:0px;
width:710px;
height:280px;
overflow: auto;
}

div#contact-form {
display:block;
position: absolute;
left:0px;
width:490px;
height:280px;
overflow: auto;
}

div#contact-numbers {
display:block;
position: absolute;
left:500px;
width:200px;
height:280px;
overflow: hidden;
}

#contact-numbers h4 {
margin:0 10px 0 0;
padding:3px 0;
font-size:14px;
border-bottom: 1px solid #000;
}

#contact-numbers ul {
margin:0 0 10px 0;
padding:3px 0;
font-size:12px;
}

/*cform CSS*/
div.failure, div.usermessagea {
font-size:12px;
}

div.failure {
color:red;
}


.cform { 
	margin:0 auto; 
	width: 460px; 
}

.cform fieldset	{ 
	margin-top:0; 
	padding:0;
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
display:none;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	float:left;
	background:none!important; 
	margin:5px 10px 5px 0 !important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {

	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	font-size: 12px;
	/*width:60px;*/ 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}

.cform label span {
	/*width:60px;  must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/* Boxes */

.cform input.single {
width:130px;
}

.cform textarea {
width:420px;
}

#sendbutton {
margin-left:0;
width:100px;
}