img {
	border: 0;
}

div.box {
	display: block;
	width: 150px;
	height: 212px;
	color: #333;
	cursor: pointer;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.close {
	position: absolute;
	right: 15px;
	top: 15px;
	height: 12px;
	line-height: 11px;
	width: 	12px;
}

.close a {
	display: block;
	height: 12px;
	width: 	12px;
	background: #fff url(/app/assets/images/close.png) 0 0;
	text-indent: -10000px;
}

.close a:hover {
	background: #fff url(/app/assets/images/close.png) -12px 0;
}

div.overlay {
	position: absolute;
	display: none;
	width: 130px;
	height: 190px;
	background: #ff6e13;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	font-size: 10px;
	line-height: 21px;
}

div.overlay a.download,
div.overlay a.share {
	position: static;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-decoration: underline;
}

div.overlay a.download:hover,
div.overlay a.share:hover {
	text-decoration: none;
}

div#drop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
	display: none;
}

div.container {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 444px;
	background: #fff;
	height: 444px;
	margin-left: -247px;
	margin-top: -247px;
	z-index: 101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	padding: 25px;
}

div.container #download_text,
div.container #share_text {
	margin-bottom: 14px;
	width: 355px;
}

span.order {
	font-weight: bold;
}

span.download,
div.container #download_text strong,
div.container #share_text strong {
	font-size: 14px;
	font-weight: bold;
	color: #f0792e;
}

span.download a {
	color: #f0792e;
	text-decoration: underline;
}

span.download a:hover {
	text-decoration: none;
}

div.container #download_text strong em,
div.container #share_text strong em {
	color: #666666;
	font-style: normal;
}

div.container input.text {
	border: 1px #ddd solid;
	font-size: 11px;
	line-height: 28px;
	height: 28px;
	padding: 0;
	width: 432px;
	padding-left: 5px;
	padding-right: 5px;
}

div.container #share_fields input.text,
div.container #share_fields textarea {
 margin-bottom: 4px;
}

div.container textarea {
	border: 1px #ddd solid;
	font-size: 11px;
	line-height: 14px;
	height: 56px;
	padding: 0;
	width: 432px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


div.container input#download_input {
	float: left;
	width: 355px;
}

div.container input#share_input {
	width: 432px;
}


div.container input#share_submit,
div.container input#download_submit {
	border: 0;
	float: right;
}

span#error {
	font-weight: bold;
	color: #f00;
}
