/* 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 {
	
}
#wrapper {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	
}

.load-box {
	position: relative;
	background: url(../images/menu.png) no-repeat;
	width: 563px;
	height: 392px;
	margin-left: 150px;
	margin-top: 40px;
	padding-bottom: 50px;
	
	.email {
		position: absolute;
		top: 248px;
		left: 61px;
		
		width: 452px;
		height: 50px;
		font: 18px/50px 'Octava';
		color: #000;
		background: none;
		padding: 0 20px;
		border: none;
		outline: none;
		resize: none;
		position: absolute;
		
	}
	
	#jsUploadFile1{
		position: absolute;
		top: 6px;
		left: 52px;
		
		width: 194px;
		height: 114px;
		background-color: #fff;
		position: absolute;
		background: url(../images/button1.png);
		.dt {
			height: 100px;
		}
	}
	#jsUploadFile1:hover {
		background: url(../images/button1h.png);
	}
	
	#jsUploadFile2{
		position: absolute;
		top: 6px;
		left: 369px;
		
		width: 194px;
		height: 114px;
		background-color: #fff;
		position: absolute;
		background: url(../images/button2.png);
		.dt {
			height: 100px;
		}
	}
	#jsUploadFile2:hover {
		background: url(../images/button2h.png);
	}
}
.thnx {
	position: relative;
	width: 563px;
	height: 392px;
	margin-left: 150px;
	margin-top: 40px;
	padding-bottom: 50px;
	
	background: url(../images/thnx.png) no-repeat;
	display: none;
}
.qq-upload-list {
	display: none;
}

#user-photo1 {
	display: none;
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 87px;
	background-position: top center;
	background-size: 120px;
	background-repeat: no-repeat;
}

#user-photo2 {
	display: none;
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 404px;
	background-position: top center;
	background-size: 120px;
	background-repeat: no-repeat;
}

.buttons {
	.send{
		width: 158px;
		height: 80px;
		background: url('../images/button3.png');
		cursor: pointer;
		position: absolute;
		top: 363px;
		left: 52px;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		    
		&:hover {
			background: url('../images/button3h.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;
	}
}
