div.faux-wrapper{
	overflow: hidden;
	width: 944px;
	float: left;
	}

div.medium-body{
	width: 584px;
	float: left;
	min-height: 400px;
	}
div.small-body{
	width: 344px;
	float: right;
	min-height: 400px;
	}

div.medium-body-top{
	width: 584px;
	height: 8px;
	background: url(../images/tops_footers.png) no-repeat 0 -16px;
	}
div.medium-body-border{
	width: 584px;
	background: url(../images/medium_body_border.png) repeat-y;
	}
div.medium-body-content{
	width: 578px;
	background: url(../images/medium_body_background.png) repeat-x 0 0 #e2e2e2;
	margin: 0 auto;
	color: #666;
	padding-bottom: 5000em;
	margin-bottom: -5000em;
	}

div.medium-body-bottom{
	width: 584px;
	height: 8px;
	background: url(../images/tops_footers.png) no-repeat 0 -24px;
	float: left;
	}

div.small-body-top{
	width: 344px;
	height: 8px;
	background: url(../images/tops_footers.png) no-repeat 0 -32px;
	}
div.small-body-border{
	width: 344px;
	background: url(../images/small_body_border.png) repeat-y;
	}
div.small-body-content{
	width: 338px;
	background: url(../images/small_body_background.png) repeat-x 0 0 #e2e2e2;
	margin: 0 auto;
	color: #666;
	padding-bottom: 5000em;
	margin-bottom: -5000em;
	}
div.small-body-bottom{
	width: 344px;
	height: 8px;
	background: url(../images/tops_footers.png) no-repeat 0 -40px;
	float: right;
	}

div.medium-body-content h2, div.small-body-content h2{
	font-size: 24px;
	padding: 15px 30px 15px 60px;
	line-height: 32px;
	letter-spacing: -1px;
	}
div.medium-body-content h2#header-contact{
	background: url(../images/icons/icon_contact.png) no-repeat 25px 50%;
	}
div.small-body-content h2#header-tineti-legatura{
	background: url(../images/icons/icon_tineti_legatura.png) no-repeat 25px 50%;
	}
div.medium-body-content p,div.small-body-content p{
	font-size: 14px;
	line-height: 18px;
	padding: 10px 30px;
	}

div.medium-body-content form p{
	padding: 5px 30px;
	}
div.medium-body-content p.error{
	text-align: center;
	color: #f30;
	}
form label{
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
	line-height: 25px;
	}
form input{
	width: 243px;
	height: 17px;
	padding: 3px 10px 5px;
	background: url(../images/input_background.png) no-repeat 0 0;
	border: none;
	font-size: 14px;
	color: #666;
	}
form textarea{
	width: 243px;
	height: 95px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	background: url(../images/textarea_background.png) no-repeat 0 0;
	border: none;
	color: #666;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	}
form button{
	width: 83px;
	height: 26px;
	margin-left: 155px;
	background: url(../images/button_background.png) no-repeat 0 0;
	border: none;
	outline: none;
	font-weight: bold;
	color: #757575;
	cursor: pointer;
	}