/* contact form */

.main-box {
	background-color: #FFFFFF;
}

fieldset {
	float			: left;
	margin			: 10px;
	border			: 2px solid #571463;

}

legend {
	font-weight		:bold;
	color			: #571463;
}

label {
	font-weight:bold;
}

fieldset div {
	height			: 100%;
	overflow		: hidden;
	border-bottom	: 1px solid #CCC;
}

fieldset span {
	padding			:0px;
	padding-left	:20px;
	height			:16px;
	line-height		:16px;
}

.home {
	background		: transparent url(../images/contact_info.png) no-repeat scroll 0 0;
}

.tel {
	background		: transparent url(../images/contact_info.png) no-repeat scroll 0 -17px;
}

.posta {
	background		: transparent url(../images/contact_info.png) no-repeat scroll 0 -34px;
}

.map {
	background		: transparent url(../images/contact_info.png) no-repeat scroll 0 -51px;
}

.send {
	background		: transparent url(../images/mail_send.png) no-repeat scroll 0 0;
	padding-left	: 135px;
	height			: 128px;
	line-height		: 128px;
	vertical-align	: middle;
}

.unsuccessful {
	background		: transparent url(../images/mail_error.png) no-repeat scroll 0 0;
	padding-left	: 135px;
	height			: 128px;
	line-height		: 128px;
	vertical-align	: middle;
}

sup {
	font-weight:bold;
	font-size:14px;
	color:#DD0000;
}

input, textarea {
	margin:10px;
	display:block;
	width:300px;
	border:2px solid #0099FF;
}

input {
	height:20px;
}

textarea {
	height:160px;
}

.error {
	color:#EE0000;
	display:block;
	background:transparent url(../images/arrw_t.gif) no-repeat scroll 0 0;
	padding-left: 13px;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	vertical-align:middle;
	margin:5px;
}

input.error, textarea.error {
	background-image:none;
	border:2px solid #EE0000;
}

.note {
	margin : 10px;
	padding:10px;
	border: 2px solid #F00;
}
