

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++ I N P U T - A R E A   C S S   F I L E +++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* MAIN INPUT +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.checkbox {
	border:0px;
}

.radiobutton {
	border:0px;
	margin-right:5px;
	margin-left:10px;
	margin-bottom:3px;
}

div.error { 
	display: none;
}

label.error {
	padding-left:20px;
	margin-left:10px;
	width: auto;
	display: inline;
	color: #993333;
	padding-bottom:5px;
	padding-top:5px;
	background: url(images/vchecks/cross.png) no-repeat;
	background-position: center left;
	margin-right:5px;
}

input {
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background-color:#f2f5f6;
	padding:3px;
	vertical-align:middle;
}

input.checkbox { 
	border: none 
}

input:focus { 
	border-bottom: 1px dotted #c1c1c1;
}

input.error { 
	border: 1px dotted red;
}

checkbox.error {
	border: 1px dotted red;
}


fieldset {
	border:0;
}

fieldset input {
	
}

fieldset label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	width:150px;
}

fieldset p {
	list-style:none;
}

textarea {
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background-color:#f2f5f6;
	padding:3px;
	vertical-align:middle;
}




/* BUTTONS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.button {
	margin-right:10px;
	font-size:11px;
	width:118px;
	display:block;
	float:left;
	text-align:center;
	background-repeat:no-repeat;
	margin-top:10px;
	color:#4c4c51;
}

.button:hover {
	background-color:#5b6f7b;
	color:#ffffff;
	border:solid 1px #5b6f7b;
}