#forminfotech
{
	width: 95%;
}

#forminfotech p
{
	margin: 2px 0;
}


#forminfotech fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}


#forminfotech fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #000084;
font-weight: bold;
}


#forminfotech label
{
	background-color: #DBE0F4;
	display: block;
        color:;
        font-weight: bold;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}



#forminfotech .form_label_nostyle
{
	background: none;
}

#forminfotech input, #forminfotech select
{
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
}


#forminfotech textarea {
margin-left: 1%;
	border: #CCC 1px solid;
	background-color: #FFFFFF;
}

#forminfotech input:hover, #forminfotech select:hover, #forminfotech input:focus, #forminfotech select:focus
{
	border: #999 1px solid;
	background-color: #DBD9A9;
}


#forminfotech input[type="submit"]
{
	border: #9cabdc 1px solid;
	width: 27%;
}

#forminfotech input[type="submit"]:hover
{
	background-color: #000084;
color:white;
	cursor: pointer;
}

#forminfotech input[type="reset"]
{
	border: #9cabdc 1px solid;

	width: 27%;
}

#forminfotech input[type="reset"]:hover
{
	background-color: #000084;
color:white;
	cursor: pointer;
}


