/**------------------------------------------------------------- SIMPLE FORM -*/

#simplyForm fieldset
{
	display: block;
	width: 25em;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	background-color: #EEEEEE;
}

#simplyForm fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}

#simplyForm legend { 
border:1px solid #666;
 font-family: "Courier New", Courier, mono;
 color:#555;
 font-size:1.4em;
 font-weight:normal;
 font-style:normal;
 margin-bottom:14px;
 padding:3px;
 width:200px;
 background:none;
}


#simplyForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}

#simplyForm fieldset.radio label
{
	font-weight: normal;
}

#simplyForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#simplyForm input
{
	display: block;
	width: 17em;
}

#simplyForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#simplyForm select
{
	display: block;
}







form.user_form {
	margin:0;
	padding:0;
	width: 500px;
}
form.user_form fieldset {
	margin:1em;
	padding:.5em;
	border: 3px double #ccc;
}
form.user_form legend {
	margin:.5em;
	color:#036;
	background:transparent;
	font-size:1em;
	font-weight:bold;
	color: #990000;
}
form.user_form textarea {
		width:400px;
		height:100px;
}

/* text input */

p.label_field_pair {
clear: both;
float: none;
}
p.label_field_pair label {
clear: left;
display: block;
float: left;
text-align: right;
width: 100px;
}
p.label_field_pair input,select {
clear: right;
float: left;
margin-left: 10px;
width: 200px;
}


/* checkboxes */

p.label_checkbox_pair {
	clear: both;
	float: none;
	position: relative;
}
p.label_checkbox_pair input {
	left: 80px;
	position: absolute;
	top: 1px;
}
p.label_checkbox_pair label {
	display: block;
	margin-left: 100px;
	width: 200px;
}

/** errors */
.error_box {
	width:500px;
	border: 1px dashed black; 
	background-color: #ffffff; 
	padding: 10px; font-family: 
	verdana, arial, helvetica; 
	font-size: 8pt;'
}