/*
-- Form based in part on:
The Subtraction Good Form 0.1 by Khoi Vinh
http://www.subtraction.com/pics/0508/050822/
*/

/******************** Form ********************/
form, legend, label				{ font-size: 13px; line-height: 18px; }
form							{ overflow: auto; }
legend							{ padding-bottom: 18px;  position: relative; top: 5px; }
label							{ width: 100%; position: relative; top: 5px; margin-bottom: 18px; line-height: 18px; display: block; }

input, select, button
{
    cursor: pointer;
}


input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"]			{ width: 100%; margin-bottom: -1px; display: block; }

input[type="radio"]				{ top: -1px; margin: 0 4px 3px 1px; }
input[type="checkbox"]			{ top: -2px; margin: 0 4px 3px 1px; }
input[type="file"]				{ margin: 0px 6px 3px 6px; }

input[type="submit"]{top:0px;}
input[type="reset"],
input[type="button"]			{ position: relative; top: 5px; margin-bottom: 18px; }

select							{ display: block; margin: 0px; }
textarea						{ width: 99%; line-height: 18px; margin-bottom: -2px; display: block; clear: left; overflow: auto; }