table{
	border: #ccc 0px solid;
	border-spacing: 0px;
	table-layout: fixed;
	width: 100%;
}
table th{
	border: #ccc 1px solid;
	color: black;
}
table td{
	border: #ccc 1px solid;
	color: black;
}

textarea{
	width: 100%;
	height: 300px;
}

select{
	width: 205px;
	height: 25px;
	border-radius: 3px;
	color:#3388ff;
	border-color: #3388ff;
}


