/* Copyright */

/* FORM */

.snglline {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background-position: left top;
}

#linename {
	width: 75px;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	vertical-align: top;
	float: left;
}

#formbox {
	float: left;
	width: 300px;
}

#formcont {
	float: right;
	width: 425px;
	height: 30px;
	margin-bottom: 10px;
}

#msgcont {
	float: right;
	width: 425px;
	height: 75px;
	margin-bottom: 10px;
}

#contactform {
	float: right;
	width: 400px;
}

/* OLD FORM */

form, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana,tahoma,Arial;
	font-size: 12px;
	}

.text, textarea {
	width: 300px;
	border: 1px solid #999;
	color: #333;
	padding: 5px 4px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.text:hover, textarea:hover {
	background: #FFF url(../imgs/form_grad.gif) repeat-x 0 top;
	}

.inputSubmit {
	width: 122px;
	height: 35px;
	margin-left: 265px;
	margin-top: 25px;
	background: url(imgs/send_btn.jpg) no-repeat center center;
}

.inputSubmit:hover {
	width: 122px;
	height: 35px;
	margin-left: 265px;
	margin-top: 10px;
	background: url(imgs/send_btn.jpg) no-repeat center center;
}

.inputBox {
	color : #000;
	background : #0099CC;
	border-color : #000;
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	font-family : "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size : 10px;
}
