@charset "utf-8";
/* CSS Document */

#request{
	margin-bottom:50px;
}
#request table{
margin: 0px auto 10px auto;
padding: 0px;
height: auto;
width: 760px;
border-collapse:collapse;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #ccc;
}
#request th{
font-weight: normal;
color: #007BD9;
text-align: left;
vertical-align: top;
margin: 0px;
padding: 10px 0 10px 10px;
width: 180px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
}
#request th sup{ color: #F00; }
#request td{
text-align: left;
vertical-align: top;
margin: 0px;
padding: 10px 10px 10px 0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
}
#request div.etcetra{
margin: 0px auto 10px auto;
padding: 0px;
height: auto;
width: 740px;
}
#request div.line{
	margin:0 0 10px 0;
}
#request .btns{
margin: 0px auto;
padding: 0px;
height: auto;
width: 740px;
}
#request .btns .btn1{
float: left;
height: auto;
width: 300px;
}
#request .btns .btn2{
float: left;
height: auto;
width: 110px;
margin:0 0 0 10px;
}
#request .btns .btn2 input{
background-color: #F5F5F5;
background-image: url(../image/btn_cancel.gif);
background-repeat: no-repeat;
background-position: left top;
text-indent: -1000em;
height: 25px;
width: 110px;
overflow: hidden;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
cursor:pointer;
}
#request .btns .btn2 input:hover,#request .btns .btn2 input:focus{
background-position: left bottom;
}

/* form status */
input.box-short{
line-height: normal;
height: auto;
width: 80px;
}
input.box-mid{
line-height: normal;
height: auto;
width: 300px;
}
input.box-mid2{
line-height: normal;
height: auto;
width: 180px;
}
textarea.box-large{
line-height: normal;
height: 100px;
width: 480px;
}
select.pull{
height: auto;
width: 180px;
}

/* clearfix */
.package:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.package { zoom: 100%; }
.package { display: inline-table; }
/* Hides from IE-mac */
* html .package { height: 1%; }
.package { display: block; }
/* End hide from IE-mac */
