html,body { margin: 0; padding: 0; background-color: white }
img { border: 0 }
/* Layout */
#mainpart  {
   width : 747px;
   height: 499px;
   background-image: url('../img/tech_support_brgnd.jpg'); 
   background-repeat: no-repeat;
}

#leftpart {
   position: absolute;
   width : 238px;
   height: 304px;
   margin: 22px 377px 34px 35px;
   /*background-color: green;*/
}

.pleft {
  position: absolute;
  width : 238px;
  height: 60px;
  margin: 0 0px 60px 4px;
  font-family: Tahoma, sans-serif, Verdana;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  color: white;
  text-align: left;
  display: block;
  float: left;
  z-index: 20;
}

.labelstyle {
	margin: 0;
	display: block;
}

.buttonstyle {
  width: 52px;
	height: 16px;
	float: right;
	margin: 0px 26px 9px 4px;
}

.buttonstyleok {
  width: 52px;
	height: 16px;
	float: right;
	/*margin: -22px 100px 0px 0;*/
}
.bigEnv {
  position: absolute;
  margin: 180px 0 0 35px;
}
.signs {
	float: left;
	margin: 0 86px 11px 0;
}

.formpart {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 238px;
	height: 208px;
	float: left;
	margin: 70px 0 0px 0;
	display: block;
}
.formpartok {
	position: absolute;
	left: -85px;
	top: 10px;
	width: 238px;
	height: 208px;
	float: left;
	margin: 67px 0 0px 0;
	display: block;
	text-align: center;
}


/* Text styles*/ 
.stext {
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.formtext {
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: white;
	text-align: left;
	margin: 0px 0 6px 4px; 
	display: block;

}
.formlayout {
	width: 226px;
	height: 19px;
	float: left;
	margin: 0px 0 4px 0;
	display: block;
}
.forminput {
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: white;
	text-align: center;
	width: 212px;
	height: 19px;
	border: 1px solid #419563;
	margin: 0px 0 4px 0;
	float: left;
	display: block;
	vertical-align: text-bottom;
	background-color: #75BB90;

}
.formlayoutm {
	width: 212px;
	height: 67px;
	float: left;
	margin: 0px 0 4px 0;
	display: block;
}

.forminputm {
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: white;
	text-align: center;
	width: 212px;
	height: 67px;
	border: 1px solid #419563;
	margin: 0px 0 4px 0;
	float: left;
	display: block;
	vertical-align: text-bottom;
	background-color: #75BB90;

}
.errorm {
  font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #AA2A2A;
	text-align: left;
	margin-left: 3px;
}
.techlink:link {
  font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: white;  
	text-decoration: none;
}

.techlink:visited {
  font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: white;  
	text-decoration: none;
}

.techlink:hover {
  font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: white;  
	text-decoration: underline;
}
