@charset "utf-8";
/* forms */

.bt, #login_bt,#search_bt {
border-left: 1px solid #666;
border-top: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
background-color: #fff;
color: #333333;
font-size:8pt;
font-weight: normal;
}

/* helpfull */  

label.req, span.req
{
 color:#ff0000;
}

input.req, textarea.req
{
 background-color:#ffffaa;
}

select.req {
 background-color:#ffffaa;
}

#login_name
{
 width:105px;
 margin:8px 0 0 0;
 font-size:10pt;
 border:1px solid #000;
}

#login_pw
{
 width:105px;
 margin:8px 0 0 2px ;
 font-size:10pt;
 border:1px solid #000;
}

#login_bt {
 margin-top:8px;
 width:99px;
}

#reg_bt {
 margin-top:8px;
 width:100px;
}

#lost_bt {
 margin-top:8px;
 width:100px;
}

#profile_bt {
 margin-top:8px;
 width:100px;
}

#logged_bt {
 margin-top:8px;
 width:100px;
}



/* XFRM start */
.xfrm {
 border-collapse:collapse;
 border:0;
 
}

.xfrm td {
 font-size:10pt !important;
 padding:4px;
}

.xfrm th {
 font-size:10pt !important;
 padding:4px;
 text-align:right !important;
}

th.note {
 width:300px;
}

.xfrm label {
 font-size:10.5pt;
 margin:0 2px;
}

.xin {
 border-collapse:collapse;
 border:2px solid #888;
 background:#efefef;
 width:350px;
 font-size:10pt;
}

.xin:hover, .xin:focus {
 border-color:#f00;
}

select.xin {
 width:150px;
}

.xbt {
 border-left: 1px solid #666;
border-top: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
background-color: #fff;
color: #333333;
font-size:11pt;
font-weight: bold;
}

.xbt:hover {
 color:#f60;
}

/* XFRM end */
