/** FROM THE StandingwatchUI */
.swcontrol{ 
	margin:4px 0px; 
	font-family: "trebuchet ms", arial, sans-serif;
}
.swcontrol-label{ 
	float:left; 
	width:140px; 
	padding-right:10px; 
	text-align:right; 
	display:block; 
	clear:right; 
	position:relative;
	/* formatting */
	font-weight:bold;
}
.swcontrol-input{ 
	display:block; 
	width:100%; 
	margin-left:-150px; 
	float:right; 
}
.swcontrol-input-container{ 
	margin-left:150px; 
	display:block; 
}
.swcontrol input
, .swcontrol textarea
, .swcontrol select{ 
	width:100%; 
}
.swcontrol-type-checkbox input
, .swcontrol-type-radio input
, .swcontrol-type-button input
, .swcontrol-type-submit input
, .swcontrol-type-image input{ 
	width:auto; 
}
.swcontrol-input-inline{ 
	display:block; 
	float:left; 
	padding-left:2em;
}
.swcontrol-input-inline input{ 
	margin-left:-2em; 
	float:left; 
}

.swcontrol .error{
	margin:0px 0px 4px 150px;
}
.error{
	background:#700;
	color:#fff;
	padding:4px 10px;
	font-weight:bold;
}
.error p{
	margin:0px; padding:0px;
}

.success{
	font-family:"ms trebuchet",arial,helvetica,sans-serif;
	background:#070;
	border:1px solid #040;
	color:#fff;
	font-weight:bold;
	margin:0px; padding:0px;
	position:relative;
	height:auto;
}
.success p{
	margin:0px; padding:0px;
	padding:8px 12px;
	position:relative;
	overflow:visible;
	display:block;
	background:#080;
	border:1px solid #0c0;
	border-width:1px 1px 0px 1px;
	font-size:1.1em;
}

