#formWrap {
	width:700px;
	margin: auto;
        padding: 0 70px 0 0;
	color:#fff;
	line-height:120%;
	font-size:13px;
}
table.formTable{
	width:300px;
	margin: auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	
	padding:20px; 
}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}
input[type=text]{
width:500px;
height:40px;
font-size:17px;
color:#555;
background-color:#c9c9c9;
}


textarea {
min-width: 500px;
    min-height: 100px;
    max-width:  800px;
    max-height: 400px;
font-size:15px;
color:#555;
background-color:#c9c9c9;
}

#button { 
text-align :center;
margin-right :-69%; 
}
}