﻿@import url('reset.css');
@import url('base.css');
@import url('layout.css');

#container {width:1024px;height:580px;margin:0 auto;background:url("../images/req_img.jpg") no-repeat 0 60px;} /*100%로 하자*/

.container_menu li {float:left;padding-left:64px;}
.container_menu p {padding-left:64px;}

#container form {position:relative;top:30px;left:60px;width:500px;height:420px;}
#container form dl {padding:17px 0 0 17px;width:500px;height:360px;}
#container form dt {float:left;width:70px;height:20px;margin:0 30px 20px 0;}
#container form dt img {vertical-align:middle;}
#container form dd {float:right;width:400px;height:20px;margin-bottom:20px;}

#container form input {height:20px;border:1px solid #dcdcdc;vertical-align:middle;}
#container form select {height:22px;border:1px solid #dcdcdc;vertical-align:middle;}
#container form textarea {width:390px;height:160px;border:1px solid #dcdcdc;resize:none;}
#container form p {padding:0 0 5px 160px;clear:both;}

#container form .okbtn {width:140px;height:45px;background:url("../images/inquiry_button.jpg") no-repeat;border:0 none;position:absolute;top:340px;left:400px;}

table {border-collapse:collapse;margin:0 auto;}
table, td, th {border:1px solid black;}
td, th {height:30px;}
.titletd {text-align:center;background:black;color:white;font-weight:bold;}
.nostyle {width:40px;text-align:center;}
.datestyle {width:120px;text-align:center;}
.typestyle {width:100px;text-align:center;}
.comstyle {width:100px;text-align:center;}
.personstyle {width:70px;text-align:center;}
.departstyle {width:100px;text-align:center;}
.telstyle {width:100px;text-align:center;}
.substyle {width:300px;}

.loginclick {text-align:right;}
.loginlink {color:white;}