#main {
     line-height: 1.4em;
}
.section {
     margin : 10px 5px 10px 0px;
}
.section h3 {
     margin-bottom:10px;
}
.section h4 {
     font-size : 13px;
}
#content ul.bulleted_list {
    padding-bottom:20px;
}
#content ul.bulleted_list li{
    padding-left:20px;
}
.our_images .title {
    font-size:9px;
    padding-top : 10px;
    color : #999999;
}
.our_images #our_people {
   width : 340px;
   float:left;
   margin-right : 15px;
}
.our_images #our_people img {
   margin-top:15px;
}
.our_images #our_spot {
   width : 220px;
   float:left;
   
}
.our_images #our_spot img {
   margin-top : 15px;
}

#sidebar img {
   margin-bottom:15px;
}
#sidebar #contact-us a {
  color : #D5DD92;
}
.section #corp-title {
   font-weight :bold;
}
/**** feedback form *****/
/************************/
.section form#feedback_form {
  margin-bottom:15px;
}
.section form#feedback_form {
  font-size:10px;
}
.section form#feedback_form dd {
   display:block;
   margin:0 0 18px;
}
form#feedback_form input {
   width:325px;
}
form#feedback_form select {
   width:325px;
}
form#feedback_form input#submit_feedback {
   width:85px;
}
form#feedback_form textarea {
   width :  325px;
   height : 110px;
}
#statusMsg {
  color : red;
}
/***** status dialog *****/
#statusDialog {
    line-height:1.4em;
    border:25px solid #444;
    background-color:#000;
    width:420px;
    height:230px;
    color:#fff;
    z-index:1900;
}
#dialogInner span#close {
    float:right;
    font-size:11px;
    padding:8px;
    color:#ff9;
}
#statusDialog h1 {
    color:#fff;
    padding:50px 0 15px;
    margin:0 20px;
    border-bottom: 1px dotted #fff;
}
#statusDialog p {
    padding: 39px 0 35px 58px;
}
