/*
	Author: Val @ Webtechnik Ltd
	www.webtechnik.co.uk
*/

/*
 somename is essential. Don't mess with it 
*/
.somename {
display:none;
visibility:hidden;
}

.val_form_title{
font-weight:bold;
 color:#003;
background-color:#e0e0e0;
 font-size: 1.2em;
 padding-top: 5px;
 padding-left: 5px;
}

.val_form_text{
font-size: 1.0em;
 color:#003;
 background-color:#e0e0e0;
 padding-left: 5px;
}
/*
	Main Boxes:
*/
.form_box{
	width: 460px;
	border:	1px solid black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
	background-color: #ccc;
	 color:#003;
	clear: both;
}
.input_box{
	border: 1px solid silver;
	margin: 5px;
	padding: 5px;
	background-color: #e0e0e0;
	 color:#003;
	text-align:left;
}
/*
	Misc
*/
.required_mark{
	background-color: #e0e0e0;
	color: red;
}
/*
  Textarea stuff
*/
.textarea_box_mark{
}
.textarea_textarea{
	width: 420px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
/*
	TextBox stuff
*/
.textbox_box_in{
	width: 420px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
.textbox_mark{
	float:right;
}
/*
 Note Box Stuff
*/
.note_box_text{
	margin: 5px;
	text-indent: 5px;
}
/*
	Tick Box Stuff
*/
.tick_box_tickbox{
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}
/*
	Option Box Stuff
*/
.option_box_select{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	margin: 5px;
}
/*
	Button Box Stuff
*/
.clear_button{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	margin-top: 5px;
	margin-bottom: 5px;
}
.submit_button{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	margin-top: 5px;
	margin-bottom: 5px;
}