﻿/* form styles */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: tahoma, arial, sans-serif;
	font-size: 90%;
	margin: 10px;
	color: #333;
	background-color: #fff;
}

fieldset
{
	clear: both;
	padding: 10px 15px;
	border: 2px ridge #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

legend
{
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0.5em;
	color: #333;
}

fieldset div
{
	clear: both;
	width: 100%;
	margin: 3px 0;
}

label, div.checkbox p
{
	display: inline;
	float: left;
	width: 24%;
	line-height: 1.4em;
	text-align: right;
	margin-right: 1%;
}


div.checkbox p
{
	position: absolute;
	left: 15px;
	margin: 0;
}

div.checkbox label
{
	display: block;
	float: none;
	text-align: left;
	width: auto;
}

input, textarea, select
{
	font-family: tahoma, arial, sans-serif;
	font-size: 1em;
	width: 50%;
	padding: 1px 2px;
	color: #666;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input:focus, textarea:focus, select:focus
{
	color: #333;
}

select
{
	width: auto;
	max-height: 8em;
}

div.checkbox input
{
	clear: left;
	display: inline;
	float: left;
	width: auto;
	height: 1.4em;
	display: inline;
	margin: 0 6px 0 25%;
	border: 0 none;
}

button
{
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 1em;
	margin-left: 25%;
}

h1
{
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.3em;
}

h2
{
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 1em;
}

p
{
	margin: 1em 0;
}

ul, ol
{
	margin: 1em 0 1.5em 3em;
}

li
{
	margin: 0.5em 0;
}

a:link, a:visited
{
	color: #03f;
}