/* CSS Document */

#contact h3 {
	font-size: 14px;
	font-weight: normal;
}
#contents ul{
	list-style: none;
	margin:0;
	padding:0;
}
#contents li{
	margin-top: 10px;
}
#contents input ,#contents textarea {
	background-color: #CCCCCC;
	color: #17014B;
	font-size: 12px;
	border: 1px;
}
#contents p.send input {
	background-color: #696F8A;
	margin-top: 20px;
}
#contents #add {
	line-height: 1.5;
	margin-top: 40px;
}
