.phone {
	font-size:xx-large;
	font-weight:bold;
	color:Black;
	
	border-style:solid;
	border-color:Silver;
	border-width:1px;
	background-color:White;
	text-align:center;
	vertical-align:middle;
	width:300px;
	padding:15px;
	
		
	
}

.att {
	color:red;
	font-size:small;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

input, textarea, select, option{
	border-style:solid;
	border-color:black;
	border-width:1px;
}

input.mail1{
	width: 100px;
}

input.mail2{
	width:200px;
	
}

button{
	width:60px;
}

table{
	width:539;
}

.thead{
	background-color:#FFDEAD;
	border-style:none;
	
}