.container .myForm,
.container .myForm {
    font:11px Arial;
margin-left:4px;
}

.container .myForm {	margin-left:0px;}

.container .myForm p,
.container .myForm p {
    margin:12px 0 2px 0;
    font:11px Arial;
    color:#000;
}

.container .myForm input,
.container .myForm input {
    width:363px;
	font:12px Arial;
	border:1px solid #bbbbbb;
}

.container .myForm textarea,
.container .myForm textarea {
    width:363px;
	height:88px;
	font:12px Arial;
	border:1px solid #bbbbbb;
	overflow:hidden;
}

.container .myForm .send,
.container .myForm .send {
    width:75px;
	height:25px;
	cursor:pointer;
	background:transparent url(../images/send.gif) no-repeat;
	padding-bottom:2px;
	border:none;
	margin:10px 0 0 0;
}

.container .tech,
.container .catree,
.container .tech,
.container .catree {
    margin:10px 4px 0 14px;
	padding:0;
}

.container .catree span {
    width:9px;
	height:9px;
	font:1px/0px;
	background:url(../images/tree.gif) no-repeat left top;
	display:block;
	float:left;
	margin:2px 5px 0 0;
	cursor:pointer;
}

.container .catree span.active,
.container .catree span.active {
	background-position:left -19px
}

.container .catree div,
.container .catree div {
	margin:5px 0 7px 0;
	padding-left:15px;
}

.container .tech p,
.container .tech p {
	margin:2px 0 5px 0;
	background:url(../images/square.gif) no-repeat 0 4px;
	padding-left:8px;

}

.container .tech p a,
.container .tech p a:visited,
.container .catree a,
.container .catree a:visited,
.container .tech p a,
.container .tech p a:visited,
.container .catree a,
.container .catree a:visited {
    font:11px Tahoma;
	color:#000;
	text-decoration:none;
	display:block;
	margin-bottom:2px;
	background:url(../images/square.gif) no-repeat 0 5px;
	padding-left:8px;
}

.container .catree div a,
.container .catree div a:visited,
.container .catree div a,
.container .catree div a:visited {
	color:#666;
	font-size:10px;
}

.container .tech p a:hover,
.container .catree a:hover,
.container .tech p a:hover,
.container .catree a:hover {
    text-decoration:underline;
}


