
/*----------------------------------------------------*/
/* Perspectives */
/*----------------------------------------------------*/

table#previewpics tr td {
	height: 184px; width: 236px;
	background: url(../images/bg_prevpic.png) no-repeat center;
	text-align: center;
	vertical-align: middle;
}

/*----------------------------------------------------*/
/* Map */
/*----------------------------------------------------*/

img.border {
	border: solid 5px #4f9efc;
}

/*----------------------------------------------------*/
/* Designings of apartaments */
/*----------------------------------------------------*/

table#plan {
	width: 80%;
}
table#plan td {
	width: 40%;
	padding: 10px 0 20px 0;
}
table#plan td img {
	border: solid 1px #465a61;
}
p.imgtitle {
	text-align: center;
	color: #cf5952;
	margin: 0;
	padding: 0 3% 8px 3%;
}

/*----------------------------------------------------*/
/* Contacts */
/*----------------------------------------------------*/

fieldset {
	width: 527px;
	background-color: White;
	border: solid 5px #4f9efc;
	margin: 0 auto 20px auto;
	padding: 10px 0 8px 0;
	text-align: left;
}
fieldset table {
	width: 540px;
}
fieldset table tr td {
	text-align: center;
	padding: 5px 0 6px 4px;
	vertical-align: middle;
}
fieldset table tr td.lf {
	width: 140px;
	text-align: right;
	font-size: 14px;
}
fieldset table tr td.rg {
	width: 400px;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
	border-style: none;
}

input.text,
textarea {
	margin: 0;
	padding: 1px 4px 2px 4px;
	color: #383838;
	background-color: #c4dfff;
	border: solid 1px #414141;
	font-size: 14px;
}
textarea {
	overflow: auto;
}

input.button {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 1px 8px;
	color: White;
	background-color: #dd5508;
	border-style: solid;
	border-width: 1px;
	border-top-color: #e9b2af;
	border-right-color: #e9b2af;
	border-bottom-color: #6e2f2b;
	border-left-color: #6e2f2b;
}