html {
	font-size: 100% !important;
}
* {
	font-family:Verdana,sans-serif;
	margin:0;
}
body {
	background-image:url("../images/background.png");
	background-position:0 0;
	background-repeat:repeat-x;
	background-color:#ffffff;

}
h1.home-title,
h3 {
	/* font-size:17px; */
	margin:15px 0 0;
}
/*
#ext_wrap  {
	background-image:url("../images/background-footer.png");
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:35px;
	padding-top:20px;
}
*/
#in_wrap  {
	background-image:url("../images/conjuction.png");
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 auto;
	width:1200px;
	position:relative;
}
#in_wrap #comlink {
	display:block;
	height:43px;
	left:0;
	position:absolute;
	top:0;
	width:220px;
}
#page_wrap,
#copyright_wrap  {
	margin:0 auto;
	width:760px;
	position:relative;
}
.header {
	color:#FFFFFF;
}
.container {
	margin:0 auto;
	text-align:left;
}
.site_logo {
	float:left;
	margin-top:25px;
	max-width: 98%;
}
.site_logo a  {
	background:url("../images/header.png") no-repeat;
	background-size: contain;
	display:block;
	height:91px;
	width:550px;
	max-width: 100%;
}
.site_social {
	float:right;
	margin-top:35px;
}
.site_social a  {
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:30px;
	width:30px;
}
.site_social a:hover  {
	background-position:-30px 0;
}
.site_social a#t  {
	background-image:url("../images/twitter.png");
}
.site_social a#tumblr  {
	text-indent:-9999px;
	overflow:hidden;
	background-image:url("../images/tumblr.png");
}
.site_social a#f  {
	background-image:url("../images/facebook.png");
}
.site_social a#su  {
	background-image:url("../images/stumbleupon.png");
}
.site_social a#d  {
	background-image:url("../images/delicious.png");
}
a,
a:link,
a:visited {
	color:#407BDB;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#site_ad {
	margin-top:20px;
}
#site_ad .top-left, #site_ad .top-right, #site_ad .bottom-left, #site_ad .bottom-right,
#footer .top-left, #footer .top-right, #footer .bottom-left, #footer .bottom-right {
	background-image:url("../images/rounded-white.png") !important;
	/* font-size: 2px; */
	height:5px;
}
.top-left, .bottom-left {
	margin-right:5px;
}
.top-right, .bottom-right {
	margin-left:5px;
	margin-top:-5px;
}
.top-right {
	background-position:100% 0;
}
.top-left {
	width:5px;
}
.bottom-left {
	background-position:0 -5px;
	width:5px;
}
.bottom-right {
	background-position:100% -5px;
}

#site_ad #ad_l_box {
	float:left;
	width:184px;
	margin-right:30px;
}
#site_ad #ad_r_box {
	float:left;
	color:#676767;
	/* font-size: 13px; */
	text-align:center;
	width:480px;
}

#site_content #site_ad #ad_r_box {
	width:440px;
}

#site_ad #ad_r_box p{
	text-align:justify;
	margin-bottom:10px;
}
/*
#site_ad #ad_r_box a{
	background-image:url("../images/trialdownload.png");
	background-position:0 0;
	background-repeat:no-repeat;
	width:354px;
	height:52px;
	margin:0px auto;
	display:block;
}
#site_ad #ad_r_box a:hover{
	background-position:0 -52px;
}
*/
#site_ad #ad_r_box a {
	padding: 0.5em 1em;
	color: #fff;
	font-size: 200%;
	background: #f77f00; /* Old browsers */
	background: -moz-linear-gradient(top,  #f77f00 0%, #d36c00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f77f00), color-stop(100%,#d36c00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f77f00 0%,#d36c00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f77f00 0%,#d36c00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f77f00 0%,#d36c00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f77f00 0%,#d36c00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77f00', endColorstr='#d36c00',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	border-radius: 8px;
	width: auto;
}
#site_ad #ad_r_box a:hover{
	background: #feaa00; /* Old browsers */
	background: -moz-linear-gradient(top,  #feaa00 0%, #da9200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feaa00), color-stop(100%,#da9200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feaa00 0%,#da9200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feaa00 0%,#da9200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feaa00 0%,#da9200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feaa00 0%,#da9200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feaa00', endColorstr='#da9200',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
#site_content {
	margin-top:20px;
}
#site_content .top-left, #site_content .top-right, #site_content .bottom-left, #site_content .bottom-right {
	background-image:url("../images/rounded-gray.png");
	/* font-size: 2px; */
	height:5px;
}

#browse  {
	background-image:url("../images/upload.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:70px;
	margin:5px 0 0 0;
	width:706px;
	position:relative;
}
#browse-wrap  {
	position:relative;
}
#note  {
	color:#646464;
	/* font-size: 12px; */
	margin:10px 0;
	text-align:center;
	height:14px;
}
#note a {
	margin-left: 5px;
}
#down-note  {
	color:#646464;
	/* font-size: 12px; */
	text-align:center;
	margin-top:25px;
}
#down-note span {
	color:#1E8DC7 !important;
}
#email  {
	background-image:url("../images/form.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:70px;
	margin:10px 0 0 0;
	width:250px;
	position:relative;
}
#email-field {
	background-color:transparent;
	border:0 none;
	height:30px;
	left:179px;
	position:absolute;
	top:19px;
	width:350px;
	display:none;
	color:#646464;
}
#subscribe {
	color:#646464;
	/* font-size: 12px; */
	text-align:center;
	margin-top:5px;
}

#guarantee {
	color:#399412;
	/* font-size: 12px; */
	text-align:center;
	margin-top:5px;
}

#site_content .step {
	width:126px;
	height:70px;
	background-repeat:no-repeat;
	background-position:0 0;
	left:0;
	position:absolute;
	top:0;
}
/*
#site_content #step1 {
	background-image:url("../images/step1.png");
}
#site_content #step2 {
	background-image:url("../images/step2.png");
}
*/
#site_content .but {
	width:126px;
	height:70px;
	position:absolute;
	right:0;
	top:0;
}
#site_content #but1 a {
	display:block;
	width:126px;
	height:70px;
	background-image:url("../images/browse.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#site_content #but1 a.hover {
	background-position:0 -70px !important;
}
#site_content #but2 a {
	display:block;
	width:126px;
	height:70px;
	background-image:url("../images/send.png");
	background-repeat:no-repeat;
	background-position:0 -140px;
}


/* Footer Styles */
#footer {
	margin:13px auto 0;

}
.footer_cols {
	float: left;
	margin: 0 5% 10px 0;
	width: 30%;
	padding-top: 33px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer .c3{
	background-image:url("../images/icon3.png");
	margin-right: 0;
}
#footer .c2{
	background-image:url("../images/icon2.png");
}
#footer .c1{
	background-image:url("../images/icon1.png");
}
.clearfloat {
	clear:both;
	/* font-size: 1px; */
	height:0;
	line-height:0;
}
#footer h2 {
	color:#399412;
	line-height:32px;
	/* font-size: 15px; */
	font-weight:bold;
	padding:0;
	margin:0;
}
#footer p {
	color:#646464;
	text-align:justify;
	/* font-size: 13px; */
	padding-top:10px;
}
#footer .m p{
	padding-right:0px;
}
.site_copyright {
	background:url("../images/bg.png") 0 0 repeat;
	color: #FFFFFF;
	min-height: 115px;
	width: 100%;
	margin-top: 1em;
	padding: 1em;
	overflow: hidden;
	box-sizing: border-box;
}
.site_copyright div {
	/* font-size: 10px; */
}
.site_copyright a {
	color:#FFFFFF;
	/* font-size: 10px; */
	text-decoration:none;
}
.site_copyright a:hover {
	text-decoration:underline;
}
.site_copyright #ctext {
	float:left;
	margin-bottom: 1em;
}
.site_copyright #add {
	float: right;
	padding-right: 2px;
	padding-top: 2px;
}


h4 {
	margin-top: 1.25em;
}

.red {
	color:red !important;
	/* font-size: 16px !important; */
}

#ajax-loader {
	display: none;
	background-image: url("/images/ajax-loader.gif");
	width: 16px;
	height: 16px;
	margin: 10px auto;
}

.redClass {
	color:#1E8DC7 !important;
	text-decoration:underline !important;
}
.redClass:hover {
	text-decoration:none !important;
}
#down-buttons {
	text-align:center;
}
#again {
	display:block;
	width:226px;
	height:70px;
	background-image:url("../images/tryagain.png");
	background-position:0 0;
	background-repeat:no-repeat;
	margin:10px auto;
}
#download {
	display:block;
	width:226px;
	height:70px;
	background-image:url("../images/download.png");
	background-position:0 0;
	background-repeat:no-repeat;
	margin:10px auto;
}
#again:hover,#download:hover {
	background-position:0 -70px;
}

#static_content {
	color:#646464;
	/* font-size: 13px; */
	margin:0 auto;
	padding:50px 20px 0 20px;
	text-align:left;
}
#static_content h1  {
	font-size: 2em;
	font-weight:normal;
	padding: 20px 0;
	margin:0;
}
#static_content h1 span {
	/* font-size: 13px; */
}
#static_content h2 {
	font-size: 1.5em;
	font-weight:normal;
	padding: 15px 0 0 0;
	margin:0;
}
#static_content p{
	padding:10px 0;
	margin:0;
}
#static_content ol, #static_content ul {
	margin: 0;
	padding: 10px 0 10px 20px;
}
#static_content ol li {
	padding: 0 0 10px 0;
	margin: 0;
}
#static_content ol li li {
	padding: 0;
	margin: 0;
}
#static_content ul {
	list-style: disc;
}


.grey {
	color: #7E7E7E;
}

.bold {
	font-weight: bold;
}

.larger {
	font-size: larger;
}

.smaller {
	font-size: smaller;
}

.spaced {
	margin: 10px 0;
}

.block {
	display: block;
}

.button {
	padding: 20px;
	border-radius: 8px;
	cursor: pointer;
	margin: auto;
}

.button:hover {
	color: #000 !important;
}

.button.green {
	color: #fff;
	background: #60BA3E;
	background: -moz-linear-gradient(top,  #60BA3E 0%, #348F0D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60BA3E), color-stop(100%,#348F0D));
	background: -webkit-linear-gradient(top,  #60BA3E 0%,#348F0D 100%);
	background: -o-linear-gradient(top,  #60BA3E 0%,#348F0D 100%);
	background: -ms-linear-gradient(top,  #60BA3E 0%,#348F0D 100%);
	background: linear-gradient(top,  #60BA3E 0%,#348F0D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60BA3E', endColorstr='#348F0D',GradientType=0 );
}

.button.red-button {
	color: #fff;
	background: #FF3526;
	background: -moz-linear-gradient(top,  #FF3526 0%, #E71A0C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF3526), color-stop(100%,#E71A0C));
	background: -webkit-linear-gradient(top,  #FF3526 0%,#E71A0C 100%);
	background: -o-linear-gradient(top,  #FF3526 0%,#E71A0C 100%);
	background: -ms-linear-gradient(top,  #FF3526 0%,#E71A0C 100%);
	background: linear-gradient(top,  #FF3526 0%,#E71A0C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3526', endColorstr='#E71A0C',GradientType=0 );
}

.button.orange {
	color: #fff;
	background: #ff8000;
	background: -moz-linear-gradient(top,  #ff8000 0%, #da6c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8000), color-stop(100%,#da6c00));
	background: -webkit-linear-gradient(top,  #ff8000 0%,#da6c00 100%);
	background: -o-linear-gradient(top,  #ff8000 0%,#da6c00 100%);
	background: -ms-linear-gradient(top,  #ff8000 0%,#da6c00 100%);
	background: linear-gradient(top,  #ff8000 0%,#da6c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#da6c00',GradientType=0 );
}

.button.orange:hover {
	color: #fff;
	background: #ffaa00;
	background: -moz-linear-gradient(top,  #ffaa00 0%, #da9100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa00), color-stop(100%,#da9100));
	background: -webkit-linear-gradient(top,  #ffaa00 0%,#da9100 100%);
	background: -o-linear-gradient(top,  #ffaa00 0%,#da9100 100%);
	background: -ms-linear-gradient(top,  #ffaa00 0%,#da9100 100%);
	background: linear-gradient(top,  #ffaa00 0%,#da9100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#da9100',GradientType=0 );
}

.button.blue {
	background: #00aaff; /* Old browsers */
	background: -moz-linear-gradient(top,  #00aaff 0%, #0081c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aaff), color-stop(100%,#0081c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00aaff 0%,#0081c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00aaff 0%,#0081c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00aaff 0%,#0081c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00aaff 0%,#0081c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaff', endColorstr='#0081c1',GradientType=0 ); /* IE6-9 */
}

.hidden {
	display: none;
}

.col {
	width: 50%;
	float: left;
	overflow: hidden;
}

.no-decoration {
	text-decoration: none;
}

.no-decoration:hover {
	text-decoration: none;
}

.no-border {
	border: none;
}

.white-box {
	background-color: #fff;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	padding: 25px;
}

#site_content {
	border: 1px solid #C8C8C8;
	border-radius: 8px;
	background-color: #f0f0f0;
	padding: 20px;
}

#download-page {
	text-align: center;
	overflow: hidden;
	position: relative;
}

#download-page .col {
	margin-top: 30px;
	position: relative;
}

#download-page .file-icon {
	margin: 10px 0;
	max-width: 100%;
}

#download-page #page-count {
	position: absolute;
	right: 110px;
	top: 203px;
	font-family: arial;
	font-size: 3em;
	font-weight: bold;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.35);
}

#download-page #free-download-link {
	display: block;
	margin: 30px 0;
}

#download-page #delete-file-link {
	font-size: smaller;
	color: #ED1C2E;
	cursor: pointer;
}

#download-page #delete-file-link.displaced {
	display: block;
	text-align: left;
	position: absolute;
	bottom: 0;
}

#download-page #delete-file-link:hover {
	text-decoration: underline;
}

#download-page .button {
	width: 200px;
	margin: 10px auto;
}

#download-page.premium #delete-file-button {
	width: 150px;
	padding: 15px 5px;
	font-size: smaller;
	margin-top: 40px;
}

#download-page.three-columns .col {
	width: 33%;
}

#download-page.three-columns .col-body {
	height: 370px;
}

#download-page.three-columns #page-count {
	right: 98px;
}

#download-page.three-columns .col.right .file-icon{
	margin-bottom: 2px;
}

#download-page.three-columns #delete-file-link {
	position: absolute;
	left: 0;
	bottom: 0;
}

.payment-selection-popup .button {
	width: 200px;
	padding: 10px;
	margin: 50px auto 0 auto;
	font-size: larger;
}

.payment-selection-popup .col {
	margin: 30px 0;
}

.payment-selection-popup .payment-icon {
	height: 128px;
}

#purchase {
	text-align: center;
}

#purchase #cc-icons {
	margin-top: 20px;
}

#purchase table {
	margin: 20px auto;
}

#purchase table tr {
	height: 30px;
}

#purchase td.label {
	text-align: right;
	width: 150px;
	padding-right: 10px;
}

#purchase td input, #purchase td .selector {
	display: block;
	float: left;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	width: 260px;
	height: 20px;
	padding: 2px 5px;
	background-color: #fff;
	overflow: hidden;
	outline: 0;
}

#purchase td .selector {
	padding-left: 0;
	width: 265px;
}

#purchase td#exp-date .selector {
	width: 119px;
}

#purchase td#exp-date .selector:first-child {
	margin-right: 20px;
}

#purchase td#exp-date select {
	width: 119px;
}

#purchase td .selector select {
	border: none;
	width: 265px;
	outline: 0;
	background-color: #fff; /* some browsers render it grey when disabled */
}

/* ff draws red border around required input elements - very ugly */
#purchase td .selector select:invalid, #purchase input:invalid {
	box-shadow: none;
}

#purchase td#exp-date input {
	width: 114px;
}

#purchase #cvn {
	width: 114px;
}

#purchase #cvn-info {
	display: block;
	height: 26px;
	float: left;
	margin-left: 20px;
	line-height: 26px;
}

#purchase .submit-button {
	border: none;
	padding: 10px;
}

#purchase #payment-errors {
	width: 70%;
	border: 1px solid red;
	padding: 1px;
	margin: 10px auto;
	display: none;
	font-size: smaller;
}

#purchase #payment-errors div {
	background-color: red;
	color: #fff;
	padding: 5px;
}

#purchase #policies {
	text-align: left;
	margin: 50px 10px 0 10px;
}

#purchase #policies h2 {
	margin-bottom: 30px;
}

#purchase #policies p {
	margin-bottom: 20px;
}

#purchase #price-breakdown {
	margin: 30px auto;
	width: 718px;
	border-collapse: collapse;
}

#purchase #price-breakdown * {
	text-align: center;
}


#purchase #price-breakdown td {
	background: #fff;
	border-color: #999;
	border-style: solid;
	border-width: 1px 0 0 0;
}

#purchase #price-breakdown tr:first-child td {
	border-top-width: 0;
}

#purchase #price-breakdown td:last-child {
	color: #60BA3E;
	font-weight: bold;
	font-size: 1.5em;
}

#purchase #price-breakdown th {
	background-color: #60BA3E;
	color: #fff;
	font-weight: normal;
	border-style: solid;
	border-color: #46842D;
	border-width: 1px 0;
}

#purchase #price-breakdown td {
	color: #7E7E7E;
}

#purchase #price-breakdown th:first-child, #purchase #price-breakdown td:first-child {
	border-left-width: 1px;
}

#purchase #price-breakdown th:last-child, #purchase #price-breakdown td:last-child {
	border-right-width: 1px;
}

#purchase #price-breakdown .total {
	background-color: #DFF9D4;
	color: #000 !important;
	border-color: #60BA3E;
	border-width: 1px 0;
}

#purchase #price-breakdown .total:first-child {
	border-left-width: 1px;
}

#purchase #price-breakdown .total:last-child {
	border-right-width: 1px;
}


#delete-popup #warning {
	width: 400px;
	margin: 20px auto 50px auto;
	font-size: larger;
}

#delete-popup #buttons {
	overflow: hidden;
	margin: 0 auto;
	width: 500px;
}
#delete-popup .button {
	width: 200px;
	float: left;
	font-size: larger;
	text-align: center;
}

#delete-popup .red-button {
	margin-right: 20px;
}

#a2e-blue-ad {
	background: #0081c2;
	width: 706px;
	/*height: 329px;*/
	color: #fff;
	margin: 30px auto 0 auto;
	text-align: left;
	/* NEW */
	border-radius: 8px;
	padding: 28px;
	box-sizing: border-box;
}

#a2e-blue-ad img {
	max-width: 100%;
}

#a2e-blue-ad > div {
	width: 400px;
	/*float: right;
	margin-right: 28px;*/
	/* NEW */
	display: inline-block;
}

#a2e-blue-ad:after {
	content: "";
	clear: both;
}

#a2e-blue-ad .title {
	margin-top: 20px;
	font-size: 2em;
	line-height: 29px;
}

#a2e-blue-ad .body {
	margin-top: 15px;
	font-size: smaller;
}
/* NEW */
.a2e-screens {
	margin-top: 1em;
	margin-bottom: -1em;
}

/*
#a2e-blue-ad .footer {
	margin-top: 100px;
}
*/
#a2e-blue-ad .footer .button {
	width: 250px;
	padding: 10px 0;
	font-size: larger;
	text-align: center;
	text-decoration: none;
	/* NEW */
	max-width: 100%;
}

#subscription-information {
	width: 550px;
	margin: 20px auto;
	text-align: justify;
}

#subscription-info-popup {
	text-align: left;
}

#subscription-info-popup .title {
	text-align: center;
}

#subscription-info-popup .body {
	margin: 40px 0;
}

#subscription-info-popup .footer {
	text-align: center;
}

#subscription-info-popup #subscribe-link {
	width: 200px;
	margin-bottom: 20px;
}

#left-of-content {
	color: #646464;
	/* font-size */: 12px;
	width: 180px;
	position: absolute;
	top: 175px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	left: 8px;
	background: url('/images/cometdocs-bg.png') top center no-repeat;
}
#left-of-content p {
	color: #646464;
	/* font-size */: 12px;
	line-height: 1.5em;
	margin-top: 1em;
}
#left-of-content p.title {
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 32px;
	color: #EE6135;
	margin-top: 0;
}
#left-of-content p.bottom-message {
	font-weight: bold;
	color: #000;
}
#left-of-content a {
	display: block;
	text-align: center;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #c8c8c8;
}
h1.home-title {
	font-family: Arial, Helvetica;
	font-weight: normal;
}

/*New form css*/


.upload_form_cont {
	/*background: -moz-linear-gradient(#ffffff, #f2f2f2);
	background: -ms-linear-gradient(#ffffff, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(#ffffff, #f2f2f2);
	background: -o-linear-gradient(#ffffff, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
	background: linear-gradient(#ffffff, #f2f2f2);

	color:#000;*/
	overflow:hidden;
}
/*
#upload_form {
	float:left;
	padding:20px;
	width:700px;
}
*/
#upload_form {
	width: 100%;
	box-sizing: border-box;
}
#preview {
	background-color:#fff;
	display:block;
	float:right;
	width:200px;
}
#upload_form > div {
	margin-bottom:10px;
}
#speed,#remaining {
	float:left;
	width:100px;
}
#b_transfered {
	float:right;
	text-align:right;
}
.clear_both {
	clear:both;
}
input {
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;

	border:1px solid #ccc;
	/*font-size:14pt;*/
	padding:5px 10px !important;
	border-radius: 4px;

	/*border: 6px solid #6754D0;*/
}
input[type=button] {
	background: -moz-linear-gradient(#ffffff, #dfdfdf);
	background: -ms-linear-gradient(#ffffff, #dfdfdf);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
	background: -webkit-linear-gradient(#ffffff, #dfdfdf);
	background: -o-linear-gradient(#ffffff, #dfdfdf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
	background: linear-gradient(#ffffff, #dfdfdf);
	border-radius: 4px;
}
/*
#image_file {
	width:400px;
}
*/
#image_file {
	padding: 0;
	border: none;
	margin: 1em 0;
}
#progress_info {
	/*font-size: 0.8em;*/
}
#fileinfo,#error,#error2,#abort,#warnsize {
	color:#aaa;
	display:none;
	/*font-size: 0.8em;*/
	font-style:italic;
	margin-top:10px;
}
#progress {
	border:1px solid #ccc;
	display:none;
	float:left;
	height:14px;
	max-width: 80%;

	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;

	background: -moz-linear-gradient(#66cc00, #4b9500);
	background: -ms-linear-gradient(#66cc00, #4b9500);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc00), color-stop(100%, #4b9500));
	background: -webkit-linear-gradient(#66cc00, #4b9500);
	background: -o-linear-gradient(#66cc00, #4b9500);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
	background: linear-gradient(#66cc00, #4b9500);
}
#progress_percent {
	float:right;
}
#upload_response {
	width: 100%;
	color: red;
	text-align: center;
}

#site_content #step1,
#site_content #step2 {
	background: url("../images/bg.png") 0 0 repeat;
	box-sizing: border-box;
	padding: 1em;
	color: #fff;
	border-radius: 8px;
}

#site_content #step1 span,
#site_content #step2 span {
	font-size: 150%;
	font-weight: bold;
}

#site_content #step1 .steps,
#site_content #step2 .steps {
	float: left;
	margin-right: 1em;
}

#site_content #step1:after,
#site_content #step2:after {
	content: "";
	clear: both;
}

#site_content #step1 input[type="file"],
#site_content #step2 input[type="email"] {
	margin: 1em 1em 1em 0;
}

#site_content #step2 #lconsent {
	padding-left: 100px;
	display: block;
}

.swiff-uploader-box {
	display: none;
}