#contactForm{
	border: 2px solid #996666;
	padding: 0;
	position: absolute;
	width: 470px;
	cursor: move;

	background: #996666;
}

.inside{
  border:1px solid black;
	padding: 10px;
	background: white;
}

table{
  border-collapse: collapse;
}

tr.top th{
  border-bottom: 1px solid black;
}

th,td{
  padding: 2px;
}


#cff{
  padding: 0;
	margin: 10px 0 0 0;
}

textarea, input.text{
  border: 1px solid #987878;
}

.button{
  font-size: 11px;
	padding: 2px 4px;
	margin: 3px;
}

.wtext p{
  font-size: 10px; 
	border: 1px solid #987878;
	margin: 0;
	padding: 2px;
}

.s{
  font-size: 10px;
	color: red;
}

.t{
  font-size: 10px;
	text-align: right;
	color: white;
	padding: 4px;
}

#cff_comp{
  text-transform: capitalize;
}