body{
	margin: 20px;
	color: #555555;	
	font: 12px Arial, Helvetica, Verdana, sans-serif;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	border: 0 none;
}

fieldset {
	border: 0;
}

label.left {
	display: block;
	font-weight: bold;
}

fieldset .field {
	margin-bottom: 10px;
}

input{
	background: url(../images/input.jpg);
	width: 205px;
	height: 29px;
	padding: 15px 5px 0 7px;;
	color: #555555;
}

textarea{
	background: url(../images/textarea.jpg);
	width: 510px;
	height: 186px;
	padding: 15px;
	font-size: 12px;
	color: #555555;
}

.Actions input{
	background: #7d7d7d;
	width: auto;
	height: auto;
	padding: 3px;
	border: 1px solid #7d7d7d;
	color: #ffffff;
}