@charset "utf-8";
/* CSS Document */

#fullWidthContent {
	width:50%;
}
.form {
	width:345px;
}
.form label {
	display:block;
	padding-bottom:4px;
	font-weight:bold;
}
.form input.textbox {
	border:1px solid #cdced0;
	display:inline;
	width:343px;
}
.form input.button {
	margin-top:8px;
	float:right;
}
.form #messages {
	width:275px;
	float:left;
}
.form .error {
	font-size:1.1em;
}
.clientresource {
	margin-bottom:9px;
}