/* BASIC SETTINGS */

fieldset { border:0; }
input,
textarea,
select { color:#555; font-family: Verdana, Arial, sans-serif; font-size: 13px; }
div.row { padding: 10px 10px 4px 0; line-height:normal;}

/* START LAYOUT */

div.row input, div.row textarea, div.row select {
	margin-top: 5px;
	margin-left: 130px;
	font-size: 11px;
	border: 1px solid #7B7979;
	background:#4B4B4B;
	color:#fff;
}

div.row input {
	padding:5px 5px;
	width:200px;
}

div.row select {
	padding:2px 5px;
	width:200px;
}

div.row textarea {
	padding:2px 5px;
	width:200px;
	height:80px;
}

div.row label {
	position: absolute;
	margin-top: 5px;
}

div.buttons #submit-send-button {
	margin: 10px 0 20px 130px;
	padding:0 10px;
	height:25px;
	background-color:#4B4B4B;
	border: 1px solid #7B7979;
	color:#fff;
	cursor:pointer;
	outline:none;
}


#divnotification { font-style:italic; font-size:11px; }
