fieldset {
	margin:0px;
	padding:0px;
	border:none;
}
div.field {
	padding-bottom:20px;
	/* float:left; */
}

label.left {
	display:block;
	width:110px;
	height:21px;
	line-height:21px;
	float:left;
}

input.text {
	background:#FFFADD;
	margin-left:11px;
	padding-top:3px;
	width:221px;
	height:18px;
	line-height:21px;
	border:1px solid #B22D17;
}

select {
	background:#FFFADD;
	margin-left:11px;
	width:223px;
	height:23px;
	line-height:23px;
	border:1px solid #B22D17;
}

textarea {
	background:#FFFADD;
	margin-left:11px;
	width:221px;
	border:1px solid #B22D17;
}

input.checkbox {
	background:#FFFADD;
	border:1px solid #B22D17;
}

span.message {
	padding-top:4px;
	color:#FFE14F;
}
div.Actions {
	background:url(../images/side-nav-bg-repeat.gif) repeat-y;
	width:200px;
	height:32px;
}

input.action {
	background:url(../images/arrow.png) 98% 50% no-repeat;
	margin:0px;
	padding-bottom:3px;
	width:200px;
	height:32px;
	line-height:32px;
	text-align:left;
	text-indent:3px;
	color:#FFFFFF;
	border:none;
}

/* Left Widget Form */

.leftside .WidgetHolder input {
	background:#FFFADD;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	padding-top:3px;
	width:199px;
	height:18px;
	line-height:21px;
	border:1px solid #B22D17;
}
.leftside .WidgetHolder div.Actions {
	margin-top:10px;
}
.leftside .WidgetHolder input.action {
	background:url(../images/arrow.png) 98% 50% no-repeat;
	margin:0px;
	padding-bottom:3px;
	width:200px;
	height:32px;
	line-height:32px;
	text-align:left;
	text-indent:3px;
	color:#FFFFFF;
	border:none;
}

/* SiteWidgets Forms */

.rightside .SiteWidgets input {
	background:#FFFADD;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	padding-top:3px;
	width:199px;
	height:18px;
	line-height:21px;
	border:1px solid #B22D17;
}
.rightside .SiteWidgets div.Actions {
	margin-top:10px;
}
.rightside .SiteWidgets input.action {
	background:url(../images/arrow.png) 98% 50% no-repeat;
	margin:0px;
	padding-bottom:3px;
	width:200px;
	height:32px;
	line-height:32px;
	text-align:left;
	text-indent:3px;
	color:#FFFFFF;
	border:none;
}