/* CSS Document */

#contents{
position:absolute;
top:100px;
left:80px;
width:480px;
height:280px;
}

#inst{
position:absolute;
top:0px;
left:0px;
width:580px;
height:20px;
}

#inst p{
font-family:"Times New Roman", Times, serif;
font-size:11px;
line-height:20px;
text-align:justify;
color:#330;
}

#note{
position:absolute;
top:20px;
left:80px;
width:580px;
height:20px;
}

#note p{
font-family:"Times New Roman", Times, serif;
font-size:11px;
line-height:20px;
text-align:justify;
color:#333333;
}


/* contact form css properties  */

#form1{
position:absolute;
top:30px;
left:10px;
width:560px;
height:250px;
}

#form1 p{
font-family:"Times New Roman", Times, serif;
font-size:10px;
line-height:20px;
text-align:left;
margin:0;
color:#330;
}

#name{
position:absolute;
top:5px;
left:5px;
}

#name input{
position:absolute;
top:20px;
left:0;
}

#mail{
position:absolute;
top:55px;
left:5px;
}

#mail input{
position:absolute;
top:20px;
left:0;
}

#gender{
position:absolute;
top:105px;
left:5px;
}

.radioset{
position:absolute;
top:20px;
left:10px;
}

#gender input{
margin-left:5px;
line-height:12px;
}

#gender span{
font-family:"Times New Roman", Times, serif;
font-size:10px;
margin-left:20px;
color:#330;
}

#gender p{
position:relative;
font-family:"Times New Roman", Times, serif;
font-size:10px;
line-height:20px;
text-align:left;
margin:0;
color:#330;
}


#city{
position:absolute;
top:165px;
left:5px;
}

#city input{
position:absolute;
top:20px;
left:0;
}


#comment{
position:absolute;
top:5px;
left:240px;
width:320px;
height:340px;
}

#comment_area{
width:250px; 
height:220px; 
font:12px "Times New Roman", Times, serif;
}

.action_buttons{
position:absolute;
top:185px;
left:280px;
width:80px;
height:25px;
}

.action_buttons input { 
color: #330000; 
margin-top:5px; 
border:1px 2px 2px 1px solid #663300;
font-size:10px;
padding:2px;
cursor:pointer;
font-family:"Times New Roman", Times, serif;
}


.clear{
position:absolute;
top:185px;
left:360px;
width:80px;
height:25px;
color:#330000;
}

.clear input { 
color: #330000; 
margin-top:5px; 
border:1px 2px 2px 1px solid #663300;
font-size:10px;
padding:2px;
cursor:pointer;
font-family:"Times New Roman", Times, serif;
}


#warn{
position:absolute;
top:230px;
left:0px;
width:250px;
height:25px;
color:#CC3300;
font-family:"Times New Roman", Times, serif;
font-size:10px;
}



/* mail process page  */

#sentinfo{
position:absolute;
top:0px;
left:30px;
width:280px;
height:120px;
}
#sentinfo p{
font-size:10px;
font-weight:200;
line-height:22px;
color:#330;
}
