#AppContainer {
	width: 811px;
	height: 410px;
	background-image: url('../images/AppBG.png');
	text-align:left;
	margin: 0 auto;
}

#AppLeft {
	width: 525px;
	float:left;
	margin-right: 11px;
	padding-top: 22px;
	padding-left: 25px;
	position: relative;
}

#AppRight {
	width: 230px;
	float:left;
	padding-left:20px;
}

.TheForm {
	margin-top: 30px;
}

.TheForm input {
	margin-top: 7px;
	margin-bottom: 10px;
	width: 180px;
}

.TheForm select {
	margin-top: 7px;
	margin-bottom: 10px;
	width: 180px;
}

.buttons { 
	margin-left: -20px;
	margin-top: 10px;
}

.buttons img {
	margin-right: 10px;
	border:0;
}

.overlay {
	background: transparent url(../images/marco.png);
	width: 515px;
	height: 367px;
	position: absolute;
	left: 22px;
	top: 16px;
}

.zoomlink {
	float: right;
	margin: 6px 20px 0px 0;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 20px;
	height: 16px;
	background: url(../images/zoom_in.png) no-repeat;
}
.zoomlink a { 
	color: #333;
}