/* ===== * ===== * ===== * ===== *
	Entry
 * ===== * ===== * ===== * ===== */

.mb5{
margin-bottom:5px;
}

.mb15{
margin-bottom:15px;
}
 
#entry{
width: 600px;
margin: 0 auto;
padding-bottom: 15px;
background: #fff;
}

table{
font-size: 12px;
}

td{
text-align:left;
}

h2{
margin-bottom: 13px;
font-size: 0;
line-height: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * form
* * * * * * * * * * * * * * * * * * * * * * * * * * */

#form_ex1{
padding:10px;
margin-bottom:10px;
border:1px #999 dotted;
text-align:left;
background:#FFF;
}

#form_ex2{
padding:10px;
margin-bottom:5px;
border:1px #999 solid;
background:#AAE2F4;
text-align:left;
}

#form_ex3{
padding:10px;
margin-bottom:8px;
border:1px #999 dotted;
text-align:left;
background:#EBFAFF;
}

.small{
font-size:10px;
}

.orange{
color:#f90;
}

#eform tr td{
border:1px #999 solid;
}

.format{
padding:10px;
width:150px;
background-color:#D0F3FF;
}

.uput{
padding:10px;
width:auto;
}

#formbutton{
text-indent:-9999px;
margin-left:15px;
border: 0px;
width: 150px;
height: 45px;
background: url(img/button02.gif) left top no-repeat;
}
#resetbutton{
text-indent:-9999px;
border: 0px;
width: 150px;
height: 45px;
background: url(img/button01.gif) left top no-repeat;
}
#returnbutton{
text-indent:-9999px;
border: 0px;
width: 150px;
height: 45px;
background: url(img/button03.gif) left top no-repeat;
display:block;
}
#sendbutton{
text-indent:-9999px;
margin-left:15px;
border: 0px;
width: 150px;
height: 45px;
background: url(img/button04.gif) left top no-repeat;
}