/* Common styles */
.textbox
{
	padding:0 10px;
	color:#222;
	background:#FFF;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.2);
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box;
	border:1px solid #EEE; border-radius:0;
}
.textbox:invalid
{
	background:#FFF;
}
.textbox::-webkit-input-placeholder,
.textbox:-moz-placeholder,
.textbox:-ms-input-placeholder
{
	color:#888;
}
label.checkbox .title,
label.radio .title
{
	margin:0 0 0 7px;
	cursor:default;
}
textarea
{
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.2);
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box;
	border:0;
}
textarea:invalid{
    background:#FFF;
}

/* Custom styles */
.textbox-1
{
	height:28px;
}
.textbox-2
{
	height:25px;
	padding:0 10px;
	background:#333;
	border:1px solid #F00; border-color:#222 #262626 #555 #303030; border-radius:0;
	color:#CCC; font-size:10px;
}
.textbox-2:invalid
{
	background:#333;
}
.textbox-3
{
	height:33px;
	border-color:#999 #CCC #CCC #A7A7A7;
}
.textbox-4
{
	height:33px;
	border:0;
}