

.alertmess{
	margin: 0 !important;
	padding: 5px !important;
	
	background-color: orange;
	border: 2px solid white;
	color: white;
	font-size: 13px;
}

#form1 td{
	padding: 5px;
}

input[type=text]{
	height: 25px;
	font-size: 18px !important;
}

textarea{
		font-size: 18px !important;
}


input[type=text],textarea{
	background-color: #fefdf9 !important;
	  border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;
	border: 1px solid #ccc;
}

