/* CSS Document */
#form_ar{
padding:8px;
width:430px;
text-align:left;
float:right;
margin:0;
background-color:#e4e4e4;
}
#form_ar form{
width:420px;
text-align:left;
}
#form_ar .input, #form_ar .select, #form_ar .radio, #form_ar .textarea {
    border: 1px solid #006;
    background: #fff;
	width:270px;
	font-size:11px;
    display: block;
    float: left;
	padding:4px 0;
	margin:0 0 6px 0;
}
#form_ar .textarea {
	height:60px;
}
#form_ar .input:hover, #form_ar .select:hover, #form_ar .radio:hover, #form_ar .textarea:hover{
    border: 1px solid #f00;
    background: #ff6;
}
#form_ar .button {
    border: 1px solid #006;
    background: #ccf;
	font-size:10px;
}
#form_ar .button:hover {
    border: 1px solid #f00;
    background: #eef;
}
#form_ar label {
    display: block;
    width: 140px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
	font-size:11px;
}
#form_ar br { clear: left; }
