/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      01/03/07
author:    [your email]
email:     [you at domain dot com]
website:   [your domain]
version history: [location of file]
-----------------------------------------------------------------------------*/

/* Import other stylesheets
-----------------------------------------------------------------------------*/ 

/* @import url("typography.css"); */

/* Remove padding and margin */


form {
	margin-top:1em;
	width: 700px;
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom:0
}
fieldset {
	margin-bottom:1em;
	border:1px solid #CCC;
	padding:0em;
	font-weight: bold;
	font-size: 0.8em;
}
fieldset legend {
	font-size:1.2em;
	margin-bottom: .5em;
	margin-left: 10px;
	padding:0em;
	width:auto;
	border: 1px solid #ccc;
	background-color: #eee;
}
fieldset div {
	margin: 1em 0em 1em 2em;
}
fieldset input, textarea {
	border: 1px solid #ccc;
}
fieldset input {
	width: 20em;
}
fieldset .required {
}

fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset label {
	width:auto;
}
textarea {
	margin: 0.5em 0;
	width:90%;
	height: 8em
}
	/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}
	/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {
	margin-top:0.5em;
}
.submit input {
	font-size: .8em;
	font-weight: bold;
}
/* End of 'Forms' */

