body {
	font-size: 75%;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}

#body_container {
	margin: 5px auto 0 auto;
	width: 750px;
}

/* GLOBAL STYLE ------------------------------------------------------------- */
h1 {
	clear: left;
	font-size: 1.5em;
	color: #333;
}

h2 {
	font-size: 1.3em;
	color: #000;
}

h3 {
	font-size: 1.2em;
	color: #333;
	padding: 0;
	margin-top: 0;
}

ul {
	list-style-type: square;
}

hr {
	border: none;
	border-top: 1px #cccccc dashed;
}

a:link, a:visited {
	color: #970065;
}

/* old */
.formHint {
	color: #000;
	font-size: 0.8em;
}

a img {
	border: none;
}
	
form dl {
	margin: 0;
}
	
form dt {
	margin-bottom: .3em;
}
	
form dd {
	margin-left: 0;
	margin-bottom: .3em;
	padding: 0;
}
	
form {
	margin: 0;
	padding: 0;
}

/* HEADER ------------------------------------------------------------------- */
div#header_container {
	float: right;
	margin: 0;
	padding: 0;
}

div#header {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* NAVIGATION --------------------------------------------------------------- */
div#navigation {
	margin: .5em 0 0 0;
	padding: 15px 0 10px 0;
	background-image: url(/images/navigation_rounded_dn_bg.png);
	background-position: bottom;
	text-align: center;
}

ul#navigation_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navigation_list li {
	margin: 0 5px 0 5px;
	padding: 0;
	display: inline;
}

ul#navigation_list li span.divider {
	color: #dedede;
	margin-left: 10px;
}

ul#navigation_list li a:link, ul#navigation_list li a:visited {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

ul#navigation_list li a:hover, ul#navigation_list li a:active {
	
}


/* TRANSFER METHOD ---------------------------------------------------------- */
#transfer_method {
	margin: 10px 0 20px 0;
}

/* CENTER COL DIV ----------------------------------------------------------- */
div#center_column {
	margin: 0;
	padding: 0 25px 25px 25px;
}

/* RIGHT COLUMN ------------------------------------------------------------- */
#folder {
	float: right;
	width: 185px;
	margin: 0;
	padding: 15px 5px 10px 15px;
	/*border: 1px dotted #cccccc;*/
}

#right {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}

div#tip {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}


/* MAIN FORM ---------------------------------------------------------------- */
div#form_container {
	margin: 0;
	padding: 0;
}

input#recipient,input#from {
	font-size: 18px;
	width: 300px;
	margin: 5px 30px 20px 60px;
}

select#recipient {
	font-size: 18px;
	width: 300px;
	margin: 5px 30px 20px 60px;
}

input#recipient2,input#recipient3,input#recipient4 {
	font-size: 12px;
	width: 300px;
	margin: 0 30px 0 60px;
}

input#recipient5 {
	font-size: 12px;
	width: 300px;
	margin: 0 30px 20px 60px;

}

input#submitButton, input#fileInput {
	font-size: 18px;
	margin: 5px 30px 20px 60px;
	padding: 0;
}

textarea {
	margin: 5px 30px 0 60px;
	width: 300px;
	font-size: 1.5em;
}

.message {
	margin: 0 70px 0 60px;
}

.youremail {
	margin: 0 70px 0 60px;
}

fieldset {
	margin: 1em 0;
	border: none;
}

legend {
	margin: 1em 0;
	padding: 0 ;
	background: transparent;
	font-weight: bold;
	color: #970065;
	font-size: 1.1em;
}

label {
	font-weight: bold;
	color: #222;
	font-size: 1.2em;
}

#recipient, #from {
	width: 200px;
}

/* GENERAL CLASSES ---------------------------------------------------------- */
.text {
  text-align: left;
}

.button {
	margin: 0 10px -40px 0;
}

.clear {
	clear: both;	
}

/* OLD ADVERTISING STUFF?? */
#dm-cont{
  margin-top: 35px;
  color: #000;
  border: dotted 1px #dedede;
  padding: 10px;
  width: 480px;
}

#dm-cont a:link, #dm-cont a:visited {
	color: #A3AE38;
}

#dm-cont a:hover, #dm-cont a:active {
	color: #717A21;
}

#cont {
  width: 800px;
  text-align: center;
}

#dm1{
 	padding: 10px 0 0 0;
}

#dm2{
  	float: left;
  	padding: 0 30px 0 0;
}



/* FOOTER ------------------------------------------------------------------- */
div#footer {
	border-top: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	color: #222;
}

div#footer2 {
	/*border-top: 1px solid #dedede;*/
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	background-image: url(/images/footer_rounded_bg.png);
	background-repeat: repeat-x;
}

div#footer2 p.site_credit {
	margin-top: 5px;
	text-align: center;
	color: #777777;
	font-size: 1em;
}

div#footer2 p.file_types {
	padding: 50px 0 0;
	text-align: center;
	color: #777777;
	font-size: 1em;
}

div.footer_list_div {
	float: left;
	margin: 0;
	padding: 0 0 0 50px;
	width: 18%;
}

/* right to left */
div.footer_list_div_rtl {
	float: right;
	margin: 0;
	padding: 0 50px 0 0;
	width: 18%;
}

div.footer_list_div h2 {
	margin-bottom: .2em;;
}

ul.footer_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.footer_list li {
	margin: 0 0 .1em 0;
	padding: 0;
}

ul.footer_list li a:link, ul.footer_list li a:visited {
	margin: 0;
	padding: 0;
}

ul.footer_list li a:hover, ul.footer_list li a:active {
	
}



/*old*/
ul#footer_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#footer_list li {
	margin: 0 0 .5em .5em;
	padding: 0;
	display: inline;
}

ul#footer_list li a:link, ul#footer_list li a:visited {
	margin: 0;
	padding: 0;
}







#simplicity {
	clear: both;
	padding: 20px 0 0 0;
}

#simplicity a:hover {
	background-color: #fff;
}

/* PROGRESS METER */
#progress {
	margin: 0;
	padding: 0;
}

.percentUpload {
	font-size: 1.3em;
	font-weight: bold;
	color: #970065;
}

div#repro_mpg .percentUpload {
	color: #006699;
}

div#repro_triplearc .percentUpload {
	color: #076c70;
}

.margin_top {
	margin-top: 65px;
}

.new {
	color: #00cc00;
}

a.logout {
	color: #cc0000;
	font-weight: bold;
}

#branded_info {
	margin: 20px 0 0 0;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #fbfbfb;
}

#google_ads {
	padding-top: 10px;
	border-top: 1px dashed #cccccc;
	text-align: center;
}

/* NAVIGATION --------------------------------------------------------------- */
ul.nav {
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 0;
}
ul.nav li {
	display: inline;
	margin: 0 20px 0 0;
}

ul.nav li a:link, ul.nav li a:visited {
	margin: 0;
	padding: 0;
	font-weight: bold;
}


#formError {
	color: red;
}

.errorMessage {
	margin-left: 5em;
	font-weight: bold;
	color: red;
}

.statusMessage {

}

.formError {
	background: red;
}

.proLogin {
	width: 40%;
	float: right;
	padding: 1em;
	margin: 0;
}

div.pro_signup {
	margin: 10px 0 0 0;
	padding: 0 10px 15px 10px;
	border: 2px solid #970065;
	background-color: #FA8AF7;
	background-image: url(/images/pro_signup_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
}
div.pro_signup p {
	margin: 0;
	padding: 0;
}
div.pro_signup h2 {
	color: #000000;
}

#cc {
	margin: 0 70px 0 65px;
}

div#cloud {
	border: 1px solid #cccccc;
	background-color: #fbfbfb;
	padding: 20px;
	margin: 15px auto 20px auto;
}

div#cloud-small {
	border: 1px solid #cccccc;
	background-color: #fbfbfb;
	padding: 1em;
	margin: 0 0 1em 0;
	text-align: justify;
}

h3#cloud-small-title {
	border-top: solid 1px #dedede;
	margin: 1em 0 .5em 0;
	padding: .5em 0 0 0;
	font-size: 1em;
}

p.avt { /*adverts*/
	margin: 0 0 15px 0;
	padding: 0;
}

div#right_promo {
	margin: 0;
	padding: 0 0 15px;
}

div#right_promo h4 {
	margin-top: 0;
	font-size: 1em;
}

ul#right_promo_list {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul#right_promo_list li {
	margin: 0 0 1em;
	padding: 0 0 0 1.5em;
	background-image: url(/images/green_tick_icon.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

ul#right_promo_list li a {
	text-decoration: none;
	color: #000;
}


p.retrieval_token {
	border: solid 1px #dedede;
	padding: 1em;
}

.error {
	color: #970065;
}


.branded_ss {
	border: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}

ul.branded_features {
	margin: 25px 0 0 10px;
}

ul.branded_features li {
	margin: 0 0 10px 0;
}

a.nohov:hover, a.nohov:active {
	background-color: transparent;
}

#pro_rebill {
  font-size: 10px;
}

ul.proBenefits {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

ul.proBenefits li {
	background-image: url(/images/green_tick_icon.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 0 0 0 1.5em;
	margin: 0 0 1em 0;
}
	
.gpn_link {
	margin-left: 1.5em;
}
	
ul#languages {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: right;
	display: none;
}

h1#tagline {
	margin: 0;
	padding: 0;
}

h1#tagline a:link, h1#tagline a:visited {
	text-decoration: none;
	color: #777;
}

ul.green_tick {
	list-style-type: none;
	margin: 0;
	padding: 0;
}	

ul.green_tick li {
	background-image: url(/images/green_tick_icon.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 0 0 0 1.5em;
	margin: 0 0 1em 0;
}

div#casestudy_quote_left {
	background-image: url(/images/quote_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 20px 0;
	padding: 0;
}

div#casestudy_quote_right {
	background-image: url(/images/quote_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0;
	padding: 0;
}

div#address_book {
	margin: 0;
	padding: 15px;
}


#add_bk {
	width: 180px;
}

#history {
	width: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: none;
}

#history li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #dedede;
}

#history span.date {
	font-size: 0.8em;
	color: #bbbbbb;
}

p.beta-warning {
	padding: 1em;
	background: yellow;
	border: solid 1px #dedede;
	margin: .5em;
	color: red;
	width: 50%;
	text-align: center;
}

div#creditcard, div#paypal {
	float: left;
	width: 335px;
	margin: 0;
	padding: 0;
}
div#creditcard {
	border-right: 1px solid #970065;
	margin: 0;
}
div#paypal {
	text-align: right;
}




/* FAQ ------------------------------------------------------------------------------------------ */
dl#faq-list {
	margin: 0;
	padding: 0;
}

dl#faq-list dt {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

dl#faq-list dd {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}



p#tired_of_waiting {
	margin: 0 0 5px;
	padding: 0;
}




p#upgrade-message {
	margin: 5px 0;
	padding: 0 15px;
	color: #999;
	display: none;
}


/* Login ------------------------------------------------------------------------------------------ */

div#pro-business-login {
	margin-top: 10px;
}

div#pro-login {
	float: left;
	width: 50%;
	border-right: 1px solid #EFEFEF;
}

div#business-login {
	float: right;
}

.clear {
	both;
}


/* BUTTON */

p.click-button {
	text-align: center;
	background: #990065;
	padding: 0;
	border: 1px solid #970065;
}

p.click-button a:link, p.click-button a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 2px 0;
}

p.click-button a:hover, p.click-button a:active {
	background: #FE77D4;
}


/* AFFILIATES */
dl#affiliate-register-list {
	margin: 0;
	padding: 0;
}

dl#affiliate-register-list dt {
	margin: 0;
	padding: 7px 0 5px 10px;
	float: left;
	width: 200px;
	height: 20px;
}


dl#affiliate-register-list dd {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	height: 22px;
}

dl#affiliate-register-list dt.odd, dl#affiliate-register-list dd.odd {
	background: #fff;
}

dl#affiliate-register-list dt.even, dl#affiliate-register-list dd.even {
	background: #eee;
}



div#affiliate-navigation {
	margin: 0;
	padding: 0;
	background: #970065;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul#affiliate-navigation-list {
	margin: 10px 20px;
	padding: 0;
	list-style-type: none;
	float: left;
}

ul#affiliate-navigation-list li {
	margin: 0 25px 0 0;
	padding: 0;
	float: left;
}

ul#affiliate-navigation-list li a:link, ul#affiliate-navigation-list li a:visited {
	margin: 0;
	padding: 3px 7px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	font-weight: bold;
}

ul#affiliate-navigation-list li a:hover, ul#affiliate-navigation-list li a:active {
	background: #b92287;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

table#aff-reports-table {
	clear: both;
	margin: 15px 0 0;
	padding: 0 0 0;
	border-collapse: collapse;
	font-size: 1.2em;
}

table#aff-reports-table caption {
	text-align: left;
	font-style: italic;
}

table#aff-reports-table tr.odd td {
	background: #fff;
}

table#aff-reports-table tr.even td {
	background: #FFe4FF;
}

table#aff-reports-table th {
	color: #970065;
	border: 1px solid #FEB2EB;
	padding: 6px 6px 6px 6px;
	background: #FEB2EB url(/images/table_th_bg.png) repeat-x;
}

table#aff-reports-table td {
	border: 1px solid #FEB2EB;
	background: #fff;
	margin: 0;
	padding: 6px 6px 6px 6px;
	text-align: center;
}

table#aff-reports-table tr.total td {
	font-weight: bold;
}

table#aff-reports-table td.right {
	text-align: right;
}


/* HELP */
h1#help {
	margin: 10px 0 15px;
	color: #000;
	text-align: center;
}

ul#help-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 700px;
}

ul#help-list li {
	margin: 0;
	padding: 0 0 0 24px;
	width: 205px;
	height: 150px;
	float: left;
}

ul#help-list li h2 {
	margin: 0 0 10px;
}

ul#help-list li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#help-list li ul li {
	margin: 0 0 8px;
	padding: 0 0 0 24px;
	height: 16px;
	width: 176px;
}

ul#help-list li ul li a:link, ul#help-list li ul li a:visited {
	text-decoration: none;
}

/* BILLING */
ul#help-list li#help-billing {
	background: url(/images/icons/bank.png) no-repeat;
}

ul#help-list li#help-billing ul li#help-renewals {
	background: url(/images/icons/arrow_circle.png) no-repeat;
}

ul#help-list li#help-billing ul li#help-invoices {
	background: url(/images/icons/document_text.png) no-repeat;
}

ul#help-list li#help-billing ul li#help-subscribe {
	background: url(/images/icons/pencil__plus.png) no-repeat;
}

ul#help-list li#help-billing ul li#help-unsubscribe {
	background: url(/images/icons/pencil__minus.png) no-repeat;
}


/* UPLOADS */
ul#help-list li#help-uploads {
	background: url(/images/icons/arrow_090.png) no-repeat;
}

ul#help-list li#help-uploads ul li#help-progressbar {
	background: url(/images/icons/progress_bar.png) no-repeat;
}

ul#help-list li#help-uploads ul li#help-mulitple-files {
	background: url(/images/icons/documents_stack.png) no-repeat;
}

ul#help-list li#help-uploads ul li#help-speed {
	background: url(/images/icons/dashboard.png) no-repeat;
}

ul#help-list li#help-uploads ul li#help-stop-transfer {
	background: url(/images/icons/minus_circle.png) no-repeat;
}



/* DOWNLOADS */
ul#help-list li#help-downloads {
	background: url(/images/icons/arrow_270.png) no-repeat;
}

ul#help-list li#help-downloads ul li#help-expired {
	background: url(/images/icons/clock.png) no-repeat;
}

ul#help-list li#help-downloads ul li#help-delete {
	background: url(/images/icons/broom.png) no-repeat;
}

ul#help-list li#help-downloads ul li#help-cant-open {
	background: url(/images/icons/document__exclamation.png) no-repeat;
}

ul#help-list li#help-downloads ul li#help-requests {
	background: url(/images/icons/balloons.png) no-repeat;
}


/* NOTIFICATIONS */
ul#help-list li#help-email {
	background: url(/images/icons/mail.png) no-repeat;
}

ul#help-list li#help-email ul li#help-notifications {
	background: url(/images/icons/mail__exclamation.png) no-repeat;
}

ul#help-list li#help-email ul li#help-link-broken {
	background: url(/images/icons/chain__exclamation.png) no-repeat;
}





/* PRO ACCOUNT */
ul#help-list li#help-pro {
	background: url(/images/icons/user.png) no-repeat;
}

ul#help-list li#help-pro ul li#help-change-email {
	background: url(/images/icons/address_book__pencil.png) no-repeat;
}

ul#help-list li#help-pro ul li#help-pro-login {
	background: url(/images/icons/traffic_light__exclamation.png) no-repeat;
}



/* BUSINESS ACCOUNT */
ul#help-list li#help-business {
	background: url(/images/icons/user_business.png) no-repeat;
}

ul#help-list li#help-business ul li#help-logo {
	background: url(/images/icons/pictures.png) no-repeat;
}

ul#help-list li#help-business ul li#help-add-recipients {
	background: url(/images/icons/users__plus.png) no-repeat;
}

ul#help-list li#help-business ul li#help-suspended {
	background: url(/images/icons/flag.png) no-repeat;
}

ul#help-list li#help-business ul li#help-biz-login {
	background: url(/images/icons/traffic_light__exclamation.png) no-repeat;
}


/* FREE SERVICE */
ul#help-list li#help-free {
	background: url(/images/icons/user_silhouette.png) no-repeat;
}

ul#help-list li#help-free ul li#help-no-support {
	background: url(/images/icons/heart_break.png) no-repeat;
	color: #777;
}


/* OS / WEB BROWSERS */
ul#help-list li#help-os-browsers {
	background: url(/images/icons/television.png) no-repeat;
}

ul#help-list li#help-os-browsers ul li#help-browsers {
	background: url(/images/icons/television_image.png) no-repeat;
}

ul#help-list li#help-os-browsers ul li#help-os {
	background: url(/images/icons/applications.png) no-repeat;
}



/* GENERAL / MISC */
ul#help-list li#help-general {
	background: url(/images/icons/question.png) no-repeat;
}

ul#help-list li#help-general ul li#help-gbp {
	background: url(/images/icons/wallet.png) no-repeat;
}

ul#help-list li#help-general ul li#help-secure {
	background: url(/images/icons/lock.png) no-repeat;
}

ul#help-list li#help-general ul li#short-urls {
	background: url(/images/icons/auction_hammer.png) no-repeat;
}



/* BIZ INTEGRATE */
div#integrate {
	margin: 0;
	padding: 0 20px;
	background: #FFE0FF;
	border: 1px solid #970065;
	text-align: center;
}

div#integrate h4 {
	margin-top: 5px;
	font-size: 1em;
}


/* TWITTER */
ul#twitter-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#twitter-list li {
	margin: 0 0 15px;
	padding: 10px;
	height: 48px;
	background: #fbfbfb;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

ul#twitter-list li img {
	margin: 0 10px 5px 0;
	padding: 0;
	float: left;
	width: 48px;
	height: 48px;
	border: 1px solid #aaa;
}

ul#twitter-list li h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	display: inline;
}

ul#twitter-list li p.date {
	margin: 0;
	padding: 0;
	font-size: .9em;
	display: inline;
	float: right;
	color: #999;
}

ul#twitter-list li p.text {
	margin: 3px 0 0;
	padding: 0;
	font-size: 1em;
}









ul#biz-form-errors {
	padding: 10px 10px 10px 30px;
	border: 2px solid #bf1b1b;
	background: #fae5e5;
	font-weight: bold;
}


div#alternative-biz-pay {
	background: #FDDDF2;
	border: 2px solid #970056;
	padding: 10px;
}

div#alternative-biz-pay h4 {
	margin: 0 0 10px;
}

div#alternative-biz-pay ol {
	margin: 0;
}

div#alternative-biz-pay ol li {
	margin: 0 0 5px;
}
