/* CSS Document */

.contact_middle_body{
float:left;
width:auto;
background-color:#ffffff;
}
.contact_title{
float:left;
margin:10px;
width:500px;
}
.contact_title_img{
background-image:url(../images/contact_img01.gif);
background-repeat:no-repeat;
float:left;
width:28px;
height:31px;
}
.contact_title_txt{
font-size:14px;
float:left;
width:300px;
font-weight:bold;
color:#12C4FF;
margin-top:15px;
}
.contact_title_bar{
background-image:url(../images/main_divider_img.gif);
background-repeat:repeat-x;
width:580px;
float:left;
height:2px;
margin-top:5px;
}
.contact_contents{
width:600px;
float:left;
}
.contact_contents_title{
background-color:#EAEAEA;
height:25px;
width:619px;
float:left;
}
.contact_contents_title_txt{
font-size:11px;
font-weight:bold;
float:left;
margin-top:5px;
margin-left:10px;
}
.contact_contents_txt{
float:left;
width:500px;
margin:10px;
}
.contact_link{
color:#12C4FF;
}