/* 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;
}

* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

.clearFix {
	clear: both;
}

body {
	background-color: #fb2d29;
}
#wrapper {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	
}

.first {
	height: 850px;
}

.load-box {
	position: relative;
	width: 100%;
	height: 700px;
	background: #fb2d29;
	
	.email {
		width: 500px;
		height: 30px;
		line-height: 30px;
		font-size: 28px;
		font-family: MonoCondensed-Bold;
		padding: 15px;
		background: #ffffff;
		border: #000000 12px solid;
		outline: none;
		resize: none;
		position: absolute;
		margin: 400px 0 0 500px;
	}
	
	#jsUploadFile{
		width:531px;
		height:287px;
		text-align: center;
		background-color: #ffffff;
		position: absolute;
		border: #000000 5px solid;
		margin: 50px 0 0 250px;
		background-image: url(../images/button1.png);
		background-size:cover;
		background-position: center center;
		
		&:hover {
			background-image: url(../images/button1_hover.png);
		}
		
		.dt {
			height:287px;
		}
		
		input {
			width:531px;
			height:287px;
		}
	}	
}
.qq-upload-list {
	display: none;
}

.all-shots {
	
}

.send{
	width: 306px;
	height: 74px;
	background: url('../images/button3.png');
	cursor: pointer;
	position: absolute;
	margin: 545px 0 0 250px;
}

.ajphoto {
	width: 540px;
	float: left;
	margin: 20px;
	background-color: #fff;
	position: relative;
	border: #000000 10px solid;
	
	.cross {
		position: absolute;
		z-index: 10;
		top: 5px;
		right: -25px;
		color: #fff;
		font: 20px/20px Lineatura;
		cursor: pointer;
	}
	img {
		display: block;
	}
}
