@charset "utf-8";

/* HTML */
* { margin:0; padding:0; font-style:normal; font-family:Verdana, Arial, AppleGothic, Sans-serif; }
html, 
body { margin:0; padding:0; }
body { font-size:12px; color:#333; background:#f5f5f5; }
img, fieldset { border:none; }
hr, legend { display:none; }
li { list-style:none; }
p, dt, dd, li { line-height:1.6em; }
a:link, a:visited, a:active { color:#39f; }
a:hover { color:#39f; }
html:first-child select {padding-right:6px; height:20px; } /* Opera Fix */
option, x:-moz-any-link {padding-right:4px; } /* Firefox Fix */
option, x:-moz-any-link, x:default {padding-right:0; } /* Firefox Fix */

/* Setting */
.wrapper { width:960px; margin:0 auto; }
.content .wrapper { width:740px; padding:30px 0; }

/* Container */
.content { padding: 20px 0 30px 0; background:url(/resources/images/user/survey/content_bg.gif) repeat-x 0 0 #f5f5f5; }
.contentArea { width:642px; margin-left:49px; padding:20px 0 40px 0; }
.theBody { border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1; padding:20px 40px; background:#fff; }
.theBody h2 { margin:0 0 10px 0; font-size:18px; text-align:left; }
.btnWrapper { margin:30px 0 0 0; text-align:center; }

.content .wrapper iframe { border:5px solid #d7dbe7; background:#fff; }


.back { float:right; display:inline; margin:10px -0 10px 0; width:90px; height:24px; }
* html .back { margin:10px -10px 10px 0; }
.back:after { content:" "; display:block; clear:both; height:0; visibility:hidden; }
* html .back { height:1%; }
*+html .back { height:1%; }
.back a { display:block; width:90px; height:24px; line-height:22px; text-align:center; text-decoration:none; font-weight:bold; background:url(/resources/images/user/survey/btn_bg.gif) no-repeat 0 0; }
.back a:link,
.back a:visited,
.back a:active,
.back a:hover { color:#1e3450; }
