div.box_left, div.box_right {
	position	: relative;
	display		: inline-block;
	margin-right	: -4px;
}

/*div#mainblock {
	position	: relative;
	width		: 780px;
	margin		: auto;
}*/

div#subheader {}
	div#subheader div.box_left {
		width		: 300px;
	}
	div#subheader div.box_right {
		width		: 440px;
		text-align	: right;
	}

div#contentblock {
	position	: relative;
	width		: 1024px;
	margin		: auto;
	text-align	: center;
}
	div#contentblock div.box_left {
		width		: 200px;
		vertical-align	: top;
		text-align	: center;
		display		: none;
	}
	div#contentblock div.box_right {
		width		: 100%;
		vertical-align	: top;
	}

ul.file-list {
	position	: relative;
	display		: inline-block;
	overflow	: hidden;
	margin		: 0;
	padding		: 0;
}
	ul.file-list li {
		position	: relative;
		display		: inline-block;
		list-style-type	: none;
		border		: 1px solid #2c456b;
		margin		: 5px;
		background	: white;
		height		: auto;
		width		: 460px;
/* 		height		: 225px; */
		text-align	: left;
		
		-webkit-box-shadow	: 0px 0px 10px rgba(46, 50, 50, .75);
		-moz-box-shadow		: 0px 0px 10px rgba(46, 50, 50, .75);
		box-shadow		: 0px 0px 10px rgba(46, 50, 50, .75);
	}
		ul.file-list li div.image {
			background	: white url(/images/wait.png) center center no-repeat;
		}
		ul.file-list li div.image, div.imageXL {
			position	: relative;
			display		: inline-block;
			width		: 170px;
			height		: 130px;
			line-height	: 130px;
			vertical-align	: top;
			/*background	: white;*/
			margin		: 5px;
			border		: 1px solid #2b2c2e;
		}
			ul.file-list li div.image img, ul.file-list li div.image canvas,
			div.imageXL img, div.imageXL canvas {
				position	: absolute;
				max-width	: 100%;
				max-height	: 100%;
				margin		: auto;
				vertical-align	: middle;
				top		: 0;
				bottom		: 0;
				left		: 0;
				right		: 0;
				/*box-shadow	: 0px 0px 15px black;*/
			}
			/*ul.file-list li div.image img, ul.file-list li div.image canvas {
				position	: relative;
				max-width	: 100%;
				max-height	: 100%;
				margin		: auto;
				box-shadow	: 0px 0px 15px black;
			}*/
		ul.file-list li div.overlay {
			display		: inline-block;
			width		: 185px;
			/*width		: 150px;
			height		: 150px;
			line-height	: 150px;*/
			border		: 1px dotted silver;
			vertical-align	: top;
			text-align	: center;
			position	: relative;
			margin		: 5px;
		}
			ul.file-list li div.overlay.alert {
				border		: 1px solid red;
			}
			ul.file-list li div.image div.overlay div.top {
				position	: absolute;
				top		: 0px;
				left		: 0px;
			}
			ul.file-list li div.image div.overlay div.right {
				position	: absolute;
				top		: 0px;
				right		: 0px;
			}
			ul.file-list li div.image div.overlay div.bottom {
				position	: absolute;
				bottom		: 0px;
				left		: 0px;
			}
			ul.file-list li div.image div.overlay div.left {
				position	: absolute;
				top		: 0px;
				left		: 0px;
			}
		ul.file-list li div.tools {
			position	: relative;
/* 			top		: 15px; */
			right		: 0px;
			display		: inline-block;
			vertical-align	: top;
			width		: 250px;
			/*height		: 150px;*/
			margin		: 7px 7px 7px 0;
/* 			right		: 0px; */
		}
			ul.file-list li div.title {
				background	: #2c456b;
				padding		: 5px;
				text-align	: center;
				color		: white;
				font-size	: 12px;
			}
			ul.file-list li div.tools div.params label.title {
				position	: relative;
				display		: inline-block;
				width		: 75px;
				margin		: 2px;
			}
			ul.file-list li div.tools div.params .forminput {
				position	: relative;
				display		: inline-block;
				width		: auto;
				max-width	: 160px;
				margin		: 2px;
			}
			ul.file-list li /*div.tools*/ div.buttons {
				padding		: 10px 5px 5px 5px;
				text-align	: right;
			}
		ul.file-list li input[type=button], ul.file-list li input[type=button] input[type=submit] {
			padding		: 10px;
		}
		ul.file-list li div.tools select {
			width		: 100% !important;
		}

#drop-area {
	position	: relative;
	display		: inline-block;
	width		: 300px;
	/*height		: 150px;*/
	background	: #2c456b url('/images/icon_upload_file.png') 30px 30px no-repeat;
/* 	padding		: 10px; */
	vertical-align	: top;
	margin		: 5px;
	color		: white;
	text-align	: right;
	
	border		: 1px solid white;
	
	-webkit-box-shadow	: 0px 0px 15px rgba(46, 50, 50, .75);
	-moz-box-shadow		: 0px 0px 15px rgba(46, 50, 50, .75);
	box-shadow		: 0px 0px 15px rgba(46, 50, 50, .75);
	
}
	#drop-area div.description {
		position	: relative;
		display		: inline-block;
		padding		: 30px 10px 10px 30px;
		width		: 160px;
		height		: 100%;
		text-align	: left;
		font-weight	: normal;
		font-size	: 14px;
/* 		background:silver; */
	}
	#drop-area input[type=button] {
		margin-left	: -10px;
/*		position	: absolute;
		bottom		: 15px;
		right		: 15px;*/
	}

#common-tools {
	display		: inline-block;
	width		: 600px;
	/*height		: 170px;*/
	padding		: 10px;
	border		: 1px solid #2c456b;
	vertical-align	: top;
	margin		: 5px;
	text-align	: left;
	vertical-align	: top;
	font-size	: 12px;
}
	#common-tools div.left {
		position	: relative;
		display		: inline-block;
		width		: 250px;
		text-align	: left;
		vertical-align	: top;
	}
	#common-tools div.right {
		position	: relative;
		display		: inline-block;
		width		: 330px;
		text-align	: left;
		vertical-align	: middle;
		padding-left	: 10px;
		border-left	: 1px solid silver;
	}
	#common-tools select {
		width		: 100% !important;
	}

div.progress-bar-container {
	background	: red;
	margin-bottom	: 5px;
}
	div.progress-bar-container div.progress-bar {
		width		: 0%;
		background	: green;
		height		: 15px;
	}
	div.progress-bar-container div.progress-bar-title {
		position	: absolute;
		top		: 0px;
		left		: 0px;
		line-height	: 15px;
		width		: 100%;
		text-align	: center;
		color		: white;
		font-size	: 11px;
	}

.jsTpl {
	display		: none !important;
}

img.size_warning {
	display		: none;
	position	: absolute;
	top		: 10px;
	left		: 10px;
}

.hidden {
	display		: none;
}

#loginFormDiv label, #loginFormDiv input {
	position	: relative;
	display		: inline-block;
	vertical-align	: top;
	width		: 75px;
}
#loginFormDiv input {
	position	: relative;
	display		: inline-block;
	vertical-align	: top;
	width		: 175px;
}

#waitDiv, #waitDivFiles, #waitDivCommonTools {
	position	: relative;
	text-align	: center;
}

img.cropImg {
	max-width	: 800px;
	max-height	: 600px;
	border		: 1px solid silver;
}

.alert, .red {
	color		: red;
}

.green {
	color		: green;
}

#loginFormDiv p.alert {
	font-weight	: bold;
}

div.imageXL {
	border		: none;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 1);
}

div#askObjStep, div#askCalStep {
	max-width	: 800px;
	padding		: 10px;
	text-align	: center;
	font-size	: 1.2em;
}

input[type=button].green, input[type=submit].green {
	background: #1ae500 !important;
	background: -moz-linear-gradient(top, #1ae500 0%, #137500 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ae500), color-stop(100%,#137500)) !important;
	background: -webkit-linear-gradient(top, #1ae500 0%,#137500 100%) !important;
	background: -o-linear-gradient(top, #1ae500 0%,#137500 100%) !important;
	background: -ms-linear-gradient(top, #1ae500 0%,#137500 100%) !important;
	background: linear-gradient(to bottom, #1ae500 0%,#137500 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ae500', endColorstr='#137500',GradientType=0 ) !important;
}

input[type=button].red, input[type=submit].red {
	background: #ff3019;
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}

#contback {
	text-align	: center;
	font-size	: 1.2em;
}
#contback a {
	color		: red;
	padding		: 5px;
}

.calendarUploadNote {
	border		: 1px solid #171f28;
	background	: #D2E5FF;
	text-align	: center;
	padding		: 5px;
	margin		: 10px
}

input.fakeFileInput {
	background	: transparent !important;
	width		: 200px !important;
}

div#content {
	padding		: 10px 30px;
}

.tip {
	background	: url('/images/bulb.png') left center no-repeat;
	padding-left	: 18px;
}

div.tip {
	background	: url('/images/bulb.png') 2px 2px no-repeat;
	padding-left	: 25px;
}

.submenu.fblike-header {
	position	: relative;
	display		: inline-block;
	vertical-align	: bottom;
	text-align	: center;
	padding		: 5px;
	height		: 68px;
	border		: 1px solid rgba(255 ,255, 255, .2);
	width		: 92px;
}

#footer {
	text-align	: left;
	padding		: 10px 0;
}
#footer-right {
	position	: relative;
	float		: right;
	text-align	: right;
	margin		: 20px;
}
#footer-left {
	position	: relative;
	float		: left;
	text-align	: left;
	margin		: 20px;
}

.accept-types {
	text-align: center;
	padding: 10px 15px;
	background: rgba(255,0,0,.75);
	font-weight: bold;
	border-top:1px solid white;
}