/*
    Main screen forms stylesheet
    V 1.0
*/
.formRow input, textarea, select {
	border: 1px solid #999;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	font-size: 1.0em;
}

.formRow input.submit, input[type="submit"] {
	margin-left: 0;
}

span.meta a {
	text-decoration:  underline;
}

form.data label {
	display:  block;
	margin: 10px 0 4px 0;
}

form.data .meta {
    color:  #80A71F;	
	font-size:  80%;
}

form.data .desc {
	margin-top:  4px;
	width:  350px;
	font-size:  80%;
	display: none;
}

form.data .formRow {
	width: 350px;
	position: relative;
}

form.data .formRow span.error {
	font-size: 80%;
	display: block;
	width: 330px;
	text-align: right;
	padding-right: 20px;
	background: url(../media/images/hint.png) right no-repeat;
	color: #7c0a0a;
}

form.data .formRow input {
	width: 350px;
	padding: 1px 0;
	height: 17px;
	line-height: 17px;
}

form.data textarea {
	width: 350px;
}

fieldset {
	border: none;
	margin: 1em 0;
	padding: 0 0 	15px 0;
	clear: left;
} * html fieldset { padding-top: 0; }

form.data fieldset {
	width:  500px;
}

legend {
	font-size: 135%;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #80A71F;
	padding: 10px 0.5em; /* Top and Bottom for IE7 */
} * html legend { margin-bottom: 15px; padding: 0 0.5em; }

fieldset fieldset legend {
	font-size: 105%;
	font-weight: bold;
}

form .formRow .field-help img {
	position: absolute;
	top: 4px;
	right: 0;
}