@charset "utf-8";
/* CSS Document */

table{
	border:none;
}

table tr{
	border:none;
}

table tr td{
	border:none;
	padding:5px;
}

legend {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	text-align:left;
	text-shadow:1px 1px #000;
	color:#FFF;
}

label{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}

textarea{
	width:540px;
	height:300px;
}

input{
	width:300px;
}

.button{
	width:150px;
	float:right;
}