/*
 *  @copyright	Copyright 2006 (c) Solo Media Works, Inc.
 *  @modified	08-20-2006	Maxwell Berkel
 *
 *  Form Styles
 **************************************************************************************/
 
 form hr {
	border: 0;
	border: 1px dotted #cfcfcf;
	margin: 20px 0 20px;
	clear: both;
	
}

form span.comment, div.field-comments {
     font-size: 11px;
     font-style: italic;
     font-weight: normal;
     color: #343434;
     margin-left: 8px;
}

span.contribution-value {
	border-bottom: 1px solid #DC6C1B;
	padding: 0 3px 1px;
}

form.contributions {
	color: #DC6C1B;
	margin-bottom: 20px;
	padding: 12px 20px 25px;
}

div.space {
	height: 30px;
	clear: both;
}


/* Rows and buttons section */
div.field, div.field-indented, div.buttons {
	width: 440px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	padding-bottom: 8px;
	clear: both;
}

div.field-indented {
	padding-left: 20px;
}

div.row div.field, div.field-indented, div.row div.field-inline {
	padding-bottom: 2px;
}

html>body div.field, html>body div.field-indented, html>body div.field-inline, html>body div.buttons {
	overflow: auto;
}

div.field p {
	margin: 2px 0;
}

div.buttons input {
	float: left;
	margin-left: 274px;
}

/* Input, select, check, radio and text areas */
input.text, input.password, input.file, input.checkbox, select, textarea {
	float: left;
	color: #DC6C1B;
	font-weight: bold;
	border: 0;
	border-bottom: 1px solid #DC6C1B;
	padding: 0 0 0 8px;
}

input.text, input.password, input.file {
	height: 18px;
}

input.text:hover, input.password:hover, input.file:hover, select:hover, textarea:hover, input.active, select.active, textarea.active {
	background: #ffffff;
}

/* Labels */
label {
	width: 270px;
	float: left;
	font-weight: normal;
	padding: 3px 6px 3px 0;
	margin: 0 0 4px;
}

#contributor-info {
	border: 0;
	clear: both;
}

#contribution-options {
	border: 0;
}

#contribution-options input {
	width: 124px;
	float: left;
	background: url(../images/dollar_bg.png) no-repeat 8px 2px;
	padding-left: 22px;
}

div.field-indented label {
	width: 250px;
}
