/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* style */
html, body {height:100%;}
body {
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	margin:0;
	background:#fff;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#969696;
}
a:hover {text-decoration:underline;}
input, textarea, select {
	font-family:Verdana, Geneva, sans-serif;;
	font-size:100%;
	vertical-align:middle;
	color:#000;
	padding:0;
	margin:0;
}
form, fieldset {
	margin:0;
	padding:0;
	border:none;
}
*:focus {outline: none;}
#main-header {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde8e8',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #c5cbd5;
	padding:10px 0 10px;
	text-align:center;
}
.logo {
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#f58025;
	font-size:100%;
	display:inline-block;
}
.logo a {color:#f58025;}
.logo a:hover {text-decoration:none;}
.logo .blue {color:#0f5c9a;}
#main-header .version {
	font-size:9px;
	color:#000;
	position:relative;
	top:-12px;
}
.container {
    	max-width:480px;
	    margin:0 auto;
    /*width: 100%;*/
}
/*
@media only screen and (min-width: 480px) {
    .container {
        width: 480px;
    }
}
*/
/*@media only screen and (min-width: 480px) {
    .container {
        width: 480px;
        margin: 0 auto;
    }
}*/
/*
@media only screen and (min-width: 992px) 
{
    .container {
    	max-width:480px;
	    margin:0 auto;
    }
}
*/
.custom-h2 {
	margin:0;
	color:#0f5c9a;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}
#main {
	border-top:1px solid #e3e5e8;
	position:relative;
}
.content {padding:0 24px 39px;}
.content .text {
	font-size:16px;
	margin:10px 0 0;
	line-height:18px;
}
.content .text.first {
	margin:20px 0 0;
}
.content.full-width {padding:0;}
.message-wrap {
	padding:0 0 19px;
	position:relative;
	margin:23px 0 0;
}
.custom-message {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width:100%;
	overflow:hidden;
}
.message-wrap .bg-arrow {
	background:url(../images/bg-message-arrow.png) no-repeat;
	width:15px;
	height:19px;
	position:absolute;
	left:9.5588%;
	bottom:2px;
}
.message-wrap.red .bg-arrow {background-position:-16px 0;}
.message-wrap.yellow .bg-arrow {background-position:-32px 0;}
.message-inner {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.message-inner .bg-wrap {
	position:relative;
	margin:0 4px;
}
.message-wrap.green .custom-message {border:1px solid #60b515;}
.message-wrap.red .custom-message {border:1px solid #cb3838;color: white;}
.message-wrap.yellow .custom-message {border:1px solid #d9c00b;}
.message-wrap.green .message-inner {
	background: -moz-linear-gradient(top, rgba(117,219,27,1) 0%, rgba(105,199,23,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,219,27,1)), color-stop(100%,rgba(105,199,23,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(117,219,27,1) 0%,rgba(105,199,23,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(117,219,27,1) 0%,rgba(105,199,23,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(117,219,27,1) 0%,rgba(105,199,23,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(117,219,27,1) 0%,rgba(105,199,23,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75db1b', endColorstr='#69c717',GradientType=0 ); /* IE6-9 */
}
.message-wrap.red .custom-message {
	background: -moz-linear-gradient(top, rgba(254,92,92,1) 0%, rgba(232,72,72,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,92,92,1)), color-stop(100%,rgba(232,72,72,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,92,92,1) 0%,rgba(232,72,72,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,92,92,1) 0%,rgba(232,72,72,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,92,92,1) 0%,rgba(232,72,72,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(254,92,92,1) 0%,rgba(232,72,72,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5c5c', endColorstr='#e84848',GradientType=0 ); /* IE6-9 */
}
.message-wrap.yellow .custom-message {
	background: -moz-linear-gradient(top, rgba(243,229,14,1) 0%, rgba(234,183,6,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,229,14,1)), color-stop(100%,rgba(234,183,6,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(243,229,14,1) 0%,rgba(234,183,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(243,229,14,1) 0%,rgba(234,183,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(243,229,14,1) 0%,rgba(234,183,6,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(243,229,14,1) 0%,rgba(234,183,6,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e50e', endColorstr='#eab706',GradientType=0 ); /* IE6-9 */
}
.message-wrap .bg-top, .message-wrap .bg-bottom {
	position:absolute;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:100%;
	left:0;
	overflow:hidden;
}
.message-wrap .bg-top {top:5px;}
.message-wrap .bg-bottom {bottom:5px;}
.message-wrap .bg-top .inner, .message-wrap .bg-bottom .inner {
	height:30px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.message-wrap .bg-top .inner {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.65)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.message-wrap .bg-bottom .inner {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
}
.custom-message .message-text {
	margin:0;
	font-weight:bold;
	font-size:87.5%;
	line-height:18px;
	padding:21px 10px;
	list-style:none;
	position:relative;
}
.custom-message li {margin:5px 0 0;}
.custom-message li:first-child {margin:0;}
.custom-input, .custom-textarea {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#f7f8f9;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:17px 0 0;
}
.custom-input:first-child {margin:10px 0 0;}
.custom-input .inner, .custom-textarea .inner {
	border:1px solid #b8c3d2;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	overflow: hidden;
	padding:0 10px;
}
.custom-input .inner, .custom-input input, .custom-textarea .inner, .custom-textarea textarea {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.custom-input input, .custom-textarea textarea {
	border:0;
	width:100%;
	padding:7px 0;
	color:#000;
}
.custom-textarea textarea {resize:none;}
.btns-wrap {
	margin:20px 0 0;
	overflow:hidden;
}
.custom-btn {
	border:1px solid #5497cf;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:20px 0 0;
}
.custom-btn .action-btn {
	font:16px Verdana, Geneva, sans-serif;
	color:#fff;
	width:100%;
	cursor:pointer;
	padding:5px 0 7px;
	border-color:#91c9f2 #91c9f2 #458ed3;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: -moz-linear-gradient(top, rgba(107,174,225,1) 0%, rgba(67,140,210,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,174,225,1)), color-stop(100%,rgba(67,140,210,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(107,174,225,1) 0%,rgba(67,140,210,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(107,174,225,1) 0%,rgba(67,140,210,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(107,174,225,1) 0%,rgba(67,140,210,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(107,174,225,1) 0%,rgba(67,140,210,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6baee1', endColorstr='#438cd2',GradientType=0 ); /* IE6-9 */
}
.custom-btn .action-btn:hover {text-decoration:none;}
.custom-btn.disabled {
	opacity:0.5;
	filter:alpha(opacity=50);
}
div.custom-btn a.action-btn {
    display: block;
    text-align: center;
    width: auto;
}
*[placeholder] {color: #58677d;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #58677d;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #58677d;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #58677d;}
.custom-list li {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );/* IE6-9 */
	border-width:0 1px 1px;
	border-color:#e7e5e5;
	border-style:solid;
}
.custom-list li:first-child {border-width:1px;}
.stories-list {
	margin:0;
	padding:0;
	list-style:none;
}
div.store-image {
    float: left;
    height: 100%;
    width: 47px;
	margin:2px 0 0;
}
div.store-content .wrap {
	position:relative;
	padding:0 28px 0 14px;
	overflow:hidden;
}
div.store-content .wrap.add {padding:1px 28px 3px 3px;}
div.store-content p {
    margin: 0;
	padding:0 0 1px;
	color:#000;
    font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:15px;
}
a.store-item-link {
	display: block;
	padding:3px 10px 0;
	color:#000;
}
a.store-item-link:hover {text-decoration:none;}
div.store-item {
	/*overflow: auto;*/
	background:url(../images/bg-arror-right.png) no-repeat 100% 50%;
	padding:0 14px 0 0;
}
div.store-content .store-number {
	font-size:14px;
	font-weight:bold;
	line-height:17px;
}
.order-count {
	position:absolute;
	right:0;
	top:50%;
	margin:-9px 0 0;
}
.custom-number {
	background:#63a7de;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:2px 0 0;
	height:19px;
	line-height:15px;
	width:21px;
	display:inline-block;
	text-align:center;
}
.button-link {
    display: block;
    font-size: 16px;
    padding: 12px 0 0;
    text-align: center;
	color:#2b6399;
	text-decoration:underline;
}
input.button-link {
	background:none;
	border:none;
	width:100%;
	cursor:pointer;
}
.button-link:hover {text-decoration:none;}
#comment-field {
    height: 100px;
    width: 100%;
}
.date-label {
	display:inline-block;
	min-width:140px;
	text-align:right;
}
.checkout-form {margin:20px 0 0;}




#waitOverlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('../images/ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}
#confirmOverlay {}
#confirmBox{
	width:214px;
	padding:0 11px;
	position:absolute;
	left:50%;
	top:50%;
	border: 4px solid #f8fcf3;
	background: -moz-linear-gradient(top, rgba(188,224,238,0.9) 0%, rgba(60,124,186,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,224,238,0.9)), color-stop(100%,rgba(60,124,186,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(188,224,238,0.9) 0%,rgba(60,124,186,0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(188,224,238,0.9) 0%,rgba(60,124,186,0.9) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(188,224,238,0.9) 0%,rgba(60,124,186,0.9) 100%); /* IE10+ */
background: linear-gradient(top, rgba(188,224,238,0.9) 0%,rgba(60,124,186,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6bce0ee', endColorstr='#e63c7cba',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 10px 1px #adadad;
	-webkit-box-shadow: 0px 0px 10px 1px #adadad;
	box-shadow: 0px 0px 10px 1px #adadad;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#waitBox { text-align: center;}
#waitBox h1, #confirmBox p{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background:url('../images/header_bg.jpg') repeat-x left bottom #f5f5f5;
	padding: 18px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}
#confirmBox h1 {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:28px 7px 21px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
}
#waitBox h1 {
	letter-spacing:0.3px;
	color:#888;
}
#confirmButtons{
	padding:0 0 31px;
	text-align:center;
}
#confirmBox .button{
	display:inline-block;
	color:white;
	height: 33px;
	font:14px/33px Verdana, Geneva, sans-serif;
	margin-right: 8px;
	text-decoration:none;
	border:none;
	width:94px;
	border:1px solid #5fa0db;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow: 1px 1px 1px #113563;
	filter: dropshadow(color=#113563, offx=1, offy=1);
}

#confirmBox .button:last-child{	margin-right:0;}
#confirmBox .button.blue {
	background: rgb(192,202,224); /* Old browsers */
background: -moz-linear-gradient(top, rgba(192,202,224,1) 0%, rgba(71,137,193,1) 50%, rgba(54,113,167,1) 51%, rgba(42,95,143,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,202,224,1)), color-stop(50%,rgba(71,137,193,1)), color-stop(51%,rgba(54,113,167,1)), color-stop(100%,rgba(42,95,143,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(192,202,224,1) 0%,rgba(71,137,193,1) 50%,rgba(54,113,167,1) 51%,rgba(42,95,143,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(192,202,224,1) 0%,rgba(71,137,193,1) 50%,rgba(54,113,167,1) 51%,rgba(42,95,143,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(192,202,224,1) 0%,rgba(71,137,193,1) 50%,rgba(54,113,167,1) 51%,rgba(42,95,143,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(192,202,224,1) 0%,rgba(71,137,193,1) 50%,rgba(54,113,167,1) 51%,rgba(42,95,143,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0cae0', endColorstr='#2a5f8f',GradientType=0 ); /* IE6-9 */
}
#confirmBox .button.gray {
	background: rgb(205,216,244); /* Old browsers */
background: -moz-linear-gradient(top, rgba(205,216,244,1) 0%, rgba(117,176,228,1) 50%, rgba(81,142,198,1) 51%, rgba(70,126,176,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,216,244,1)), color-stop(50%,rgba(117,176,228,1)), color-stop(51%,rgba(81,142,198,1)), color-stop(100%,rgba(70,126,176,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(205,216,244,1) 0%,rgba(117,176,228,1) 50%,rgba(81,142,198,1) 51%,rgba(70,126,176,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(205,216,244,1) 0%,rgba(117,176,228,1) 50%,rgba(81,142,198,1) 51%,rgba(70,126,176,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(205,216,244,1) 0%,rgba(117,176,228,1) 50%,rgba(81,142,198,1) 51%,rgba(70,126,176,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(205,216,244,1) 0%,rgba(117,176,228,1) 50%,rgba(81,142,198,1) 51%,rgba(70,126,176,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd8f4', endColorstr='#467eb0',GradientType=0 ); /* IE6-9 */
}
#waitBox{
	position:fixed;
	left:48%;
	top:42%;
}
#waitBox img {padding: 14px;}

form.remove-marging div.btns-wrap { margin: 0px;}
form.remove-marging div.btns-wrap div.custom-btn { margin: 0px;}

div.content p.order-title { margin-top: 30px;}

.hidden { display: none !important;}
.photo-wrapper { text-align: center;}
p.photo-title { margin: 0px 0 8px 0; }
.photo-link { background: url('../images/Photo.png') no-repeat; color: transparent; display: inline-block; height: 110px; }
#photosCollection { margin-bottom: 12px;}
input.photo-comment {float: left; margin: 12px 0 0;}
a.button-link.remove-photo {display: inline-block; padding-left: 12px; text-align: left;}
div.photo-item-wrapper {margin-bottom: 4px; width: 100%;}
.hidden-as-div {display:block; width:0px; height:0px;}