@charset "utf-8";
/* CSS Document */

#accordion {
padding:10px 0;
clear:right;
}

.acc_header {
width:500px;
height:20px;
cursor:pointer;
background-color:#292929;
background:url(../images/contact_plus.png) #292929 right no-repeat;
border:solid 1px #999999;
padding:2px 0 0 10px;;
margin:2px 0;
color:#BDBDBD;
}
.acc_inside {
padding:20px 0;
line-height:1.3;
}
.acc_content span{
color:#BDBDBD;
width:120px;
float:left;
}
.leftCol {
float:left;
}

.rightCol {
float:right;
padding-right:70px;
}

.white {
color:#FFFFFF;
}
/*contact form*/
#c_form{
clear:both;
padding-top:0px;
width:512px;
color:#bdbdbd;
}
form#cform{
clear:both;
}
.c_head {
font-size:1.3em;
font-weight:bold;
color:#FFFFFF;
margin-bottom:5px;
}
.c_msg{
float:left;
padding-right:30px;
}
.c_msg label{
}
#Message{
margin-top:4px;
padding:2px;
border:solid 1px #999999;
width:250px;
height:110px;
color:#554433;
}
.c_det{
float:right;
padding-top:18px;
}
.c_det_pair{
padding-bottom:6px;
clear:both;
}
.c_det_pair label{
padding-top:5px;
float:left;
width:40px;
}
.c_det_pair input{
border:solid 1px #999999;
width:164px;
padding:2px;
}
.c_send{
padding-top:10px;
text-align:right;
}
 

.status {
text-align:center;
color:#FF0000;
}

#statusDiv.ajax-loading {
	padding: 20px 0;
	background: url(../images/ajax-loader.gif) no-repeat center;
}