body {
	font-size: 12px;
	color: #666;
	margin: 0;
	min-width: 1024px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

input {
	padding: 4px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333;
	background: #FFF;
	outline: none;
	margin: 0;
}

.backgrounderror {
	background-color: red;
}

input:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px
		rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px
		rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px
		rgba(82, 168, 236, 0.6);
}

input:disabled {
	background: #EEE;
}

a {
	color: blue;
	cursor: pointer;
}