body { background: #fff; }
textarea{vertical-align:middle}
select{height:25px;border: 0.1em solid #ccc; vertical-align:middle}
input{height:25px;border: 0.1em solid #ccc; vertical-align:middle}

/*  */
#wrap{width:50%}


/* 설문페이지 테이블 */
.bluetop { width:100%; border-collapse: collapse;  border-top: 3px solid #168;} 

.bluetop2 { width:100%; border-collapse: collapse;  border-top: 3px solid red;} 
.bluetop th {  color: #168;  background: #f0f6f9;}
.bluetop th, .bluetop td {  padding: 10px;  border: 1px solid #ddd; }
.bluetop th:first-child, .bluetop td:first-child {  border-left: 0; }
.bluetop th:last-child, .bluetop td:last-child {  border-right: 0; }
