body {
	font: 13px 'Open Sans', 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	background: #fcfcfc;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	font-size: 20px;
	font-weight: 200;
	margin-top: 0px;
	clear: both;
}

.hdr_blue {
	color: #0099CC;
	font-size: 21px;
}

h2 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px;
	clear: both;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	clear: both;
}

h4 {
	font-size: 15px;
	font-weight: 400;
	margin-top: 0px;
	clear: both;
}


p,td {
	font: 13px 'Open Sans', 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 10px;
	line-height: 1.8em;
}

a:link {
	color: #407bdb;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a:visited {
	color: #407bdb;
}

.hidden {
	display: none;
}

.container {
	width: 945px;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.site_header {
	background-color: #353E42;
	height: 64px;
	color: #FFFFFF;
}

.site_logo {
	float: left;
	padding: 9px 0;
}

/* NAVIGATION */
#nav_top {
	float: right;
	width: 300px;
	height: 29px;
}

#nav_top_content {
	background-color: #424242;
	text-align: center;
}

#nav_top_content a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	margin: 0px;
	padding: 0 10px 0 0;
}

#nav_top_content_lang {
	background-color: #424242;
	text-align: center;
}

#nav_top_content_lang a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#site_nav_container {
	width: 880px;
	margin: 0 auto;
	text-align: center;
}

#nav {
	clear: both;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0 10px 0 10px;
}

#nav li {
	display: block;
	width: 120px;
	height: 27px;
	float: left;
	margin: 0 0 0 0;
}

#nav li a {
	display: block;
	width: 120px;
	height: 27px;
	text-decoration: none;
	padding: 8px 0 0 0;
	color: #FFFFFF;
	font-weight: 500;
	/*text-indent:-900em;*/
	zoom: 1;
}

/*sub nav*/
.site_sub_nav {
	width: 190px;
	float: left;
	text-align: left;
}

.site_sub_nav ul {
	clear: both;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.site_sub_nav li a {
	font-size: 17px;
	color: #407bdb;
	display: block;
	text-decoration: none;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0px;
}

.site_sub_nav li a:hover {
	color: #FFCC00;
	text-decoration: none;
}

.site_sub_second_nav li {
	margin: 0 0 0 5px;
}

.site_sub_second_nav li a {
	font-size: 12px;
	color: #407bdb;
	display: block;
	text-decoration: none;
	font-weight: 500;
}

.site_sub_second_nav li a:hover {
	color: #FFCC00;
}

/* CONTENT */
.breadcrumb {
	font-size: 11px;
	text-transform: lowercase;
	padding: 10px 0 0 249px;
	color: #999999;
}

.breadcrumb a {
	text-decoration: none;
	padding-right: 2px;
}

#site_subheader_container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 50px 0 50px;
}

#site_subheader_container h1 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 45px 0 0 0;
}

.site_content_container { /*spans content of page*/
	width: 945px;
	margin: 0 auto;
	text-align: left;
}

.site_content_text {
	width: 900px;
	padding: 15px 0 70px 0;
	margin: 0 auto;
}

.site_content_text h5 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.01em;
	margin: 0 0 20px 0;
	color: #999999;
}

.site_content_quote {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.site_content_general {
	width: 675px;
	float: right;
}

.site_content_general li {
	font: 13px 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.8em;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
}

.displace {
	position: absolute;
	left: -5000px;
}

.divider_line {
	height: 1px;
	background-color: #EEEEEE;
	margin: 20px 0 20px 0;
}

.site_cols_one {
	float: left;
	width: 344px;
}

.site_cols_one h1 {
	font-size: 20px;
	font-weight: 200;
	margin: 6px 0 15px 45px;
}

.site_cols_one h4 {
	margin-top: 0px;
	padding-top: 0px;
}

.site_cols_two {
	float: right;
	width: 526px;
}

.error_msg_green {
	color: #00CC00;
	font-weight: bold;
}

.error_msg_red {
	color: #FF3300;
	font-weight: bold;
}

/* FOOTER */
#site_footer {
	background-color: #353E42;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
}

#site_footer_text {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#site_footer_text p {
	color: #FFFFFF;
}

#site_footer a {
	color: #407bdb;
}

#site_footer h1 {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 0.01em;
	padding: 10px 0 10px 0;
}

.site_copyright {
	font-size: 13px;
	padding: 35px 0;
	text-align: center;
}

.home_container {
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	background-image: url("/images/screenshots.png");
	background-repeat: no-repeat;
	background-position: 20px 30px;
	height: 300px;
	width: 945px;
	border-bottom: 1px solid #ddd;
}

.home_txt_feature {
	float: right;
	width: 527px;
	margin: 20px 0 0;
	text-align: left;
}

.home_txt_feature h1 {
	font-size: 25px;
	font-weight: 400;
	color: #006494;
	margin-top: 0px;
}

.home_txt_feature p {
	color: #333333;
	margin: 0px;
	line-height: 16px;
}

.home_btn_free {
	float: right;
	height: 96px;
	margin: 23px 25px 0 0;
	width: 513px;
}

.home_col_logos {
	float: left;
	width: 87px;
	text-align: center;
}

.home_col_text {
	float: left;
	width: 413px;
	margin: 0 0 0 25px;
}

.home_col_text h1 {
	font-size: 21px;
	font-weight: 400;
	margin-top: 0px;
}

.home_cols_logos_ext {
	float: left;
	width: 152px;
	margin: 0 0 0 20px;
	text-align: center;
}

.home_cols_quote {
	float: right;
	width: 185px;
	margin: 0;
}

.home_cols_quote h1 {
	font-size: 24px;
	font-weight: 400;
	margin-top: 0px;
	line-height: 25px;
	font-style: italic;
}

/*our conversions tabs*/
.home_our_conv {
	border: 1px solid #a9a9a9;
	border-bottom: 0px;
	padding: 0;
	margin: 20px 0 0 0;
	width: 558px;
}

ul.home_oc_tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 560px;
	border-top: 0px;
	margin-left: -1px;
}

ul.home_oc_tabs li {
	float: left;
	margin: 0;
	padding: 10px 0 14px 0;
	font-size: 12px;
	font-weight: 500;
	color: #333333;
	position: relative;
	width: 112px;
	height: 30px;
	text-align: center;
}

ul.home_oc_tabs li a {

}

ul.home_oc_tabs li a,ul.home_oc_tabs li a:hover {
	text-decoration: none;
	display: block;
	margin-left: -2px;
	margin-top: 8px;
}

/*
.home_oc_right  {
	border-right:1px solid #333333;
	color:#333;
}*/
.home_oc_tab_content {
	display: none;
}

.home_oc_tab_content p {
	padding: 0;
	margin: 0;
}

.home_oc_tab_container {
	clear: both;
	margin: 0;
	padding: 14px;
	height: 120px;
}

* {

}

body {
	background-color: #fcfcfc;
	font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
}

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 {
	margin: 0 auto;
	width: 760px;
	position: relative;
}

.header {
	color: #FFFFFF;
}

.container {
	margin: 0 auto;
	text-align: left;
}

.site_social {
	float: right;
	margin-top: 35px;
}

.site_social a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 54px;
	width: 54px;
}

.site_social a:hover {
	background-position: -54px 0;
}

.site_social a#t {
	background-image: url("/images/twitter.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:link {
	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 .inside,#footer .inside {
	background-color: #ffffff !important;
	padding: 5px 25px;
	border-left: 1px solid #e6e6e6 !important;
	border-right: 1px solid #e6e6e6 !important;
}

#site_ad .inside #ad_l_box {
	float: left;
	width: 184px;
	margin-right: 30px;
}

#site_ad .inside #ad_r_box {
	float: left;
	width: 484px;
	color: #676767;
	font-size: 13px;
	text-align: center;
}

#site_ad .inside #ad_r_box p {
	text-align: justify;
	margin-bottom: 10px;
}

#site_ad .inside #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 .inside #ad_r_box a:hover {
	background-position: 0 -52px;
}

#site_content {
	min-height: 300px;
}

#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;
}

#site_content .inside {
	background-color: #f0f0f0;
	padding: 5px 25px;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
}

#site_content .top_text {
	background-image: url("/images/conversion.png");
	background-position: 100% 0%;
	background-repeat: no-repeat;
	height: 150px;
	padding-right: 300px;
}

#site_content .top_text_inside {
	height: 150px;
}

#site_content .top_text_inside h2 {
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 0;
}

#site_content .top_text_inside p {
	line-height: 16px;
	margin: 20px 0 0;
}

#site_content .top_text_inside p.zeromargin {
	margin: 0;
}

#site_content_container {
	width: 100%;
	/*background: #DCDCDC;*/
	border-radius: 12px;
	/*padding: 30px 20px 20px 20px;*/
	margin-top: 20px;
	position: relative;
}

#browse  {
	background-image:url("/images/upload.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:70px;
	margin:5px 0 0 0;
	width:860px;
	position:relative;
}
#browse-wrap  {
	position:relative;
}
#note  {
	color:#646464;
	font-size:12px;
	text-align:center;
	position: absolute;
	top: 10px;
	width: 100%;
}

#note a {
	margin-left: 5px;
}

#email {
	background-image: url("/images/form.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 70px;
	margin: 10px 0 0 0;
	width: 291px;
	position: relative;
}

#down-note {
	color: #646464;
	font-size: 12px;
	text-align: center;
	margin-top: 25px;
}

#down-note span {
	color: #1E8DC7 !important;
}

#down {
	background-image: url("/images/step2.png");
	background-position: 0 -74px;
	background-repeat: no-repeat;
	height: 74px;
	margin: 5px auto 0;
	width: 850px;
	position: relative;
}

#email-field {
	background-color: transparent;
	border: 0 none;
	height: 30px;
	left: 200px;
	position: absolute;
	top: 19px;
	width: 460px;
	display: none;
	color: #646464;
}

#subscribe {
	color: #646464;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

#guarantee {
	color: #1A8DC7;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

#site_content .step {
	width: 148px;
	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:148px;
	height:70px;
	position:absolute;
	right:0;
	top:0;
}
#site_content #but1 a {
	display:block;
	width:148px;
	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:148px;
	height:70px;
	background-image:url("/images/send.png");
	background-repeat:no-repeat;
	background-position:0 -140px;
}

#site_content .bottom_text {
	margin-top: 50px;
}

#site_content .bottom_text h2 {
	font-size: 28px;
	font-weight: normal;
}

#site_content .bottom_text h3 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
}

#site_content .bottom_text p {
	margin-top: 0;
}

#site_content .bottom_text .bottom_text_left {
	float: left;
	width: 47%;
}

#site_content .bottom_text .bottom_text_right {
	float: right;
	width: 47%;
}

/* Footer Styles */
#footer {
	margin: 13px auto 0;
}

.footer_cols {
	float: left;
	margin: 0 0 10px;
	width: 230px;
	padding-top: 33px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer .m {
	background-image: url("/images/icon3.png");
	width: 190px;
}

#footer .cross {
	background-image: url("/images/icon2.png");
}

#footer .equal {
	background-image: url("/images/icon1.png");
}

.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}

#footer h2 {
	color: #1a8dc7;
	border-bottom: 1px solid #d3d7d8;
	line-height: 32px;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#footer p {
	color: #646464;
	text-align: justify;
	font-size: 13px;
	padding-right: 45px;
	padding-top: 10px;
}

#footer .m p {
	padding-right: 0px;
}

h4 {
	margin-top: 1.25em;
}

.red {
	color: red !important;
}

.loading {
	background-image: url("/images/ajax-loader.gif");
	background-position: 362px 6px;
	background-repeat: no-repeat;
}

.redClass {
	color: #1E8DC7 !important;
	text-decoration: underline !important;
}

.redClass:hover {
	text-decoration: none !important;
}

.button {
	padding: 20px;
	cursor: pointer;
	margin: auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	display: block;
}

.button.green {
	background-color:#00d163;
	background-image:-moz-linear-gradient(center top,#00d163 0%,#21c154 50%,#1fbb52 50%,#33b149 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00d163),color-stop(50%,#21c154),color-stop(50%,#1fbb52),color-stop(100%,#33b149));
	border-color:#50ff68;
	border-radius:3px;
	border-style:solid;
	border-width:1px;
	box-shadow:0 0 3px 0 rgba(0,0,0,.5);
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 -1px 0 #006837;
}

.button.green:hover {
	background-color:#00d163;
	background-image:-moz-linear-gradient(center top,#21c154 0%,#00d163 50%,#1fbb52 50%,#33b149 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21c154),color-stop(50%,#00d163),color-stop(50%,#1fbb52),color-stop(100%,#33b149));
}

.button.red-button {
	background-color: #d10000;
	background-image: -moz-linear-gradient(center top , #d10000 0%, #c12121 50%, #bb1f1f 50%, #b13333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d10000), color-stop(50%, #c12121), color-stop(50%, #bb1f1f), color-stop(100%, #b13333));
	border-color: #ff5050;
	text-shadow: 0 -1px 0 rgba (0,0,0,0.5);
	border-radius:3px;
	border-style:solid;
	border-width:1px;
	box-shadow:0 0 3px 0 rgba(0,0,0,.5);
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
}

.button.red-button:hover {
	background-color: #d10000;
	background-image: -moz-linear-gradient(center top,#c12121 0%,#d10000 50%,#bb1f1f 50%,#b13333 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c12121),color-stop(50%,#d10000),color-stop(50%,#bb1f1f),color-stop(100%,#b13333));
}

#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;
}

.home_featured {
	height: 301px;
}

#ajax-loader {
	display: none;
	background-image: url("/js/popup/ajax-loader.gif");
	width: 16px;
	height: 16px;
	position: absolute;
	top: 9px;
	right: 365px;
}

#site_body {
	min-height: 500px;
	width: 945px;
	margin: auto;
}

#error, #maintenance {
	margin-top: 50px;
}
#error h2, #maintenance h1 {
	font-size: 28px;
}
#error p, #maintenance p {
	font-size: 16px;
}

.line {
	border-bottom: 1px solid #ddd;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 21px;
}

h3 {
	margin: 0;
}

p {
	margin: 0;
}

#subheader .left {
	float:left;
	text-align: left;
	margin-top: 14px;
}

#subheader .right {
	float: right;
}

#download-page #delete-file-link {
	color: #ED1C2E;
	cursor: pointer;
}

#download-page #delete-file-link:hover {
	text-decoration: underline;
}

#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;
}

.col {
	width: 50%;
	float: left;
	overflow: hidden;
}

.payment-selection-popup .button {
	width: 200px;
	margin: 15px auto 0 auto;
}

.payment-selection-popup .col {
	margin: 30px 0;
}

.payment-selection-popup .col.left img {
	margin: 16px 0;
}

#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: 218px;
	float: left;
	font-size: larger;
	text-align: center;
}

#delete-popup .red-button {
	margin-right: 20px;
}

#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 {
	width: 250px;
	height: 60px;
}

#purchase #payment-errors div {
	width: 70%;
	color: red;
	border: 1px solid red;
	padding: 5px;
	margin: 10px auto;
	display: none;
}

#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: #e2e2e2;
	height: 50px;
}

#purchase #price-breakdown tr:first-child td {
	border-top-width: 0;
}

#purchase #price-breakdown td:last-child {
	color: #2C4468;
	font-weight: bold;
	font-size: 20px;
}

#purchase #price-breakdown th {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	height: 50px;
}

#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: rgba(255, 255, 255, 0.6);;
	border-color: #60BA3E;
	border-width: 1px 0;
}

#purchase #price-breakdown .total:first-child {
	border-radius: 0 0 0 8px;
}

#purchase #price-breakdown .total:last-child {
	border-radius: 0 0 8px 0;
}

#purchase #price-breakdown th:first-child {
	border-radius: 8px 0 0 0;
}

#purchase #price-breakdown th:last-child {
	border-radius: 0 8px 0 0;
}

#purchase #price-breakdown #tax td {
	border-top: 1px solid #EBEBEB;
}

#purchase #policies .col {
	width: 430px;
}

#purchase #policies .col.left {
	margin-right: 45px;
}

#shiny-box {
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #BBBBBB;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 1px 1px #FFFFFF inset;
	padding: 20px;
}

#free-download-link {
	font-size: 24px;
	font-weight: bold;
}

.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;
}

/*#site_content #step1,*/
/*#site_content #step2 {*/
/*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;
}

#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;
}
.flashe_step1
{
	background-image: url("/images/step1.png");
}
.flashe_step2
{
	background-image: url("/images/step2.png");
}
/*.jse*/
/*{*/
/*background: #999 url("../images/bg.png") 0 0 repeat;*/
/*}*/


h1 {
	margin: 0 0 1em 0;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.wrapper:after,
.row:after {
	content: "";
	clear: both;
	display: block;
}
.row {
	margin: 1em 0;
}
.col-12 {
	width: 100%;
	clear: both;
}
.col-11 {
	width: 91.666666%
}
.col-10 {
	width: 83.333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.666666%;
}
.col-7 {
	width: 58.333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.666666%;
}
.col-4 {
	width: 33.333333%;
}
.col-3 {
	width: 25%;
}
.col-2_5 {
	width: 20%;
}
.col-2 {
	width: 16.666666%;
}
.col-1 {
	width: 8.333333%;
}
.col-12, .col-11 , .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2_5, .col-2, .col-1 {
	padding: 1em;
	box-sizing: border-box;
}
.col-11 , .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2_5, .col-2, .col-1 {
	float: left;
}
p {
	margin-bottom: 1em;
}
#right-side ul {
	list-style-type: none;
	padding-left:0;
	width: 350px;
}
#right-side ul li.check {
	background: url('https://www.investintech.com/images/2012/icons/other/check.png') -20px 0 no-repeat scroll;
	padding-left: 50px;
	min-height: 44px;
}
#right-side .product-image {
	background: url('https://www.investintech.com/images/2012/boxshots/a2e-box-r.png') center center no-repeat;
	width: 222px;
	height: 270px;
	position: absolute;
	top: -25px;
	right: -35px;
}
img {
	border: none;
	max-width: 100%;
}
.contentbox {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	padding: 20px;
}
#converter-side input[type=button] {
	width: 276px;
	display: block;
	margin: 10px 5px 5px 5px;
	background-color: #dddddd;
	background-image: -moz-linear-gradient(center top , #E8E8E8 0%, #CECECE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(232, 232, 232)), color-stop(100%, rgb(206, 206, 206)));
	border-color: #B3B3B3;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	color: #333;
}
#converter-side input[type=button]:hover {
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	text-decoration: none;
}

#converter-side, #converter-side p {
	color: #fff;
}

label.steps {
	font-weight: bold;
	font-size: 1.25em;
}
label {
	display: block;
	margin: 1em 0;
}
input#image_file {
	background: transparent;
	margin: 0;
}
@media all and (max-width:1024px) {
	.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
		width: 100%;
		float: none;
	}
}
