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

#container {
	position:relative;
	width:536px;
	text-align:center;
	margin:0;
}
p {
	margin: 9px;
}
body {
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	font-family:Century Gothic;
	font-size:13px;
	text-align:center;
	background-color:#D2E3F9;
	padding:10px;
	margin: 0;
	top: 0px;
}

textarea {
	background-color:none;
	width:345px;
	height:120px;
	font-size:14px;
	font-family:Century Gothic;
	color:#333;
	border:1px solid #666666;
	text-align:center;
}

input:focus, textarea:focus {
	background-color:#FFC;
}

input {
	background-color:none;
	width:345px;
	height:25px;
	font-size:14px;
	font-family:Century Gothic;
	color:#333;
	border: 1px solid #666666;
	text-align:center;
}

.inputcustom {
	background-color:none;
	border:none;
	width:23px;
	height:12px;
	font-size:14px;
	font-family:Century Gothic;
	color:#333;
	margin-left:10px;
	text-align:center;
}

.selectcustom {
	background-color:none;
	width:348px;
	height:25px;
	font-size:14px;
	font-family:Century Gothic;
	color:#333;
	text-align:center;
}
#maincontent {
	position:relative;
	width:580px;
	height: 560px;
	background-color:#FFF;
	text-align:left;
	margin:5px;
	top:0px;
	font-family: "Century Gothic";
	font-size: 17px;
	padding: 5px;
	border: 1px solid gray;
}
.feedbackform {
	position:absolute;
	top: 0px;
	left: 0px;
	font-family:Century Gothic;
	text-align:center;
	width: 453px;
	font-size:13px;
	height: 609px;
	line-height: 1.1;
}

div.submit1 input {
	display: block;
	background-image:url(images/sendbuttonappointment.jpg);
	background-position:0 0;
	cursor:pointer;
	border:0px;
	width: 262px;
	height: 27px;
	position: absolute;
	top: 517px;
	left: 95px;
}

