/* CSS Document */


.box_popupSurvey{ overflow:hidden; border:1px #000 solid; width: 600px;}

.box_popupSurvey .popupSurvey_head { height:45px; background:url(../images/news_popup/bg_popup_head.jpg) no-repeat; padding-top:20px; padding-right:25px;}
.box_popupSurvey .popupSurvey_head .close{float:right; padding-right:5px; padding-left:5px; }
.box_popupSurvey .popupSurvey_head .close a:link,
.box_popupSurvey .popupSurvey_head .close a:visited {color:#000; text-decoration:none; font-weight:bold;}
.box_popupSurvey .popupSurvey_head .close a:hover{ color:#006666; text-decoration:none;}

.box_popupSurvey .popupSurvey_content{}
.box_popupSurvey .popupSurvey_footer{ height:50px; background:url(../images/news_popup/bg_popup_footer.jpg) no-repeat }
.box_popupSurvey .popupSurvey_content .group { padding-top:5px; padding-left:5px; overflow:hidden}
.box_popupSurvey .popupSurvey_content .group .title{ width:475px; font-weight:bold; font-size:14px; float:left}

.box_popupSurvey .survey{ background:url(../images/news_popup/bg-loop.gif) repeat-y; display:block; overflow:hidden; padding:0px 35px 14px; } 
.box_popupSurvey .popupSurvey_content .content{color:#000; }
.box_popupSurvey .survey .box_content_h2 { margin:0px; text-align:left; font-weight:bold; margin-bottom:5px; padding-left:30px}
.box_popupSurvey .survey .content_h2 { margin:0px 5px;}

/* TABLE */
.mytable{ border: 0px; background-color:#47a5fb; margin:auto; font-size:12px}
.mytable_header{	background:#47a5fb;	font-weight: bold; color: #fff; text-align:center; padding:5px}
.mytable_lightrow{ background-color: #fff;}
.mytable_darkrow{ background-color: #dfdcdc;}

table tr td { padding:3px 5px;}