.input{
    width:45%;
}

.clear
{
	clear:both;	
}
.link{
	float: left;
	position: relative;
	padding: 10px;
	width: 45%;
	padding: 10px;
}
.formclass{
	float: center;
	position: relative;
	text-align: Center;
	width: 90%;
}
.select{
    width: 45%;
}
.textarea{
    width: 45%;
}

div.CTooltip{ 
  position:absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  width: 380px;
  visibility:hidden;
  display:none;
  font: 8pt 'MS Comic Sans','Arial',sans-serif;
  background-color: #F5F5F5;
  padding: 8px;
  border: 1px solid black;
}
