/* _____________________________________ 

	Stylesheet for Fibre Bond Ltd.
By Sorrel Hoare, www.turtledesigns.co.uk
	Copyright 2008 Turtle Designs
 _____________________________________ */

/* _____________________________________ 

			Form Styles
 _____________________________________ */

form, #sent {
	border: 1px solid #ddd;
	padding: 10px;
	margin:.6em 0;
	font:normal 1.2em Arial, Helvetica, sans-serif;
	}

#sent h4 {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	}

#sent p {
	font:normal 1em Arial, Helvetica, sans-serif;
	}

label {
	clear:both;
	color: #666;
	float: left;
	font-weight:bold;
	padding-top:2px;
	width: 120px;
	}
	
input {
	border: 1px solid #ccc;
	margin:1px 0;
	padding-left:2px;
	}
	
textarea {
	border: 1px solid #ccc;
	font:x-small 1em Arial, Helvetica, sans-serif;
	height: 100px;
	margin:1px 0 10px;
	width:233px;
	padding-left:2px;
	}

.btnContainer {
	clear: both;
	text-align:right;
}

button {
	border:none;
	cursor:pointer;
	}

#btn_send {
	background:url(../images/special/btn_send.gif) bottom left no-repeat;
	height:24px;
	margin-bottom:-4px;
	width:54px;
	}

#btn_send:hover {
	background-position: top;
	}

.validation {
	font-size:0.9em;
	}
#content img.valImg {
	margin:0 0 -4px 2px;
	}

#content #valemail {
	font-weight:bold;
	}

#content form h4 {
	font: bold 1em Arial, Helvetica, sans-serif;
	margin:.6em 0;
	}

table {
	width:100%;
	border:1px solid #ccc;
	}
td, th {
	border:1px solid #ccc;
	padding:2px;
	margin:0;
	text-align:left;
	color:#666;
	}
tr.selected {
	background: #FFFF99;
	}