/* LESS VARIABLES */
.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	
	.spinner {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
		.border-radius(40px);
	}
}

* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

.clearFix {
	clear: both;
}

body {
	background-color: #0E78FF;
}
#wrapper {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	
}
.wideblock {
	background-color: #FFE0C3;
	width: 100%;
	height: 275px;
	top: 625px;
}

.load-box {
	height: 250px;
	padding-top: 25px;
	background: url(../images/numbers.png) no-repeat 160px 40px;
	
	.user-text {
		width: 255px;
		height: 85px;
		font: 16px/19px 'Octava';
		padding: 20px;
		background: #fff;
		outline: none;
		border: 1px solid #777;
		resize: none;
		position: absolute;
		margin-left: 530px;
	}
	.email {
		width: 255px;
		height: 20px;
		font: 16px/19px 'Octava';
		padding: 20px;
		background: #fff;
		outline: none;
		border: 1px solid #777;
		resize: none;
		position: absolute;
		margin: 150px 0 0 530px;
	}
	
	#jsUploadFile{
		border: 2px dotted #999;
		width:160px;
		height:200px;
		background-color: #fff;
		position: absolute;
		padding: 0 20px;
		margin-left: 220px;
		font: 25px/30px Octava;
		text-decoration: underline;
	}	
}
.thnx {
	width: 1240px;
	height: 275px;
	background: url(../images/thnx.jpg) center center;
	display: none;
}
.qq-upload-list {
	display: none;
}

#user-photo{
	display: none;
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	margin-left: 220px;
}

.buttons {
	.send{
		width: 121px;
		height: 117px;
		background: url('../images/button.png');
		cursor: pointer;
		position: absolute;
		margin: 90px 0 0 860px;
		/*-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;*/
		    
		&:hover {
			background: url('../images/button_hover.png');
		}
	}
}

.ajphoto {
	width: 540px;
	float: left;
	margin: 20px;
	background-color: #fff;
	position: relative;
	.cross {
		position: absolute;
		z-index: 10;
		top: 5px;
		right: -25px;
		color: #fff;
		font: 20px/20px Lineatura;
		cursor: pointer;
	}
	img {
		display: block;
	}
	p {
		padding: 60px 60px 60px 160px;
		display: none;
		word-wrap: break-word;
	}
}