

table.formTable{
	width:90%;
	margin:0 auto;
	border-collapse:collapse;
	color:#000000;
}


table.formTable th{
	width:25%;
	height: 50px;
	font-weight:normal;
	background:#efefef;
	color:#000000;
}

.formTable th,
.formTable td {
  text-align: left;
}

h3{color: #000000;
	line-height:20px;
}
button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}

button:hover {
    opacity: 0.7;
}
