body {background: url('bg.png') repeat;
		font-family:'Century Gothic'}

table {background:#00f6ff;
			width:50%;
			text-align:center;
			border-radius:10px;
			margin-top:2.7%;
			box-shadow: 1px 1px 8px #000;}
			
td {padding:2%;}

th {font-size:2.5em;}

#first:focus, #last:focus,  #mail:focus, #sug:focus {
					background:#ccc; border:none;}
#first, #last,  #mail, #sug {border:none;}
#first, #last,  #mail, #sug {border-radius:5px;
		width:50%;
		height:30px;
		text-align:center;}

input {font-family:'century gothic';}
		
textarea {border-radius:5px;
				font-family:'century gothic';}

input:focus {box-shadow: 1px 1px 4px #000;}

textarea:focus {box-shadow: 1px 1px 4px #000;}