/* CSS Document */
/* forms */

.row {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 5px 0px 5px 0px;
	width: 100%;
	text-align: center;
	border-bottom: 1px dotted #aed6f0;
}

.row .label {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 30%;
	text-align: right;
	color: #287fbd;
	font-size: 1.1em;
}

.row .formitem {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 70%;
	text-align: left;
}

.formelement {
	border: 1px solid #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: url(../images/forms/textarea-bg.gif) repeat-x top left #ffffff;
	max-width: 260px;
}

.formbutton {
	border: 1px solid #81bee6;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(../images/forms/button-highlight.png) repeat-x top left #4293c8;
}
