@charset "UTF-8";
#textboxcontent {
	height: 360px;
	width: 370px;
	padding: 15px;
	text-align: left;
	background-attachment: fixed;
	background-image: url(../images/textbox.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	float: left;
}
/* CSS Document */

.container {
	height: 390px;
	width: 715px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	width: 760px;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
img {
}
.synvert {
	float: right;
	height: 390px;
	width: 287px;
}
.footercontent {
	font-family: Arial, Helvetica, sans-serif;
	height: 32px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	background-color: #FFF;
}
.footercontent img {
	right: 35px;
	position: absolute;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	height: 28px;
	width: 240px;
	background-attachment: scroll;
	background-image: url(../images/input.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	margin-left: 30px;
	text-align: left;
	text-indent: 10px;
}
.callback {
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	background-color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

