@import url(main.css);
/**************************************************************************************************/

td {
	background : #fff;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 2px;
	padding-top : 2px;
	color: #000;
	border-bottom: 1px solid #9c9;
	margin: 0;
}
th {
	background : #fff;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 2px;
	padding-top : 2px;
	color: #000;
	border-bottom: 1px solid #9c9;
	border-top: 1px solid #9c9;
	margin: 0;
}

.formfield { 
	padding-top:5px;
	padding-left:5px;
	margin: 0px;
	
}
#tellform { 
	position: relative;
	margin:20px;
	padding-top:5px;
	padding-left:20px;
	padding-right:10px;
	line-height:40px;
	color: #000;
	width: 80%;
	text-align:left;
	border: 2px #ccc solid;
}
#tell { 
	position: relative;
	margin-left:-10px;
	padding-top:5px;
	padding-left:10px;
	color: #000;
	width: 100%;
	text-align:left;
	background-color:#CCC;
}
.button { 
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:center;
}
#content{ 
	min-height:500px;
	height:auto !important;
	height:500px;
}