/*  STINKYFEETEVENTS
    Forms Plus CSS
    Copyright 2008
*/


fieldset {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0 0 1em;
	border-bottom: 1px solid #ccc;
}
fieldset.notline {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:none;
}

fieldset.submit {
	float: none;
	width: auto;
	padding: 1em 0 0;
	border: 0 none #fff;
}

fieldset.continue {
	float: right;
	width: 200px;
	padding: 0 0 1.5em;
	border: none;
	text-align: right;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1.5em;
}

fieldset li.inline {
	margin-right: 25px;
	clear: none;
}

li.usergridhead{
	background:url(/images/head.png) repeat-x;
	height:30px;
	list-style:none;
	color:#ffffff;
	padding-left:5px;
	font-weight:bold;
	font-size:14px;
	width:670px;
	height:30px;
}

fieldset li.threefourths {
	width: 555px;
}

fieldset li.half {
	width: 362px;
}

fieldset li.third {
	width: 233px;
}

fieldset li.quarter {
	width: 168px;
}

fieldset li.last {
	margin-right: 0;
}

fieldset li.clear {
	clear: left;
}

fieldset li.right {
	float: right;
	width: auto;
	margin-right: 0;
}

fieldset li.footnote {
	font-size: 92% !important;
	color: #666;
}

fieldset li.separate {
	margin: -1em 0 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
}



/* Labels
----------------------------------- */

label {
	display: block;
	margin-right: 12px;
	padding: .2em 0;
	font-size: 100%;
	text-align: left;
}

label.error span {
	display: block;
}


/* Headers */

h1, h2, h3 {
	margin: 0 0 1em;
}



/* Inputs
----------------------------------- */

form .text, form .password, form .checkbox, form .select, textarea {
	padding: .2em 2px;
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	font-size: 120%;
	color: #000;
}

form .text, textarea {
	width: 352px;
}

form .select {
	border-top-color: #a0a0a0;
}


/* Special widths */

.threefourths .text {
	width: 545px;
}

.third .text {
	width: 223px;
}

.quarter .text {
	width: 158px;
}

.double .text, .double .select {
	margin-bottom: .5em;
}

.text.firstname {
	width: 118px;
}

.text.middlename {
	width: 63px;
}

.text.lastname {
	width: 145px;
}

.text.address {
	width: 352px;
}

.text.city {
	width: 180px;
}

.text.zip {
	width: 3.75em;
}

.text.two {
	width: 1.5em;
}

.text.four {
	width: 3em;
}

.text.six {
	width: 4.5em;
}


/* Optional fieldset */

fieldset.opt p.details {
	width: 500px;
	margin-top: .5em;
}

fieldset.opt h2 {
	position: relative !important;
	margin: .5em 0 .75em;
	font-size: 140% !important;
}

#personal-fields {
	clear: left;
}

form .optbtns {
	position: absolute;
	top: .5em;
	right: 18px;
	margin: 0;
	padding: 0;
}

form .optbtns .button {
	font-size: 110%;
}


/* Misc */

fieldset.title .text, fieldset.title .select {
	font-size: 140%;
}

li.indent {
	margin-top: -1em;
}

li.date span {
	font-size: 120%;
	margin: 0 2px;
}

li.date div {
	display: inline;
}

li span.caption {
	display: block;
	margin: .25em 0;
	font-size: 100%;
	color: #999;
}



/* Nested Fieldsets
----------------------------------- */

fieldset fieldset {
	background: none;
	margin: 0 0;
	padding: 0;
	border: 0;
}

fieldset fieldset legend {
	display: block;
	margin: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
}

legend.big {
	font-size: 120%;
}

fieldset fieldset ol {
	position: relative;
	margin: 0;
	padding: .5em 0;
}

fieldset fieldset li {
	float: none;
	width: auto;
	margin: 0 6px 0 0;
	padding: 0 0 .5em;
	font-size: 120%;
}

fieldset fieldset.small li {
	font-size: 110%;
}

fieldset fieldset .inline li {
	display: inline;
}

fieldset fieldset label {
	display: inline;
	float: none;
	width: auto;
	margin-right: auto;
}

label.checklabel {
	margin-right: 12px;
}

fieldset fieldset .text.checklabel {
	width: 150px;
	margin: 0 0 0 -8px;
	font-size: 92%;
}



/* Custom fields
----------------------------------- */

div.block {
}

div.block.first {
	padding-top: 0;
}