@import "/style/terms-and-conditions.css";

/* =========================================
    main layout (columns, footer, nav, etc.)
   ========================================= */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f8f8f8;
  font: 100%/1.5 arial, verdana, sans-serif;
  color: #000;
}

#container {
  width: 780px;
  margin: 0 auto;
  padding: 60px 0 20px 0;
  text-align: left;
  position: relative;
}

#container_only {
  width: 530px;
  margin: 0 auto;
  padding: 60px 0 20px 0;
  text-align: left;
}

#header {
  margin-bottom: 20px;
}

#content {
  width: 518px;
  float: left;
  border-right: 2px solid #e6e6e6;
  margin-bottom: 40px;
}

#container_only #content {
  float: none;
  border: none;
}


#infobar {
  border-left: 1px solid #e6e6e6;
  margin-bottom: 40px;
  margin-left: -2px;
  padding-left: 40px;
}

#footer, #navigation {
  clear: both;
}


/* ---- main navigation - */
#navigation {
  width: 740px;
  background: #000000 url(/images/navbgleft.gif) no-repeat bottom left;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 0;
}

#navigation form {
  margin: 0;
}

#navigation ul {
  list-style-type: none;
  width: 495px;
  float: left;
  margin-left: 3px;
}

#navigation li {
  margin: 0;
  padding: 8px 5px 0 10px;
  float: left;
  display: inline-block;
  background-color: ##000000;
}

#navigation li.last {
  float: none;
}

#navigation a {
  text-decoration: none;
  text-transform: uppercase;
}

#navigation a:link, #navigation a:visited {
  color: #fff;
}

#navigation a:hover, #navigation a:active, #navigation a:focus {
  color: #ff9900;
}

/* (nav 'you-are-here' indicator) */
body#homepage #navigation a#homenav,
body#loginpage #navigation a#loginnav,
body#tourpage #navigation a#tournav,
body#buzzpage #navigation a#buzznav,
body#pricesignuppage #navigation a#pricingsignnav,
body#uploadtoolspage #navigation a#uploadtoolsnav,
body#supportfaqpage #navigation a#supportfaqnav,
body#businessplanpage #navigation a#multiusernav,
body#partnerspage #navigation a#partnersnav,
body#forumpage #navigation a#forumnav {
  color: #ff9900;
}

#navigation fieldset {
  background: url(/images/navbgright.gif) no-repeat bottom right;
  height: 30px;
  padding-top: 5px;
}

#navigation legend, #navigation label {
  display: none;
}

#navigation input {
  width: 70px;
  float: left;
  border: 1px solid #555;
  font-size: 1em;
  padding: 2px;
  margin-top: 2px;
  margin-right: 3px;
  background-color: #fff;
}

#navigation div button {
  margin-top: 2px;
  margin-left: 2px;
  border:none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  width: 55px;
}




/* T2 Main Navigation */


#t2-navigation {
	width: 740px;
	background: #000000 url(/images/t1-navbgleft.jpg) no-repeat bottom left;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 0;
}

#t2-navigation form {
  margin: 0;
}

#t2-navigation ul {
  list-style-type: none;
  width: 495px;
  float: left;
  margin-left: 3px;
}

#t2-navigation li {
  margin: 0;
  padding: 8px 5px 0 10px;
  float: left;
  display: inline-block;
  background-color: ##000000;
}

#t2-navigation li.last {
  float: none;
}

#t2-navigation a {
  text-decoration: none;
  text-transform: uppercase;
}

#t2-navigation a:link, #t2-navigation a:visited {
  color: #fff;
}

#t2-navigation a:hover, #t2-navigation a:active, #t2-navigation a:focus {
  color: #ff9900;
}


#t2-navigation fieldset {
  background: url(/images/t1-navbgright.jpg) no-repeat bottom right;
  height: 30px;
  padding-top: 5px;
}

#t2-navigation legend, #t2-navigation label {
  display: none;
}

#t2-navigation input {
  width: 70px;
  float: left;
  border: 1px solid #555;
  font-size: 1em;
  padding: 2px;
  margin-top: 2px;
  margin-right: 3px;
  background-color: #fff;
}

#t2-navigation div button {
  margin-top: 2px;
  margin-left: 0px;
  border:none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  width: 55px;
}

/* End T2 Main Navigation */


#footer {
  font-size: 0.8em;
  line-height: normal;
  clear: both;
}

#footer p {
  margin-bottom: 0;
}

#footer ul {
  list-style-type: none;
}

#footer li {
  float: left;
  display: inline-block;
  padding-right: 5px;
  margin-right: 5px;
  margin-left: 0;
  border-right: 1px solid #000;
}

#footer li.last {
  float: none;
  border: none;
}


/* =========================================
    site-wide rules
   ========================================= */

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

a:hover, a:active, a:focus {
  color: #444;
}

h1, h2, h3, h4, form, p, blockquote, ul, ol {
  margin: 0 20px;
}

blockquote p {
  margin: 0 0 15px 0;
}

form, p, ul, ol, dl {
  font-size: 0.75em;
}

fieldset {
  border: none;
}

h2 {
  font-size: 1em;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 20px;
}

h3 {
  font-size: 0.75em;
  line-height: normal;
  font-weight: bold;
}

li {
  margin-left: 20px;
}

p {
  margin-bottom: 15px;
}

table {
  margin: 0 0 40px 20px;
  border-collapse: collapse;
}

th, td {
  vertical-align: top;
  padding: 4px;
  width: 140px;
  border-top: 2px solid #e0e0e0;
  font-weight: normal;
  font-size: 0.75em;
  text-align: left;
}


#tryout {
  position: relative;
  overflow: hidden;
}

#tryout a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-decoration: none;
  padding-top: 150px;
}


#newsletter {
  margin-top: 15px;
  overflow: auto;
}

#newsletter h2 {
  font-size: 0.75em;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 0;
}

#newsletter p {
  margin-right: 15px;
  margin-bottom: 0;
}

#newsletter fieldset {
  border: none;
}

#newsletter legend, #newsletter label {
  display: none;
}

#newsletter input {
  width: 110px;
  float: left;
  margin-top: 3px;
  background-color: #fff;
}

#newsletter div button {

}



#emailsupport {
  margin-top: 24px;
}

#emailsupport h2 {
  margin-bottom: 0;
  padding: 10px 0 10px 40px;
  background: url(/images/support.gif) no-repeat 0 0;
}


.signupthankyou {
  color: #ef6c16;
  font-size: 1.4em;
  line-height: normal;
}


/* =========================================
    site-wide page areas
   ========================================= */
/* ---- header - */
#header h1 {
 width: 254px;
 height: 64px;
 background:url("/images/dropsendlogo.png") center center no-repeat;
 text-indent: -9999em;
 -background: none;
 -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dropsendlogo.png', sizingMethod='scale');
}


/* ---- infobar - */
#infobar #tryout {
  margin-top: 80px;
  margin-bottom: 20px;
  width: 220px;
  height: 105px;
}

#infobar #tryout a {
  width: 220px;
  height: 105px;
  background: url(/images/tryfree2.gif) no-repeat top left;
}

#infobar p {
  margin-bottom: 0;
}

#infobar #newsletter {
  margin-top: 0;
}

/* =========================================
    home page
   ========================================= */

body#homepage #header {
  margin-bottom: 0;
}

#tagline {
  background: url(/images/sendstoreeasy.gif) no-repeat top right;
  font-size: 1.4em;
  font-weight: normal;
  line-height: normal;
  color: #4d4d4d;
  margin-top: -20px;
  margin-bottom: 0;
  padding: 35px 150px 10px 0;
  min-height: 63px;
}

#testimonmsg {
  margin-bottom: 0;
  font-size: 0.7em;
  font-style: italic;
  text-align: center;
  color: #027abb;
}

#mainflash {
  margin: 5px 20px 0 0;
  width: 490px;
  float: right;
}

#dropsenduses {
  margin: 16px 20px 0 0;
  clear: right;
  width: 490px;
  float: right;
  color: #ef6c16;
}

#dropsenduses h3, #dropsenduses ul {
  margin-left: 1px;
  margin-right: 0;
  font-size: 0.75em;
}

#dropsenduses ul {
  list-style-type: none;
}

#dropsenduses li {
  float: left;
  width: 210px;
  margin-right: 20px;
  margin-left: 0;
  padding-left: 10px;
  color: #4d4d4d;
  background: url(/images/bullet_orange_lightbg.gif) no-repeat 0 0.5em;
}

#tryout {
  margin-top: 15px;
  width: 234px;
  height: 105px;
}

#tryout a {
  width: 234px;
  height: 105px;
  background: url(/images/tryfree1.gif) no-repeat top left;
}


#sendfilesinfo {
  clear: both;
  margin: 0 10px 0 20px;
  background: #ccc url(/images/sendfiles_mainbg.jpg) no-repeat 0 100%;
}

#sendfilesinfo, #storefilesinfo {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  float: left;
  width: 365px;
  color: #fff;
  min-height: 300px;
}

#storefilesinfo {
  background: #ccc url(/images/storefiles_mainbg.jpg) no-repeat 0 100%;
}

.infomain {
  float: left;
  width: 235px;
  padding-top: 15px;
  background: url(/images/darktopleftcorner.jpg) no-repeat 0 0;
}

.infohowto {
  margin-left: 230px;
}

.infoimg {
  margin: 10px 10px 10px 15px;
}

#sendfilesinfo .infohowto {
  background: url(/images/greentoprightcorner.jpg) no-repeat 100% 0;
}

#storefilesinfo .infohowto {
  background: url(/images/bluetoprightcorner.jpg) no-repeat 100% 0;
}

#sendfilesinfo h2, #sendfilesinfo h3, #storefilesinfo h2, #storefilesinfo h3 {
  font-size: 0.95em;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 10px 0 15px;
}

#sendfilesinfo .infohowto h3 {
  background: url(/images/sendfile.gif) no-repeat 0 44px;
  padding-top: 85px;
  margin-bottom: 5px;
}

#storefilesinfo .infohowto h3 {
  background: url(/images/uploadfile.gif) no-repeat 0 44px;
  padding-top: 85px;
  margin-bottom: 5px;
}

#sendfilesinfo p, #sendfilesinfo ul, #storefilesinfo p, #storefilesinfo ul {
  margin: 5px 10px 0 15px;
}

#sendfilesinfo ul, #storefilesinfo ul {
  list-style-type: none;
}

#sendfilesinfo ul li, #storefilesinfo ul li {
  margin-left: 0;
  padding-left: 10px;
  background: url(/images/bullet_orange_darkbg.gif) no-repeat 0 0.5em;
}

#sendfilesinfo ol, #storefilesinfo ol {
  margin: 0 10px 0 15px;
}

.infohowto p {
  font-size: 0.95em;
  margin-bottom: 0;
}

#sendfilesinfo .infohowto p a, #storefilesinfo .infohowto p a {
  color: #fff;
}

p.screengrab {
  float: left;
  width: 230px;
  margin-right: 0;
  margin-bottom: 10px;
}

ul#dropsendbenefits {
  margin: 0 20px 0 0;
  list-style-type: none;
}

ul#dropsendbenefits ul {
  list-style-type: disc;
  font-size: 1em;
}

ul#dropsendbenefits li {
  padding-left: 8px;
  background: url(/images/bullet_line.gif) no-repeat 0 0.7em;
}

ul#dropsendbenefits li li {
  padding-left: 0;
  background: none;
}

p.winmac {
  padding-left: 44px;
  background: url(/images/osicons.gif) no-repeat 0 0;
}

img.dtoolgrab {
  margin: 15px 0 10px 0;
}



/* =========================================
    login page
   ========================================= */

#full_login_form {
  background-color: #fbfbfb;
  padding-bottom: 15px;
  margin: 0 21px 0 20px;
}

#full_login_form form {
  background-color: #fbfbfb;
  padding-top: 15px;
  margin: 0;
  padding-bottom: 10px;
}

#container_only #full_login_form, #container_only #full_login_form form {
  background: #e6e6e6;
  padding-bottom: 15px;
}

#full_login_form p {
  margin-right: 0;
  margin-left: 0;
  font-size: 1.1em;
}

#full_login_form fieldset {
  margin: 0 25px;
}

#full_login_form legend {
  font-size: 1.8em;
  color: #4d4d4d;
  background: none;
  margin-bottom: 10px;
}

#full_login_form label {
  display: none;
}

#full_login_form #set_new_password label {
  display: block;
}

#full_login_form #set_new_password input {
  width: 415px;
}

#full_login_form #set_new_password #setpassbutton input {
  width: auto;
}

#full_login_form label#rm {
  display: inline;
}

#full_login_form input#mainformuseremail {
  margin-bottom: 18px;
}

#full_login_form #set_new_password input#mainformuseremail {
  margin-bottom: 0;
}

#full_login_form input#mainformpassword {
  width: 220px;
  margin-right: 20px;
}

#full_login_form div#pw {
  margin-bottom: 18px;
}

#full_login_form input#rememberme {
  border: none;
  margin-right: 5px;
}

#full_login_form div#loginbutton, #full_login_form div#getpassbutton {
  height: 44px;
}

#full_login_form div#loginbutton input, #full_login_form div#getpassbutton input {
  margin-top: 7px;
  height: 44px;
  padding: 60px 0 0 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
}

#full_login_form div#loginbutton input {
  width: 100px;
  background: url(/images/buttonloginbig.gif) no-repeat 0 0;
}

#full_login_form div#getpassbutton input {
  width: 188px;
  background: url(/images/buttongetpassbig.gif) no-repeat 0 0;
}

/* BUTTON TEST */


#full_login_form div#loginbutton button {
  width: 103px;
}

body#login_page #navigation input {
  visibility: hidden;
}

#errormsg {
  font-size: 1.5em;
  font-weight: normal;
  color: #ba0000;
}
#errormsg a {
  color: #ba0000;
}




/* =========================================
    reviews page
   ========================================= */

body#reviewspage blockquote p {
  font-size: 1.45em;
  font-style: italic;
  line-height: normal;
  color: #4d4d4d;
  margin-bottom: 0;
}

body#reviewspage blockquote p.maincite {
  font-size: 0.8em;
  color: #027abb;
  margin-bottom: 20px;
}

blockquote p.maincite cite {
  font-style: normal;
}

#dsfeedback {
  margin-bottom: 15px;
}

#dsfeedback h2 {
  margin-bottom: 10px;
}

#dsfeedback legend, #dsfeedback label {
  display: none;
}

#dsfeedback textarea, #dsfeedback input {
  width: 200px;
  border: 1px solid #555;
  background-color: #fff;
  font-size: 0.9em;
  font-family: arial, verdana, sans-serif;
  padding: 2px;
  margin-bottom: 10px;
}

#dsfeedback textarea {
  height: 100px;
}

#dsfeedback div input {
  margin: 0;
  width: 58px;
  height: 20px;
  padding: 30px 0 0 0;
  border: none;
  background: url(/images/button_submit.gif) no-repeat 0 0;
  overflow: hidden;
  cursor: pointer;
}

#infobar blockquote {
  margin-bottom: 10px;
}

div#infobar blockquote p {
  font-size: 0.8em;
  font-style: normal;
  line-height: normal;
  color: #000;
}

div#infobar blockquote p cite {
  font-size: 1em;
  font-style: normal;
  color: #027abb;
}



/* =========================================
    press page
   ========================================= */

#pressreleases {
  margin: 0 20px 15px 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid #e6e6e6;
}

#pressreleases h2, #pressreleases ul, #pressreleases li {
  margin-left: 0;
  margin-right: 0;
}

#pressreleases ul {
  list-style-type: none;
}

body#presspage #content h2 {
  margin-bottom: 15px;
}

body#presspage #content h4 {
  margin-bottom: 5px;
}

h3.presssource {
  font-size: 1.6em;
  font-weight: normal;
  line-height: normal;
  color: #4d4d4d;
}

h4.articleref {
  margin: 0 20px;
}

h4.articleref a {
  font-size: 0.75em;
  font-weight: bold;
}

h4.articleref a:link, h4.articleref a:visited {
  color: #6eb51c;
}

h4.articleref a:hover, h4.articleref a:active, h4.articleref a:focus {
  color: #7ec52c;
}

p.articledate {
  margin: -15px 20px 30px 20px;
  color: #4d4d4d;
}

body#presspage #infobar h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}

body#presspage #infobar h2#branding {
  padding: 0;
  margin: 0 20px 10px 20px;
}

body#presspage #infobar p#downloadbranding img {
  margin: 0;
}



/* =========================================
    pricing + signup pages
   ========================================= */

body#pricesignup_page #header {
  margin-bottom: 0;
}

body#pricesignup_page h2#tagline {
  padding-right: 0;
  background-image: none;
  font-size: 1em;
}

tr#mainheadings {
  background-color: #e6e6e6;
}

tr#mainheadings th {
  font-size: 0.9em;
  font-weight: bold;
  color: #4d4d4d;
}

tr#signuplinks th, tr#signuplinks td {
  border: none;
}

td img {
  border: none;
}

ol#faqs {
  margin: 15px 20px 0 20px;
  list-style-position: inside;
  font-size: 0.9em;
}

ol#faqs li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  background-image: none;
}

ol#faqs li h3 {
  display: inline;
  font-weight: normal;
  line-height: normal;
  font-size: 1em;
  margin: 0;
}

ol#faqs li p {
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 0.9em;
}


/* ---- signup form pages - */

form#mainform {
  margin-bottom: 25px;
}

form#mainform div.formcontainer {
  padding-bottom: 5px;
}

form#mainform-t2 div.formcontainer {
 /* border-top: 2px solid #e6e6e6;  removed by scott 9-13*/
  padding-top: 20px;
  padding-bottom: 20px;
  background
}
form#mainform div.formcontainer input#button_apply { width: 58px; height: 20px; border: none; background: url(/images/buttonapply.gif) no-repeat; overflow: hidden; cursor: pointer; text-indent: -999em; letter-spacing:-300em;}
form#mainform div.formcontainer:focus, form#mainform div.formcontainer div:focus, form#mainform div.checkboxes:focus{
  outline: 0;
}
form#mainform fieldset {
  border: none;
}

form#mainform legend {
  padding-bottom: 15px;
  padding-right: 10px;
  font-size: 1.3em;
  font-weight: normal;
  line-height: normal;
  color: #4d4d4d;
  font-weight: bold;
}

form#mainform div {
  /*clear: left;*/
  overflow: hidden;
}

form#mainform div p.formnote {
  margin: 0;
  padding-top: 2px;
  text-indent: 5px;
  font-size: 0.9em;
  font-style: italic;
  color:#444;
}

form#mainform div p.formnote.multiline{
  padding-top: 2px;
  float: left;
  display:block;
  line-height: 1.2em;
  padding-top: 2px;
}


form#mainform div p.multiline{
  text-indent: 0;
  padding: 0 0 0 5px;
  margin: -3px 0 0 0;
  float: left;
  width: 360px;
}

form#mainform label {
  font-color:#000;
  display: block;
  float: left;
}

form#mainform input, form#mainform select {

  padding: 2px;
  background-color: #fff;
}

form#mainform div#rm label {
  width: 100%;
  margin-top: 15px;
}

form#mainform div#rm label input {
  width: auto;
  margin-top: 2px;
  margin-right: 5px;
  border: none;
}

form#mainform select {
  padding: 0;
}

form#mainform label#agreetclabel {
  float: none;
  width: auto;
font-size: 13px;
  margin-top: 20px;
}

form#mainform input#agreetc {
  width: auto;
  border: none;
  margin-right: 5px;
}

form#mainform input#mainformfreesubmit {
  margin-top: 20px;
  width: 73px;
  height: 24px;
  padding: 35px 0 0 0;
  border: none;
  background: url(/images/buttonsetupfree.gif) no-repeat 0 0;
  overflow: hidden;
  cursor: pointer;
}

/* BUTTON TEST */
form#mainform button#mainformfreesubmit {
  margin-top: 20px;
  width: 76px;
  border:none;
  background-color: transparent;
  cursor: pointer;
  text-decoration: underline;
}


form#mainform div#verifcodeinfo {
  margin: 0;
  /*padding-top: 15px;*/
}

form#mainform input#cc_verif_code {
  margin-bottom: 14px;
  width: 40px;
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}

form#mainform div#verifcodeinfo p {
  float: left;
  width: 340px;
  margin: 0 0 0 20px;
  position: relative;
  top: -14px;
  font-size: 1em;
}

form#mainform div#verifcodeinfo img {

}

form#mainform div#ccexpirydate label {
  clear: none;
}

form#mainform label span, form#mainform .remove, form#mainform .hide {
  display: none;
}

form#mainform div#ccexpirydate select {
  width: auto;
}

form#mainform div#ccexpirydate option {
  padding-right: 5px;
}

form#mainform div#ccexpirydate select#cc_expiry_year {
  width: 90px;
  margin-left: 10px;
}

form#mainform p#paymentinfo {
  clear: both;
  margin: 15px 0;
}

form#mainform input#mainformbspsubmit {
  width: 124px;
  height: 24px;
  padding: 35px 0 0 0;
  border: none;
  background: url(/images/buttonsetuppro.gif) no-repeat 0 0;
  overflow: hidden;
  cursor: pointer;
}

form#mainform p#mainformprocessing {
  clear: both;
  color: #4d4d4d;
  font-style: italic;
  margin: 0;
  visibility:hidden;
/*  position: relative;
  top: -10px; */
}

form#mainform p#paymentinfo, form#mainform p#mainformprocessing {
  font-size: 1em;
}

form#mainform div#chooseurl h3 {
  font-size: 1em;
  line-height: normal;
}

form#mainform div#chooseurl p {
  margin: 0 0 5px 0;
  font-size: 1em;
}

form#mainform div#chooseurl label {
  width: auto;
  font-size: 1.2em;
}

form#mainform div#chooseurl input {
  margin: 0 5px;
}

form#mainform div#chooseurl select {
  width: auto;
}

form#exitsurvey legend {
  display: none;
}

form#exitsurvey label {
  display: block;
  margin-top: 15px;
}

form#exitsurvey div {
  margin-top: 15px;
}

form#exitsurvey input, form#exitsurvey select {
  border: 1px solid #555;
  padding: 2px;
  background-color: #fff;
  width: 200px;
}

form#exitsurvey select {
  width:208px;
}

form#exitsurvey div input {
  margin: 0;
  width: 58px;
  height: 20px;
  padding: 30px 0 0 0;
  border: none;
  background: url(/images/button_submit.gif) no-repeat 0 0;
  overflow: hidden;
  cursor: pointer;
}


/* =========================================
    privacy + terms and conditions pages
    (and register ts+cs)
   ========================================= */

body#policytcsfairusepage #navigation input {
  visibility: hidden;
}

body#policytcsfairusepage h2 {
  font-size: 1.6em;
  font-weight: normal;
  line-height: normal;
  color: #4d4d4d;
}

body#policytcsfairusepage p {
  font-size: 0.9em;
}

body#policytcsfairusepage #footer p {
  font-size: 0.8em;
}

form#mainform div.phone input#cc_phone_code {
  width: 50px;
  margin-left: 2px;
  margin-right: 10px;
}

form#mainform div.phone input#cc_phone_number{
  margin-left: 2px;
}

form#mainform div.phone {
  margin: 0;
}

form#mainform div.phone p.formnote {
  float: left;
  margin: 0 !important;
  margin-top: -10px!important;
  margin-bottom: 12px!important;
}

form#mainform div.blocks p.close {display: none;}
form#mainform div.blocks {clear: none; margin-top: -5px;}
form#mainform div.blocks p.formnote { margin-left: 473px; padding-top:5px;}

form#mainform div.checkboxes input { width: auto; border: 0; }
form#mainform div.checkboxes label {margin-right: 20px; clear: none;}

form#mainform div#choose_pay { margin-bottom:0;padding-bottom:0; }
form#mainform div#form_submit input#form_confirm { width: 73px; height: 24px; border: none; background: url(/images/buttoncontinue.gif) no-repeat; overflow: hidden; cursor: pointer; text-indent: -999em; letter-spacing:-999em; }
form#mainform div#form_submit input#cancel_confirm { width: 73px; height: 24px; border: none; background: url(/images/buttonback.gif) no-repeat; overflow: hidden; cursor: pointer; text-indent: -999em; letter-spacing:-999em; margin-top:21px;}
#form_submit button, #button_apply {
	padding: 0 !important;
	border:0;
	background:none;
	cursor:pointer;
}
#form_submit button img, #button_apply img { background: #e0e0e0; }


/* New Modified Styles*/

#form-submit-t1{
	width:600px;
	height:100px;
	float:left;
	}


/*new-styles*/
form#mainform .registration-main-dynamic-fill{
	height:70px;
	width:545px;
	margin-top:5px;
}
#main-form-wrapper{
	width: 600px;
	height: auto;
	margin:auto;
	}

#registration-info-block{
	width:740px;
	height:120px;
	margin: auto;
	text-align: center;
	background-image: url(images/t2-header-register_landing_v2.jpg);
	background-repeat: no-repeat;
	}
#registration-content-wrapper{
	margin: 50px 0px 0px 0px;
	padding: 0;
	height: 600px;
	width: auto;
	}
#registration-info-block-text{
	width:700px;
	height:45px;
	margin: auto;
	text-align: center;
	}

 form#mainform .reg-form-submit-wrapper{
	height:80px
	width:600px;
	background-image:url(/images/t1-bg-reg-form-container.jpg);
	background-repeat:no-repeat;
    margin-bottom:10px;
}

.reg-form-logo1{
	height:69px;
	width:180px;
	margin: 0 0 0 10;
	float: left;
	}

.pay-form-logo1{
	height:69px;
	width:127px;
	margin: 0 0 0 10;
	float: left;
	}


#registration-name-fill{
	height:30px;
	width:auto;
	font-size:1.2em;
	margin-top: 10px;
	}
#registration-info{
	height:73px;
	width:auto;
	}

#registration-file-fill{
	height:40px;
	width:auto;
	margin: auto;
	}
#file-fill{
	float:left;
	width:300px;
	height:30px;
	text-align: left;
	padding: 3px 0px 0px 5px;
	}
#file-fill-label{
	float:left;
	width:225px;
	height:30px;
	text-align: right;
	padding: 3px 5px 0px 0px;
	margin-left: 50px;
	}

/*New Styles to the Register/Cart Pages*/
.security-container{
	width:430px;
	height:75px;
	margin: auto;
	margin-top:0px;
}

#t2-region3{ /*on other style sheeets*/
	width:740px;
	height:116px;
	float:left;
	margin-left: 20px;
	margin-top: 15px;
	}

.submit-button-move{width:300px; height:58px; margin-left:175px; margin-top:20px; position:relative}

#user_info #admin label{
    text-align: left;
    font-size: 14px;
    font-family: 'MyriadPro';
}
#cc_form label{
    text-align: left;
    font-size: 14px;
    font-family: 'MyriadPro';
}


/*New Styles to the Register/Cart Pages*/

.your-details-block{
  padding-right: 15px;
  padding-left: 15px;
}
.formcontainer .promo-input{
  width: 120px;
}
.your-credit-card-block {
  min-height: 450px;
}

.header-bg{
  background-size: 100% 100%;
  background-image: url('../img/orange-bar-loginreg.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.header-bg h1{
  font-family: 'MyriadProSemibold';
  font-weight: bold;
  color: #fff4d7;
  font-size: 36px;
}

#accountready_page h2{
  font: 19px/21px MyriadProBold, Arial, Helvetica, sans-serif;
  color: #444;
}
#accountready_page .button, #login_page .button{
  background-color: #f79321;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
#accountready_page .button:hover, #login_page .button:hover{
  background-color: #ff8800;
}
.webaddrdropsend{
  font-family: 'MyriadPro';
}
@media only screen and (min-width: 90.063em){
  .webaddrdropsend{
    min-width:0;
  }
}
@media only screen and (min-width: 64.063em) {
  .webaddrdropsend{
    min-width: 440px!important;
  }
}
@media only screen and (max-width: 64.063em) {
  .webaddrdropsend{
    min-width:0;
  }
  #infobar{
    border-left: none;
    margin-left: 0;
  }
  .your-credit-card-block {
    min-height: inherit;
  }
  .your-credit-card-block{
    padding-left: 0;
    border-left:none;
  }
  .your-details-block{
    padding-right: 0;
    padding-left: 0;
  }
}
.right-medium-up{
  float: right;
}
@media only screen and (max-width: 40.063em) {
  .webaddrdropsend{
    min-width: 0;
  }
  #full_login_form legend {
    font-size: 1.7em;
  }
  #infobar{
    padding: 0;
    margin-left: 26px;
    margin-right: 26px;
  }
  .right-medium-up{
    float: none;
  }
  .header-bg h1{
    font-size: 18px;
  }
  .your-credit-card-block{
    width:100%;
  }
  .your-details-block{
    width:100%;
  }
  .promo-input{
    width: 50%;
  }
  form#mainform div#ccexpirydate select#cc_expiry_year{
    width: 49%;
    float: right;
    margin-left: 0;
  }
  form#mainform div#ccexpirydate select{
    width: 49%;
  }
  form#mainform input#cc_verif_code{
    width: 100%;
  }
}

.blue{
  color:#0065c6;
}
.grey{
  color:#717171;
}
.margin-bottom{
  margin-bottom: 20px;
}


/* October 2020 register page additions */

#mainform-wrapper {
  background-color: white;
  width: 500px;
  max-width: 100%;
  margin: 40px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

#mainform-wrapper .input-registration {
  background-color: #f4f4f4;
  background-image: none !important;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  padding-left: 10px;
}

#mainform-wrapper .input-registration::placeholder {
  color: #444;
  font-weight: 500;
}

#user-info-header {
  color: #444;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  flex-shrink: 0;
}

#user-info-header > h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: inherit;
}

#user-info-header > p {
  font-size: 16px;
  text-align: center;
  color: inherit;
}

#user-info-header > ul {
  font-size: 20px;
  color: black;
  align-self: center;
  list-style: none;
}

#user-info-header .check-image {
  background-image: url('/images/registercheck.png');
  background-size: 100% 100%;
  width: 18px;
  height: 14px;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 10px;
}
