/* CSS Document */
 
h1, h2 {
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #5FF;
} 

p {
	padding: 1px;
	font-size: 12px;
	color: #FFF;
}

#form-wrap {
	width: 450px;
	background: white;	
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#form-area {
	width: 540px;
	margin-top: 25px;
	
}


#nameDiv {
	width: 460px;
	float: none;

}

#nameDiv input, #nameDiv textarea {
	padding: 1px;
	width: 417px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 2px solid #ccc;
}

#emailsDivLeft1 {

width: 100px;

}

#emailsDivLeft1 input, #emailsDivLeft1 textarea {
	padding: 1px;
	width: 100px;
	font-family: Verdana, sans-serif;
	font-size: 12px;	
	border: 2px solid #ccc;
	
	
}


#phone {
	width: 100px;

}

#phone input, #phone textarea {
	padding: 1px;
	width: 200px;
	font-family: Verdana, sans-serif;
	font-size: 12px;	
	border: 2px solid #ccc;
	
	
}


#commentsDiv {
clear: both;
}

#commentsDiv input, #commentsDiv textarea {
	padding: 5px;
	width: 420px;
	font-family: Verdana, sans-serif;
	font-size: 18px;	
	border: 2px solid #ccc;
}

#securityDiv {
	clear: both;
	float: right;
}




#buttonDiv {
float: left;
}




#form-area textarea {
	height: 90px;
}

#form-area textarea:focus, #form-area input:focus {
	border: 2px solid #900;
	text-align: left;
}

#form-area input.button {
	width: 100px;
	
}

.warning {
    font-weight: bold;
    color: #f00;
}

form h2 {
	color: #036;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 10px;
}

label {
	font-weight: bold;
	color: #FFF;
	display: block;
	font-size: 12px;
	
}
.table1 tr td table tr td p strong {
	color: #FFF;
}
.table1 tr td table tr td #feedback {

}
