body {
	margin: 10px 0 0;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0px;
}
#page {
	width: 800px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
#top {
	width: 236px;
	height: 129px;
	margin: 0 auto -32px;	
}
#bar {
	width: 500px;
	height: 43px;	
	background: url(../img/topBg.png) repeat-x;
	margin: 0 auto;
	padding-left: 80px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#bar a {
	height: 23px;	
	padding: 15px 20px 5px 20px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: left;
	text-shadow: 1px 1px 1px #FFF;
	display: block;
}
#bar a:hover {
	text-decoration: underline;
}
#formBox {
	width: 436px;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}
#formBox #formBoxTop {
	width: 436px;
	height: 40px;
	position: relative;
}
#formBox #formBoxTop .tab {
	width: 140px;
	height: 29px;
	background: url(../img/tab.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	margin-left: 30px;
	text-align: center;
	color: #606060;
	position: absolute;
	cursor: pointer;
	float: left;
}
#formBox #formBoxTop .tabInactive {
	height: 23px;
	padding-top: 18px;
	background-position: 0px -41px;
	cursor: pointer;
	color: #808080;
}
#formBox #formBoxTop .tabLeft {
	
}
#formBox #formBoxTop .tabRight {
	right: 30px;
}
#formBox #formBoxBody {
	width: 434px;
	height: auto;
	background: url(../img/greyBg.png) repeat-x;
	border: 1px solid #E7E7E7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#formBox #formBoxBody .formInputs {
	width: 396px;
	height: auto;
	min-height: 110px;
	margin: 0 auto;
}
.progressBar {
	width: 500px;
	height: 30px;
	border-radius: 20px;
	background-color: #F0F0F0;
	box-shadow: -1px -1px 0px #fff;
	overflow: hidden;
	margin: 0px auto 0;
	position: relative;
	display: none;
}
.progressBar span {
	width: 0;
	height: 30px;
	background: url(../img/progressBarBg.png) repeat-x;
	display: block;
}
#progressTitle {
	font-size: 30px;
	color: #3e9de7;
	text-align: center;
	padding: 10px;
	font-family: 'Conv_Brandy';
	text-shadow: 0 0 1px #fff;
	display: none;
	margin: -90px auto 0;
}
#imagePreview {
	width: auto;
	height: auto;
	background: #f4f4f4 url(../img/greyBg.png) repeat-x bottom;
	border: 1px solid #E7E7E7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 20px auto 0;
	padding: 10px 10px 30px 10px;
	position: relative;
	display: none;
}
#fileInfoBox {
	width: 396px;
	height: 30px;
	margin-bottom: 20px;
	color: #808080;
	text-align: center;
	display: none;
}
#formBox #formBoxBody .formBoxForm {
	width: 356px;
	height: 85px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
#formBox #formBoxBody .formBoxForm span {
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #FFF;
	color: #696969;
	display: block;
}
#formBox #formBoxBody .formBoxForm .btnFile {
	width: 153px;
	height: 51px;
	background: url(../img/btnFile.png) no-repeat;
	cursor: pointer;
	margin: 0 auto;
}
#formBox #formBoxBody #formBoxBtn {
	width: 436px;
	height: 51px;
	text-align: center;
}
#formBox #btnSubmit {
	width: 436px;
	height: 50px;
	text-align: center;
	position: relative;
	top: -20px;
}
#btnSend {
	width: 153px;
	height: 51px;
	border: 0px;
	background: url(../img/btnVlep.png) no-repeat;
	position: relative;
	bottom: -13px;
	margin: 0 auto;
	cursor: pointer;
}
#fileDad {
	height: 50px;
	padding-top: 34px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	border: 4px dashed #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
}
.fileDadHover {
	border-color: #999!important;
}
#advancedBtn {
	cursor: pointer;	
}
#loader {
	width: 412px;
	background-color: #F3F3F3;
	text-align: center;
	padding-top: 10px;
	left: 11px;
	position: absolute;	
	z-index: 100;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	display: none;
}
#loader img {
	margin-top: 6px;
}
#errorFile {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	color: #FF0000;
}
#overlay {
	background: url(../img/overlayBg.png) repeat;
	display: none; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 1000;
}
.links {
	width: 462px;
	margin: 30px auto;	
}
.links .title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #666;
}
.inputLink {
	width: 462px;
	height: 29px;
	background: url(../img/inputLong.png) no-repeat;
	margin-bottom: 10px;
}
.inputLink span.name {
	width: 104px;
	padding-top: 8px;
	text-align: center;
	color: #646464;
	text-shadow: 1px 1px 0px #F5F5F5;
	font-weight: bold;
	display: block;
	float: left;
}
.inputLink span.link {
	color: #999;
	padding: 8px 8px 0 10px;
	display: block;
	float: left;
}
.inputLink input {
	width: 338px;
	background: transparent;
	font-size: 11px;
	color: #999;
	border: 0px;
	padding: 8px 8px 0 10px;
	display: block;
	float: left;
}
.social {
	width: 500px;
	margin: 20px auto 0;
	text-align: center;
}
.imageConfirmBox {
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px;
	background: #EBEBEB url(../img/greyBg.png) repeat-x;
	border: 1px solid #E7E7E7;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: table;
}
.imageConfirmBox img {
	border: 1px solid #E7E7E7;
	display: block;
}
.imagesList {
	width: 690px;
	height: 100%;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}
.imagesList a {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}
.imagesList img {
	border: 5px solid #E7E7E7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.infoCloud {
	width: 355px;
	height: 266px;
	background: url(../img/cloud.png) no-repeat;
	position: absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.infoCloud .arrow {
	width: 12px;
	height: 15px;
	background: url(../img/cloudArrow.png) no-repeat;
	position: absolute;
	left: -12px;
}
.infoCloudBlue {
	width: 200px;
	height: auto;
	background-color: #BBD4F6;
	color: #276FCD;
	padding: 10px;
	border: 1px solid #4087E5;
	line-height: 16px;
	position: absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px 1px #ccc;
	-webkit-box-shadow: 0px 0px 4px 1px #ccc;
	box-shadow: 0px 0px 4px 1px #ccc;
}
.infoCloudBlue .arrow {
	width: 12px;
	height: 15px;
	background: url(../img/cloudArrowBlue.png) no-repeat;
	position: absolute;
	left: -12px;
}
.infoFileCloud {
	left: 447px;
	top: -4px;
}
.boxHidden {
	width: 396px;
	height: 50px;
	margin: 0 auto;
}
.boxHidden .hiddenBody {
	width: 396px;
	height: 0px;
	padding-top: 26px;
	background: url(../img/bottomShadowBg.png) no-repeat bottom;
	overflow: hidden;
}
.boxHidden .btnAdvanced {
	width: 396px;
	height: 20px;
	background: url(../img/whiteLine.png) no-repeat top;
	text-align: center;
}
.boxOptions {
	width: 500px;	
}
.boxAdvanced {
	width: 500px;
	margin: 0 auto;	
	margin-top: 20px;
}
.boxAdvancedSimple {
	text-align: center;
}
.box {
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px;
	background: #EBEBEB url(../img/greyBg.png) repeat-x;
	border: 1px solid #E7E7E7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box .boxHeader {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	color: #414141;
}
.box .boxContent {
	padding: 4px;
}
.form {
	color: #333;	
}
.form .label {
	width: 100px;
	height: 24px;
	padding-top: 8px;
	text-align: right;
	float: left;	
}
.form .desc {
	height: 92px;
}
.form .input {
	width: 385px;
	height: 32px;
	text-align: left;
	float: right;	
}
.form .input span {
	width: 30px;
	height: 26px;
	padding-top: 4px;
	float: left;
	display: block;	
}
.form .inputCheckbox {
	height: 28px;
	padding-top: 4px;
}
.form .textarea {
	width: 385px;
	height: 100px;
	float: right;	
}
.form .btnSubmit {
	height: 44px;
	padding-top: 10px;
	clear: both;
	text-align: center;	
}
.middleBox {
	width: 240px;
}
.hide {
	display: none;
}
.center {
	text-align: center;
}
.clear {
	height: 0px;
	clear: both;
}

/************ FORMS **************/
fieldset, input, textarea, select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
form input,
form select,
form textarea {
	padding: 5px;
	font-size: 12px;
	background: #FFF url(../img/inputBg.png) repeat-x;
	color: #8B8B8B;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #D7D7D7;
}
form input {
	height: 17px;
}
form textarea {
	resize: none;
}
/*form input:hover, form textarea:hover {
	-moz-box-shadow: 0px 0px 4px 2px #ccc;
	-webkit-box-shadow: 0px 0px 4px 2px #ccc;
	box-shadow: 0px 0px 4px 2px #ccc;
}*/
form .middle-input {
	width: 250px;
}
form .url-input {
	width: 350px;
}
form .textarea {
	width: 400px;
	height: 140px;
}
form .textareaDesc {
	width: 350px;
	height: 80px;	
}
form input.error, form textarea.error { 
	border: 1px solid #A51313; 
}
form label.error  {
	margin-top: 4px;
	color: #A51313;
	font-size: 9px;
	font-weight: normal;
	padding-left: 4px;
}
input.blueInput {
	width: 123px;
	height: 18px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #5EA2E8;
	font-size: 11px;
	color: #8B8B8B;
}
input.blueInput:hover {
	border-color: #FFF;
}
input.submitSend {
	width: 153px;
	height: 51px;
	border: 0px;
	background: url(../img/btnVlep.png) no-repeat;
	cursor: pointer;
}
input.submitSendInactive {
	background-position: 0px -51px;
	cursor: none;
}
input.blueBtn {
	width: auto;
	height: 44px;
	border: 1px solid #0079C3;
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background: url(../img/blueBtnBg.png) repeat-x;
	cursor: pointer;
}
input.blueBtn:hover {
	border-color: #005E98;
	color: #FFF;
}

@font-face {
	font-family: 'Conv_Brandy';
	src: url('../fonts/Brandy pl.eot');
	src: local('☺'), url('../fonts/Brandy pl.woff') format('woff'), url('../fonts/Brandy pl.ttf') format('truetype'), url('../fonts/Brandy pl.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#fileInput {
	display: none;
}
#status {
	font-size: 32px;
	color: #ff0000;
	text-align: center;
	padding: 10px;
	font-family: 'Conv_Brandy';
	display: none;
	margin: 40px auto 0;
}
#percent {
	font-size: 24px;
	color: #3e9de7;
	text-align: center;
	padding: 10px;
	font-family: 'Conv_Brandy';
	text-shadow: 0 0 1px #fff;
	display: none;
	margin: 50px auto 0;
}
