/* @override http://localhost:8080/bio/res/res/page/elements/contact.css */

/* @group Contact */

#contactformtable{
	width: 750px;
	margin: auto;
	margin-top: 30px;
	background-color: #e8f1f7;
	border: 2px solid #d3e0e8;
	
}

#errormessage{
	visibility: hidden;
	color: red;
}

#contactformtable td{
	vertical-align: top;
}
#contactformtable td.title{
	font-weight: bold;
	padding: 5px 15px;
	background-color: #d3e0e8;
}

#contactformtable td.top{
	padding-top: 10px;
}
#contactformtable td.bottom{
	padding-bottom: 10px;
}

#contactformtable textarea{
	height: 80px;
}

#contactformtable .contactformspacer{
	width: 70px;
}

.contactformtext td{
	background-color: white;
	padding: 5px 0;
	border-bottom: 3px solid #d3e0e8;
}
td.contactd2 {
	margin-right: 18px;
}
.contactd2 input, .contactd2 textarea{
	width: 213px;
	border: 2px solid #d3e0e8;
}

.contactformezzo{
	width: 20px;
}

.contactd3 textarea{
	width: 334px;
	border: 2px solid #d3e0e8;
}

#contectformbuttons{
	float: right;
	margin-right: 15px;
}

#contactformtable table td {
	width:  330px;
	border: none;
	padding-bottom: 2px;
}

.bold{
	font-weight: bold;
}
/* @end */

/* @group comment */

#comment{
	margin: 0 20px 0 10px;
}

#comment h1{
	background-color: #ccf2bd;
	font-size: 13px;
	padding: 5px 0 5px 15px;
}

#comment .comment-links{
	float: right;
	margin: 12px 0 12px 0;
}
#comment .comment-links a{
	margin-left: 15px;
}

#comment .cbox{
	clear: both;
	border: 2px solid #cad9e1;
	margin-bottom: 2px;
}

#comment .cbox h2{
	font-size: 12px;
	margin: 0px;
	padding: 3px 0 3px 0;
	background-color: #cad9e1;
}

#comment .cbox .info{
	color: #375568;
	font-size: 12px;
}
#comment .cbox .info label{
	font-weight: bold;
}
/* @group Comment Form */
#comment #comment-form{
	display: none;
}
#comment .fbox{
	background-color: #e4ebf6;
	margin-bottom: 40px;
}

#comment .fbody{
	margin: 5px 15px;
	font-size: 11px;
}
#comment .fbody label{
	font-weight: bold;
}

#comment .fbody table.comment{
	width: 100%;
}
#comment .input-left, #comment textarea{
	width: 220px;
	border: 1px solid #95a8b6;
	height: 18px;
}

#comment .input-right{
	width: 150px;
	border: 1px solid #95a8b6;
	height: 18px;
}

#comment textarea{
	height: 80px;
}
#comment td{
	vertical-align: top;
}
#comment .fbody table table{
	border: 1px solid white;
	position: relative;
	width: 100%;
}

#comment td.three{
	width: 90px;
}

#comment .fbuttons{
	float: right;
	margin-top: 10px;
}
/* @end */
#comment .cbody{
	margin: 10px;
}

span.folder{
	background-image: url('unfold.png');
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	width: 9px;
	height: 9px;
	cursor: pointer;
}
span.fold{
	background-position: 0 9px;
}
/* @end */



