body
{
    font-family:"微软雅黑","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    word-break:break-all;
    word-wrap: break-word;
}
.tableoption
{
     background: #CDD7CC; padding:3px;/*solid 1px*/
}

.div_table_radio_question ul {
clear:both;
}
.div_table_radio_question li
{
 margin-bottom:2px;
}
.div_table_radio_question li label,.div_table_radio_question li input,.div_table_radio_question td input
{
    cursor:pointer;
}

.div_table_radio_question li img {   border:solid 2px #eeeeee; padding:1px; display:block; }

 .survey{width:780px;line-height:20px; word-wrap: break-word; padding:0; margin:0 auto;}
 .surveyhead
   {
        line-height: 20px; text-align: center;
        width:96%;
        padding:40px 2% 30px;
   } 
 .surveyhead h1
 {  
     font-size:24px !important; font-weight: bold; color: #f53d05; vertical-align: middle;
       margin:0;padding:15px 0; line-height:24px;
  }
   .surveydescription 
   {
        color:#555555;
        line-height:24px;
       text-align:left;
       font-size:16px;
       padding-bottom:15px;
        border-bottom:1px dashed #ccc;
        margin-left:0;
        margin-top:20px;
   }
   .surveycontent
   {
       margin:0;width:100%;
   }
   .errorMessage 
   {
       color:Red;
       margin-left:20px;
       height:20px;
   }
.div_question
{  
    border:2px solid  white;
    padding:4px; 
    clear:both;
    margin:2px auto 10px;
    width:96%;
    height:auto;
}
.surveydescription img,.div_title_page_question img,.div_question img
{
    max-width:760px;
    _width:expression(this.width>760?"760px":"auto");
    overflow:hidden;
}
.div_question_mouseover {
    border:2px solid  #fdb553;
     cursor: pointer;
     padding:4px;
}
.div_question_mouseout {
    cursor:pointer;
}
.div_question_onclick
{
 border:2px solid  #66CAFF;
 padding:4px;
}
.div_question_error
{
 border:2px solid  red;
 padding:4px;
}
.div_topic_question{
    font-weight:bold;
    width:28px;
    float:left;
}

.div_title_question_all{
    padding-top:2px;
    font-size:15px;
    color:#444444;
     font-weight:bold;
    height:auto;
    line-height:20px;
}
.div_title_question
{  
    overflow:hidden;zoom:1;
}

.div_title_cut_question{
  font-size:14px;
}


.div_table_radio_question{
   clear:both;
   padding-top:5px; 
   padding-left:24px;
   padding-bottom:2px;
   border-bottom:1px solid #EFEFEF;
   font-size:14px; 
   color:#333333;
   _padding-left:27px;
}
.div_table_radio_question select {
border: 1px solid #7F9DB9;
padding: 3px;
vertical-align: middle;
}
.div_table_radio_question .inputtext
{
    line-height:22px;
    padding:2px;
}
.div_table_clear_top
{
    clear:both;
    margin-top:4px;
}
.div_table_clear_bottom
{
    clear:both;
    margin-bottom:10px;
}
.div_table_radio_question li
{
 float:left;
 list-style-type:none;
}
.ulradiocheck li{
  line-height:30px;
  position:relative;
}
.ulradiocheck li input
{
    position:absolute; top:6px;
}
.ulradiocheck li label
{
    display:block;
    padding-left:20px;
}


.option 
{
	font-size:12px;
	background-color:#cdd7cc;
	
}

.qtypetip
{
    color:#0066FF;
    font-weight:normal;
    font-size:14px;
}

.qtypetip2
{
    color:#0066FF;
    font-weight:normal;
    font-size:14px;
    cursor:pointer;
}

legend{display:none;}
fieldset{border:0;}

.shop-item {
position: relative;
float: left;
width: 200px;
border: 1px solid #D5D5D5;
box-shadow: 0 2px 2px #EBEBEB;
margin-bottom:8px !important;
margin-right:15px;
}

.item_select .operation
{
    display: inline-block;
height: 34px;
border: 1px solid #ABABAB;
width:34px;
line-height:33px;
text-align: center;
background: #EEE;
vertical-align: top;
padding: 0;
cursor: pointer;
float: left;
}

.surveyhead h1 {
    font-size: 20px;
    font-weight: bold;
    color: #39a4db;
}

input.submitbutton {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 4px 10px;
    background: #2C74C0 none;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.submitbutton_hover
{
    background:#47ade1;
    color:#fff !important;
    boder:1px soild #39a4db;
}