@charset "UTF-8";
/* CSS Document */

.design1 {
	font-family: 'texgyreadventorregular';
	font-size:14px;
	padding:10px;
	border: thin solid #ddd;
	width:233px;
	margin-right:6px;
	margin-bottom:10px;
}

.design2 {
	font-family: 'texgyreadventorregular';
	font-size:14px;
	padding:10px;
	border: thin solid #ddd;
	width:240px;
}

.message {
	font-family: 'texgyreadventorregular';
	font-size:14px;
	padding:10px;
	line-height: 150%;
	font-size:14px;
	padding:5px;
	border: thin solid #ddd;
	width: 780px;
}

input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}