@charset "utf-8";
body { font: 9pt/1.2em NanumGothic, sans-serif, serif; }
h1 { font: 28pt NanumGothic, sans-serif, serif; }
#Wrapper { background: url(/Poll/bg.png) repeat center top; }
#Wrapper #Header {
	padding: 20px 0;
	font-size: 11pt;
	line-height: 1.6em;
}
#Wrapper #Header h1 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#Wrapper #Content { padding-top:0 !important; }
#Wrapper #Content .PollBody { background-color:rgb(255,255,255,0.6); padding:20px; border:solid 1px #e3e3e3; }
#Wrapper #Content .poll { list-style: decimal inside; }
#Wrapper #Content .poll > li{ margin-bottom: 50px; clear: both; }
#Wrapper #Content .poll > li .question { font-size: 14px; font-weight: bold; }
#Wrapper #Content .poll > li .Example { margin: 10px 0 0 30px; clear: both; min-height:35px; }
#Wrapper #Content .poll > li .Example li { margin-bottom: 10px; list-style: upper-alpha inside; display: inline-block; float: left; margin-right: 20px; }
#Wrapper #Content .poll > li .Example li label { font-weight: normal; }
#Wrapper #Content .poll > li .Example li label input { margin-right:5px; }
.answerbox { margin:15px 0; }
.answer { border:solid 1px #e3e3e3; padding:10px; width:100%; height:100px;}

.container { width:750px !important }
#Wrapper #Content .eTextDiv { margin: 10px 0px 0px 30px; }
#Wrapper #Content .eTextDiv textarea { height: 400px; width: 100%; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}


#Footer {
	min-height:100px;
	
}
