/* CSS Document */

body { margin:0px; padding:0px}
.box_popupSurvey{ width:547px; overflow:hidden; border:5px #512401 solid; background:#ffe0bf;}
.popupSurvey_head{ height:14px; width:100%;}
.popupSurvey_content{padding: 0px 10px;}
.popupSurvey_footer{ height:14px; }
.popupSurvey_content .group {background:#385124; height:26px; padding-top:5px; padding-left:5px; color:#cccc99; }
.popupSurvey_content .group .title{ width:455px; font-weight:bold; font-size:13px; float:left}
.popupSurvey_content .group .close{float:right; margin-right:10px; font-size:13px;}
.popupSurvey_content .group .close a:link,
.popupSurvey_content .group .close a:visited {color:#cccc99;}
.popupSurvey_content .group .close a:hover{ color:#c29b0f; text-decoration:none;}

.popupSurvey_content .content{color:#000; margin-top:20px;}


/* content block table-style */
.mytable{	border: 0px; background-color:#737063; margin:auto; font-size:12px}
.mytable_header{ background:#1a4a2f;	font-weight: bold; color: #fff; text-align:center; padding:5px}
.mytable img{ float:none}

.mytable_td_white{ background-color: #fff; padding:5px 10px; color:#4e540a;}
.mytable_darkrow{ background-color: #deddb8; padding:5px 10px; color:#4e540a;}
.mytable_lightrow{ background-color: #ede8c3; padding:5px 10px; color:#4e540a;}

.mytable tr td { padding:5px;}

.mytable ol{ margin-left:25px; list-style-type:decimal;}
.mytable ol li{ margin-bottom:10px}
.mytable ol.decimal{ list-style-type:decimal; margin-left:25px;}
.mytable ol.lower_alpha{ list-style-type:lower-alpha; margin-left:25px;}
.mytable ol.upper_alpha{ list-style-type:upper-alpha; margin-left:25px;}
.mytable ol.upper_lama{ list-style-type:upper-roman; margin-left:25px;}

.mytable ul{ margin-left:20px;}
.mytable ul li{ margin-bottom:10px}
.mytable ul.icon_person{ list-style-type:none; margin:0;}
.mytable ul.icon_person li{ padding-left:15px; background:url(../images/icon_person.gif) no-repeat}
