@charset "UTF-8";
#send {
	width: 150px;
	height: 50px;
	border: 0;
	text-indent: -1000em;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/send_message.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	padding-top: 10;
}
.size_mice {
	font-size: 12px;
	line-height: 15px;
}
/* CSS Document */

#column1 {
	width: 220px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#column2 {
	width: 300px;
	float: left;
	padding-left: 20px;
}
.clear {
	clear: both;
}
#info {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.label-text {
	font-family: BitterRegular, Arial, Helvetica, sans-serif;
	color: #333;
}
#message {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submit-wrap {
	padding-left: 460px;
	padding-top: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.type_red {
	color: #763300;
}
.thin_rule {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.spacer {
	height: 100px;
}
