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

html, body { width:100%; height:100%; margin:0px; padding:0px; overflow:auto; }

body { background-color:#fff; color:#666; font-size:12px; font-family:Tahoma, Geneva, sans-serif; line-height:100%; }

div, form, p { margin:0px; padding:0px; overflow:hidden; position:relative; }
form { padding:5px 0px 10px 0px;}

a { color:#666; }
a:hover { color:#000; }

p { line-height:150%; }

ul { margin:5px 0px 15px 0px; }
li { line-height:150%; }

h1 { font-size:14px; color:#000; padding:0px; margin:0px 0px 15px 0px; line-height:100%; }
h2 { font-size:12px; color:#666; padding:0px; margin:0px 0px 15px 0px; line-height:100%; }

#form_errors { clear:left; padding:15px 0px 0px 0px; color:#e00; font-weight:bold; line-height:120%; }

label, .label { float:left; padding:3px 0px 15px 0px; margin:0px; width:200px; line-height:120%; }

label.big, .label.big { width:250px; }
label.radio { cursor:pointer; width:300px; }
label.checkbox { cursor:pointer; width:300px; }

input { float:left; margin:0px 0px 15px 0px; }

div.form_control { clear:left; float:right; width:450px; margin:15px 15px 0px 0px; }

div.form_control a.restart { display:block; width:150px; height:20px; line-height:20px; text-align:center; background-color:#fff; border:solid 1px #999; color:#666; font-weight:normal; cursor:pointer; font-size:11px; padding:0px; margin:0px 30px 0px 0px; float:right; text-decoration:none; }
div.form_control a.restart:hover, a.restart:focus { background-color:#e0e0e0; }

div.form_control a.last { display:block; width:100px; height:20px; line-height:20px; text-align:center; background-color:#fff; border:solid 1px #999; color:#666; font-weight:normal; cursor:pointer; font-size:11px; padding:0px; margin:0px 5px 0px 0px; float:right; text-decoration:none; }
div.form_control a.last:hover, a.last:focus { background-color:#e0e0e0; }

div.form_control a.next { display:block; width:100px; height:20px; line-height:20px; text-align:center; background-color:#fff; border:solid 1px #999; color:#666; font-weight:bold; cursor:pointer; font-size:11px; padding:0px; margin:0px 0px 0px 0px; float:right; text-decoration:none; }
div.form_control a.next:hover, a.next:focus { background-color:#e0e0e0; }

.text { margin:0px 0px 30px 0px; line-height:140%; }