
input.text, textarea {
	width: 500px;
}

select.text {
	-moz-box-shadow: 0 0 1px #CCCCCC inset;
	border-color: #C0C0C0 #E7E7E7 #E7E7E7 #C2C2C2;
	border-style: solid;
	border-width: 1px;
	margin: 0;
	padding: 6px 3px 4px;
	width: 508px;
}

select, input.text, textarea {
	padding: 7px 5px 5px;
	color: #222222;
}

.watermark {
	color: #777777 !important;
}
/* Webkit is THIS annoying */
input::-webkit-input-placeholder {
	color: #777777 !important;
}

button, input.submit, div.buttons input {
	margin: 6px 0 0 0;
	padding: 0 13px;
}

li.left {
	width: 250px;
	float: left;
}

li.right {
	position: absolute;
	left: 250px;
	margin-left: 10px;
}

li.cb {
	clear: both;
	height: 0;
	margin: 0;
}

input.inset {
	width: 240px
}

select.inset {
	width: 252px
}

div.error {
	margin: 0;
	font-size: 10px;
	color: red;
	width: 100%;
	height: 7px;
}

.input-error {
	background: url('i/cross.png') no-repeat 100% 6px #ffcbcb;
	border-color: #ff0000 !important;
}

.input-ok {
	background: url('i/tick.png') no-repeat 100% 6px #cfffcc;
	border-color: #11ff00 !important;
}

form#signup fieldset {
	border-bottom: 1px solid #E6E6E6;
}

