@charset "utf-8";
/* CSS Document */

/**Form **/

.feedback-form hr {
	clear:both;
}

form input,textarea {
	background-color:#ffffff;
	font-size: 16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
form input[type=text] {
	width:340px;
	margin-left: 0px;
}
form textarea {
	width:340px;
	margin-left: 0px;
}
form select {
	background-color:#fff;
	font-size: 16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
}
form label {
	display:block;
	font-weight:600;
	font-size: 17px;
	margin-top: 5px;
	width:370px;
}
.button {
	float: left;
	line-height: 34px;
	position: relative;
	display: inline;
	width: auto;
	font-weight: normal;
	color: #000;
}
form input[type=button], .button {
	height:34px;
	width: auto;
	background-image:url(../images/submit-btn-large.png);
	background-position:center top;
	display:block;
	margin:0 auto;
	margin-left: 5px;
	background-color:none;
	border:0px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:normal;
	-moz-border-radius:10px;
	borer-radius:10px;
	-webkit-border-radius:10px;
}
form input[type=button]:first-child, .button:first-child {
	margin-left: 0 auto;
}
a .button{
	font-weight: normal;
	color: #000;
}
form input[type=button]:hover, a:hover .button {
	background-position:center bottom;
	color:#666;
	font-weight:normal;
}


.submit-btn a {
	height:34px;
	width:100px;
	background-image:url(../images/submit-btn.png);
	background-position:center top;
	display:block;
	margin:0 auto;
}

.submit-btn a:hover {
	background-position:center bottom;
}

.left {
	clear:left;
	float: left;
	width: 310px; 
	padding-right: 70px;
}
.right {
	float:left;
	width:310px;
}

.lower-body input {
	background-color:fff;
	font-size: 20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.lower-body input[type=text] {
	width:360px;
	margin-left: 0px;
}

.lower-body form input[type=button] {
	height:34px;
	width:100px;
	background-image:url(../images/submit-btn-bk.gif);
	background-position:center top;
	display:block;
	margin:0 auto;
	background-color:none;
	border:0px;
	font-weight:normal;
	-moz-border-radius:10px;
	borer-radius:10px;
	-webkit-border-radius:10px;

}

.lower-body form input[type=button]:hover {
	background-position:center bottom;
	color:#666;
	font-weight:normal;
}

.lower-body textarea {
	width:360px;
	margin-left: 0px;
}
.lower-body select {
	background-color:#fff;
	font-size: 20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.lower-body label {
	display:block;
	font-weight:600;
	font-size: 17px;
	margin-top: 5px;
	width:370px;
}

.lower-body .left {
	width: 370px; 
}


.lower-body .right {
	width:370px;
}

.bottom-corner {
margin-left:25px;
}
