/* Forms
*******************************************************/

fieldset {
	margin: 0px;
	padding: 0;
	border: none;
}

label {
	display: block;
	margin: 0px;
	border: none;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

textarea {	
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

input.text, textarea {
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background: #fff url(../images/text-bg.gif) bottom center repeat-x;
	border-top:1px #c0bebe solid;
	border-bottom:1px #c0bebe solid;
	border-left:1px #c0bebe solid;
	border-right:1px #c0bebe solid;
}

select {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background: #fff url(../images/text-bg.gif) bottom center repeat-x;
	border-top:1px #c0bebe solid;
	border-bottom:1px #c0bebe solid;
	border-left:1px #c0bebe solid;
	border-right:1px #c0bebe solid;
}

.Actions {
	width: 540px;
	margin: 0px 0px 40px 0px;
	padding: 0px 20px 20px 20px;
	border: none;
	background-color: #D4EEF0;
}

