/* General Forms */

form#bookmarklet input {
	width:400px;
}

.genForm fieldset {
	border:1px solid #f2f2f2;
	padding:10px;
	background-color:#fafafa;
}

.genForm img {
	padding: 5px 0 11px 4px;
}

.genForm input, .genForm textarea{
	margin-right:3px;	
	padding:3px;
	border:1px solid #ddd;
	margin-bottom:8px;
	font-size:12px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

.genForm input:focus, .genForm textarea:focus {
		border:1px solid #A7CED8;		
		/*
		background-color:#FBFDFD;
		*/
}

.genForm textarea {
	width:380px;
}

.genForm select {
	margin-bottom:8px;
	margin-right:3px;	
	font-size:12px;
	float:left;
	padding: 1px 10px 1px 1px;
}

.genForm label {
	float:left;
	display:block;
	width:150px;
	clear:both;
}

.genForm label.mandatory {
    font-weight:bold;
}

.genForm span.fieldMsg {
	display:block;
	margin-left:150px;
	padding:0 0 15px;
	clear:both;
	color:#666;
	
}

.genForm .submit {
	margin:20px 0 20px 163px;
}

.red {
	color:#C54E15;
}


/************************ 
 * rails default styles
 ***********************/
div.fieldWithErrors {display:inline;}


/* http://railsrtv.rubyforge.org/ */
/* Browser support may be limited here...*/
.fieldWithErrors input,
.fieldWithErrors select,
.fieldWithErrors textarea
{
	background: #ffc0cb;
	background-color: #ffc0cb;
}
