/* GENERAL STYLES FOR SITE */

@import url(navigation.css);
@import url(static.css);

body
{

background: #97E6FF url("images/bg.jpg") repeat-x;
  margin: 0px 0 0 0;
  font: normal 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #515151;
}

p
{
  margin: 0 0 10px 0;
}

div.clear
{
  clear: both;
  line-height: 0;
  height: 0;
}

br.clear
{
  clear: both;
  line-height: 0;
  height: 0;
}

hr
{
  border: 0;
  width: 100%;
  color: #929090;
  background-color: #929090;
  height: 1px;
  margin: 5px 0;
}

img
{
	border:0;
}

h1
{
	font:normal 22px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	margin:10px 0 5px;
	padding:0;
}

h2
{
	font:bold 16px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#4dcce6;
	padding:0;
	margin:0 0 4px;
}

h3
{
	font:normal 14px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0;
	margin:0 0 4px;
}

h4
{
	font:normal 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0;
	margin:0;
  font-weight:bold;
}

.red
{
  color:#F00;
}
ul
{
  padding:16px 0 25px 30px;
  margin:0;
  list-style-type: square;
}

ul.noSpace
{
  padding:5px 35px;
  margin:0;
  list-style-position:outside;
}

li
{
  padding:0;
  margin:0 0 12px 0;
}

form
{
  margin:0;
	padding:0;
  display:inline;
}
#form-fields
{
	visibility:visible;
}

input, select, textarea
{
	font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#515151;
}

a, a:link, a:visited, a:hover, a:active
{
	color:#0000FF;
	text-decoration: underline;
}

table.layout
{
  border-collapse: collapse;
}

table.layout td
{
  vertical-align: top;
  padding: 0;
  margin: 0;
}

td
{
	vertical-align:top;
	padding:0;
}

/* Form Table Styles */
table.data
{
	border-collapse: collapse;
}

table.data th
{
  font:normal 10px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	text-transform:uppercase;
	background:#fff;
	color:#333;
}

table.data-input th
{
  font:bold 11px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
  vertical-align: middle;
}

table.data-input input.login-inputs
{
  width:130px;
}


table.data td
{
  font-size: 11px;
  color: #333333;
	border: 1px solid #eeeeee;
  border-width: 1px 0;
  font-weight: bold;
  height: 25px;
}

table.data-input th.not-required
{
  font-weight: normal;
}

table.data tr.on
{
	background:#f0f0f0;
}

table.data tr.off
{
	background:#fff;
}

table.data-input td
{
  font:normal 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  padding:3px;
}

table.data-admin
{
	border-collapse: collapse;
}

table.data-admin th
{
  font:normal 10px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	text-transform:uppercase;
	background:#fff;
  font-weight: bold;
	color:#333;
  padding: 3px;
}

table.data-admin td
{
  font-size: 11px;
  color: #000;
	border: 1px solid #ccc;
  padding: 3px;
}

table.data-admin tr.on
{
	background:#f0f0f0;
}

table.data-admin tr.off
{
	background:#fff;
}

/* Message and error box styles */

.error-bl {background: url(images/error-box-bl.gif) 0 100% no-repeat #ff9999; width: 729px; margin-bottom:7px;}
.error-br {background: url(images/error-box-br.gif) 100% 100% no-repeat;}
.error-tl {background: url(images/error-box-tl.gif) 0 0 no-repeat}
.error-tr {background: url(images/error-box-tr.gif) 100% 0 no-repeat; padding:12px; color:#660000;  font:bold 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;}

.message-bl {background: url(images/message-box-bl.gif) 0 100% no-repeat #ccffcc; width: 729px; margin-bottom:7px;}
.message-br {background: url(images/message-box-br.gif) 100% 100% no-repeat}
.message-tl {background: url(images/message-box-tl.gif) 0 0 no-repeat}
.message-tr {background: url(images/message-box-tr.gif) 100% 0 no-repeat; padding:12px; color:#336633;  font:bold 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;}

.multi-bl {background: url(images/multi-box-bl.gif) 0 100% no-repeat #ffffcc; width: 881px; margin-bottom:7px;}
.multi-br {background: url(images/multi-box-br.gif) 100% 100% no-repeat}
.multi-tl {background: url(images/multi-box-tl.gif) 0 0 no-repeat}
.multi-tr {background: url(images/multi-box-tr.gif) 100% 0 no-repeat; padding:8px; color:#996600;  font:normal 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;}

.box-clear {font-size: 1px; height: 1px}

.message
{
	color:#345178;
	font-size:11px;
	font-weight:bold;
}

.error
{
	color:#af3025;
	font-size:11px;
	font-weight:bold;
}

.label
{
	color:#333;
	font-weight:bold;
}

#left
{
	width:134px;
	height:500px;
	padding-top:75px;
	margin-right:20px;
	float:left;
}

#main
{
	line-height:16px;
  padding-top:5px;
}

/* Compose and Login Page Styles*/
#login-page
{
  width: 730px;
}

#upload
{
  padding: 0;
  margin: 0;
  background: #edf4f8;
}

span#attach-radio {
  width:136px;
  float:left;
  padding-left:26px;
}

span#attach-radio input {
  width:12px;
  height:12px;
  padding:0;
  margin:0;
}

span#attach-default label{
  width:120px;
  float:left;
  padding-top:2px;
  padding-left:30px;
}

span#attach-radio label{
  width:118px;
  padding-top:2px;
}

#upload input#uploadFile{
  float:left;
}

* html #upload input#uploadFile{
  width:230px;
  float:left;
  background-color:#FFF;
}

#upload #fax-in-link {
  width:90px;
  float:left;
  padding-top:0px;
}

#upload #fax-in {
  height: 18px;
  width:100px;
  float:left;
}

#archive-upload
{
  width:350px;
  padding: 10px 5px 10px 5px;
  margin: 5px 0 0 20px;
}

/*Tip box styles*/

.tips-top {background: url(images/tips-box-top.gif) no-repeat top right; width:106px;padding:4px 0 0 0;}
.tips-mid {background: url(images/tips-box-mid.gif) repeat-y; }
.tips-bottom {background: url(images/tips-box-bottom.gif) no-repeat bottom left;}
.tips-content
{
  padding:0 5px 5px 5px;
  font-size: 11px;
}


/* Input box styles */
.archive-bl {background: url(images/input-box-bl.gif) 0 100% no-repeat #edf4f8; clear:both; width: 330px; margin:10px;}
.register-bl {background: url(images/input-box-bl.gif) 0 100% no-repeat #edf4f8; clear:both; width: 241px;}
.login-bl {background: url(images/input-box-bl.gif) 0 100% no-repeat #edf4f8; clear:both; width: 228px; padding:0;}
.input-br {background: url(images/input-box-br.gif) 100% 100% no-repeat;}
.input-tl {background: url(images/input-box-tl.gif) 0 0 no-repeat}
.input-tr {background: url(images/input-box-tr.gif) 100% 0 no-repeat; padding:15px 10px;}


#compose
{ /*background: url(images/blue-module-top.gif) no-repeat top left;*/
  width:498px;
  /*padding-top:8px;
  margin-left: 8px;*/
}

#loginBox
{ background: url(images/login-module-top.gif) no-repeat top left;
  padding-top:6px;
  margin-left: 0;
  width:228px;
}

div.loginFields
{
  padding: 9px;
  margin: 0px;
  background: #edf4f8;
}


div.login-blue
{
  background: url(images/login-module-btm.gif) no-repeat bottom left;
  padding-bottom:6px;
}

div.blue-back
{
  background: url(images/blue-module-bottom.gif) no-repeat bottom left;
  padding-bottom:3px;
}

div.short input
{
   width:100px;
}

div.short select
{
   width:100px;
}

div.compose-box {
  background: #edf4f8;
  width:458px;
  padding: 0px 20px 0px 20px;
}

#archive-compose
{
  width:400px;
  padding:15px;
  margin: 0px 10px 10px 10px;
}

#compose-options
{
  width:458px;
  padding: 10px 5px;
  margin: 5px 0 0 23px;
}

#profile
{
  width: 400px;
  padding: 10px;
}

#profile-container
{
  width: 307px;
  margin: 20px 0px 0px 20px;
  padding-bottom: 25px;
}

#profileBox
{ background: url(images/profile-module-top.gif) no-repeat top left;
  padding-top:6px;
  margin-left: 0;
  width:307px;
}

div.profile-blue
{
  background: url(images/profile-module-btm.gif) no-repeat bottom left;
  padding-bottom:6px;
}


#profile-buttons
{
  width: 307px;
  margin: 12px 0px 0px 0px;
}

form#sharerForm,
div#accountShares,
form#shareeForm
{
  display: block;
  clear: both;
}

form#sharerForm label,
form#shareeForm label
{
  display: block;
  float: left;
  padding-right: 5px;
  text-align: right;
}

div#inviteSubmit,
div#shareSubmit
{
  width: 80px;
  margin: 10px 10px 0 0;
}

* html div#inviteSubmit,
* html div#shareSubmit
{
  top: -33px;
}

#advanced-sign-options
{
  position:inherit;
  left:-5px;
  width:468px;
  padding: 6px 0px;
  margin: 5px 0 0 13px;
  border-top:1px solid #b5b9bc;
}

#basic-sign-options
{
  position:inherit;
  left:-5px;
  width:468px;
  padding: 6px 0px;
  margin: 5px 0 0 13px;
  border-top:1px solid #b5b9bc;
}

/* Main Layout Styles */

#nav-tabs
{
  text-align: right;
}

#container
{
	position:relative;
	margin:0 auto;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
  width: 881px; /* 1024 - padding */
	background: #ffffff;
}

#container-narrow
{
  position:relative;
  margin:0 auto;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
  width: 881px;
  background: #ffffff;
}

#secured-div
{
	position:relative;
}

#bottom
{
	clear:both;
	height:10px;
}

div#footer
{
  clear: both;
  margin-top: 25px;
  font-size: 11px;
}

div#footer, div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active
{
	color: #3399FF;
	text-decoration: none;
}
div#footer a:hover
{
  text-decoration: underline;
}
div#footer div#footer-nav
{
  float: left;
}
div#footer img#you-send-they-sign
{
  float: right;
}

/*NEW BUTTON STYLES TO FIX IE BLINK BUG*/
div.greenButton
{
  background: url(images/button-green-left.gif) no-repeat left top;
  text-align:center;
  padding-bottom:5px;
  float:right;
}

div.blueButton
{
  background: url(images/button-blue-left.gif) no-repeat left top;
  text-align:center;
  padding-bottom:5px;
  float:right;
}

div#profile-buttons div.blueButton {
  background: transparent url(images/button-blue-80.gif) 50% 50% no-repeat;
}

div.blueButton span.blue
{
  background: url(images/button-blue-right.gif) no-repeat right top;
  padding-top:4px;
  height:20px;
  display:block;

}

a.buttonText,
a:link.buttonText,
a:visited.buttonText,
a:hover.buttonText,
a:active.buttonText
{
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
  height: 24px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 10px;
  text-align:center;
}

.note
{
  color: #999999;
}

.thumbnails-large
{
  border:1px solid #999;
  text-align:center;
  width:695px;
  height:650px;
  overflow:auto;
  float:left;
}

/* Agreements Page Styles*/

table.agreements-layout-container
{
  position: relative;
  width:871px;
  left:0px;
  border:0;
  /*border: 6px solid #999999;*/
}

td.leftColumn
{
  border: 6px solid #999999;
}

td.middleColumn
{
  border-top: 6px solid #999999;
  border-bottom: 6px solid #999999;
  border-left:0px;
}

td.rightColumn
{
  vertical-align:bottom;
  border-left:6px solid #999;
  border-top:0px;
  border-bottom:0px;
}

div.agreements-list-container
{
  position: relative;
  background-color: #ffffff;
  width:546px;
  /*border-right: 6px solid #999999;*/
}

div#agreements-loading
{
  height: 446px;
  background: #ddd url('images/SecureSpinner.10.gif') 50% 50% no-repeat;
}

div#agreements-loading.small
{
  background-image: none;
  background-color: #ffffff
}

div.agreements-div
{
  height: 20px;
  width: 546px;
  overflow:hidden;
  border-bottom:1px solid #eee;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}

div.agreements-div.shared
{
  height: 28px;
}

div.agreements-div div.icon-img {
  overflow:hidden;
  float:left;
  width:23px;
}

div.agreements-div div.name {
  overflow:hidden;
  float:left;
  width:121px;
  margin-right:3px;
}

div.agreements-div div.company {
  overflow:hidden;
  float:left;
  width:115px;
  margin-right:3px;
}

* html div.agreements-div div.company {
  width: 120px;
}

div.agreements-div div.note-img {
  overflow:hidden;
  float:left;
  width:15px;
}

div.agreements-div div.title {
  overflow:hidden;
  float:left;
  margin-right:3px;
}

div.agreements-div div.note-icon {
  float:left;
  width:12px;
  margin-right:3px;
}

div.agreements-div div.reminder-icon {
  float:left;
  width:12px;
  margin-right:3px;
}

div.agreements-div div.protection-icon {
  float:left;
  width:12px;
  margin-right:3px;
}

div.agreements-div div.created {
  overflow:hidden;
  float:left;
  width:56px;
  margin-right:5px;
}

div.agreements-div div.agreement-sharing-line {
  float:left;
  clear:both;
  font-weight:normal;
  color:#777;
  padding-top:0px;
  margin-top:0px;
  padding-left:30px;
  font-size:10px;
  line-height:11px;
}

i.shared {
  color:#777;
  font-weight:normal;
  font-size: 10px;
}

div.faxin-header
{
	font:normal 20px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
        font-weight: normal;
	padding-top:50px;
	padding-right: 20px;
        padding-left: 20px;
  	white-space: normal;
}

div.agreement-section-head
{
  width:546px;
  height: 20px;
  border-top: 1px solid #55b5dd;
  border-bottom: 1px solid #2282aa;
  padding: 0 0 0 5px;
  background: transparent url(images/bg.agreement-section-head.png) 0% 0% repeat-x;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
}

* html div.agreement-section-head
{
  height: 18px;
  padding-top: 2px;
}

div.agreement-section-head a:link,
div.agreement-section-head a:visited,
div.agreement-section-head a:hover,
div.agreement-section-head a:active
{
  color: #FFFFFF;
}

#agreements-list-header
{
  width:546px;
  height:23px;
  white-space:nowrap;
  background-color: #666666;
}


table.sortable th
{
  font-size: 11px;
  font-weight: normal;
	background-color: #666666;
	color: #FFFFFF;
  border-collapse: collapse;
  text-align: left;
  cursor: default;
  padding-top:3px;
}

table.sortable th.sortheader img
{
  padding:1px 0 0 3px;
}

div.agreements-list
{
  width:546px;
  height:446px;
  overflow: -moz-scrollbars-vertical;
  white-space:nowrap;
  position:relative;
}

* html div.agreements-list
{
  overflow: auto;
}

*+html div#agreements-list-scroll-pane {
  overflow: auto;
}

div.agreements-list-hidden
{
  width:546px;
  height:446px;
  overflow: hidden;
  white-space:nowrap;
  position:relative;
}

* html div.agreements-list-hidden
{
  overflow: auto;
}

div.agreements-workspace
{
  position: relative;
  width:287px;
  background-color: #FFFFFF;
}

div.workspace-buttons
{
  width:279px;
  height: 29px;
  border-bottom: 1px solid #808080;
  background-color: #e8f4fa;
  background-image: url(images/workspace-buttons-background.gif);
  padding: 0 0 0 8px;
  font-size: 0;
}

div.workspace-buttons img.action
{
  margin: 1px 0px 1px 5px;
  float:left;
}

a.action-text:link, a.action-text:visited, a.action-text:active
{
  margin: 1px 0px 1px 0px;
  /*border-top:1px solid #999; border-right:1px solid #999; border-bottom:1px solid #999;*/
  /*background-color:#A3D3EB;*/
  float:left;
  padding:6px 5px 6px 0px;
  font:normal 11px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
  text-decoration:none;
}

a.action-text:hover
{
  margin: 1px 0px 1px 0px;
  float:left;
  padding:6px 5px 6px 0px;
  font:normal 11px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
  text-decoration:underline;
}

a.action-text-on:link, a.action-text-on:visited, a.action-text-on:active, a.action-text-on:hover
{
  margin: 1px 0px 1px 0px;
  border-top:1px solid #999; border-right:1px solid #999; border-bottom:1px solid #999;
  background-color:#A3D3EB;
  float:left;
  padding:6px 5px 6px 0px;
  font:normal 11px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
  text-decoration:none;
}

div.thumbnails-small
{
  position: relative;
  text-align:center;
  height:323px;
  width:287px;
  overflow:auto;
  white-space:nowrap;
}

div.thumbnail-actions
{
  padding:5px;
  text-align:left;
  height:313px;
  background-color:#F7F7F7;
  width:277px;
  overflow:auto;
}

div.reminders
{
  padding:5px;
  text-align:left;
  height:313px;
  background-color:#F7F7F7;
  overflow:auto;
  width:277px;
}

div.history
{
  position: relative;
  height:303px;
  overflow:auto;
  white-space:nowrap;
}

div#reminder-listing
{
  padding-left:7px;
}

div#remind-form h3
{
  float: left;
  font-size: 12px;
  font-weight: bold;
}

div#reminder-recipient-list
{
  padding:10px 0px;
}

div.remind-options
{
  float: left;
  width: 120px;
  margin: 5px 0 0;
  overflow: hidden;
}

div.remind-options input
{
  float: left;
}

div.remind-options div.remind-recipients
{
  float: right;
  width: 98px;
  margin: 1px 0 0 0;
}

div#reminder-note
{
  width:200px;
  height:100px;
}

div.function-titles
{
  float:left;
  height:27px;
  padding-top:5px;
  font:bold 14px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
	margin:0 0 4px;
}

div.function-links
{
  float:right;
  height:27px;
  padding-top:5px;
  font:normal 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color:#68aaec;
/*
  text-decoration: underline;
*/
	margin:0px 5px 4px 0;
}

div.history-details
{
  float:left;
  width:210px;
  padding:5px 3px;
  font:normal 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
}

div.history-icons
{
  float:left;
  width:27px;
  padding:8px 3px;
  margin-left:5px;
}

* html div#audit {
  margin-top: -35px;
}

div.thumbnail-last-change
{
  background-color: #FFFFCC;
  text-align:left;
  padding:0px 0px 0px 0px;
  border-top:1px solid #4F6F94;
  border-bottom:1px solid #4F6F94;
  width:288px;
  height:20px;
  white-space:nowrap;
}

div.thumbnail-details
{
  border-bottom: 6px solid #999;
  padding: 5px 15px 2px 5px;
  height: 103px;
  overflow: auto;
  width:267px;
}

div.thumbnail-details span.ieWrapText
{
  overflow:hidden;
}

img.agreements-icon
{
  margin: 0 2px 0 0;
  vertical-align: top;
}

div#hide-notify
{
  margin-bottom: 10px;
}

div#hide-notify input#hide-notify-checkbox
{
  float: left;
}

div#hide-notify label
{
  display: block;
  float: left;
  margin: 1px 0 0 3px;
}

* html div#hide-notify-label
{
  position: relative;
  top: 4px;
}

div#decline-cancel-reason
{
  clear: both;
  padding: 10px 0 5px;
}

div#decline-cancel-reason textarea
{
  width: 250px;
  height: 100px;
  margin-top: 3px;
}

div#note-save-button
{
  float: right;
  width: 100px;
}

/* compose page layout styles */

div#compose-fields
{
  padding:10px;
  background: #edf4f8;
}

div#compose-fields label
{
  display: block;
  width: 100px;
  float: left;
  margin-right: 5px;
  font-weight: bold;
  height: 20px;
  text-align: right;
}

div#compose-fields input
{
  width: 255px;
  color:#999999;
  padding:0;
  margin:0;
}

div#compose-fields textarea
{
  width: 406px;
  color: #999;
}

div#multi-recipient-type-selector
{
  width: 105px;
  border-left: 1px solid #888e97;
  padding: 0 0 0 5px;
  position: absolute;
  top: 0;
  left: 360px;
}

div.promo
{
  background-color: #FFF;
  padding-top: 4px;
  width:209px;
}

img.module
{
  margin: 0 0 10px 0;
}

img.module-icon
{
  margin: 0 8px 10px 0;
  float:left;
}

div.promo span.icon-text
{
  width: 130px;
  float:right;
  color: #515151;
  margin: 0 0 10px 0;
}

/* FOR ESIGN AND MAGNIFY */
#agreements-cover-container
{
  position:absolute;
  top:90px;
  left:40px;
  z-index:4;
  width:881px;
  height:512px !important;
  background-color:#333;
  -moz-opacity: 0.50;
}

* html div#agreements-cover-container
{
  top: 90px;
  height: 518px !important;
}

*+html div#agreements-cover-container
{
  top: 87px;
  height: 520px !important;
  border: 0 !important;
}

* html #agreements-cover-iframe
{
  z-index:4;
  width:100%;
  height:500px;
  background-color:#333;
}

*+html #agreements-cover-iframe
{
  display: none !important;
}

#esignpdf-container
{
  position:absolute;
  top:90px;
  left:40px;
  z-index:4;
  width:881px;
  height:512px !important;
}

p.esignpdf-alert {
  line-height: 20px;
  text-align: center;
}

* html div#esignpdf-container
{
  top: 115px;
  height: 518px !important;
}

*+html div#esignpdf-container
{
  top: 87px;
  border: 0 !important;
}

* html #esignpdf-iframe
{
  z-index:4;
  width:100%;
  height:500px;
}

#esignpdf-iframe
{
  z-index:4;
  width:100%;
  height:500px;
}

/* speck - what did we need this for? */
/*
*+html #esignpdf-iframe
{
  display: none !important;
}
*/

div.esign-toolbar
{
  height: 28px;
  border-bottom: 1px solid #808080;
  width:725px;
  background-color: #e8f4fa;
  background-image: url(images/workspace-buttons-background.gif);
  padding: 0px 8px;
}

span.esign-header-text
{
  float:left;
  padding-top:5px;
}

span.esign-header-text span.loading-text
{
  color:#fff;
  background-color:#ff0000;
  padding:0 2px;
}

img.esign-toolbar-icons
{
  float:right;
}


a.esign-action-text:link, a.esign-action-text:visited, a.esign-action-text:active
{
  float:right;
  padding:8px 2px 8px 0px;
  font:normal 11px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
  text-decoration:none;
}

a.esign-action-text:hover
{
  float:right;
  padding:8px 2px 8px 0px;
  font:normal 11px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
  text-decoration:underline;
}



img.thumbnail {
  margin-left:3px;
  margin-right:3px;

}

  div.thumbs-tiny
  {
    float:left;
    width: 92px;
    padding-left:3px;
    overflow:hidden;
  }

#esign-scroll-pane
{
  overflow:auto;float:left; width:95px; padding:0; margin:0;position:relative;
}

#action-magnify-div {
  margin-top: 0 !important;
}

    div.thumbs-tiny-top
    {
      background: url(images/tiny-thumb-top.png) no-repeat bottom left;
      width:55px;
      height:4px;
      margin:0;
      padding:0;
    }


    div.thumbs-tiny-body
    {
      background: url(images/tiny-thumb-body.png) repeat-y;
      width:55px;
    }

    div.thumbs-tiny-bottom
    {
      background: url(images/tiny-thumb-bottom.png) no-repeat top right;
      width:55px;
      height:8px;
    }

    div.thumbs-large
    {
      float:left;
      width: 681px;
      padding-left:3px;
      overflow:hidden;
      margin-left: 5px;
    }
    div.thumbs-large-top
    {
      background: url(images/large-thumb-top.gif) no-repeat bottom left;
      width:681px;
      height:5px;
    }


    div.thumbs-large-body
    {
      background: url(images/large-thumb-body.gif) repeat-y;
      width:681px;
    }

    div.thumbs-large-bottom
    {
      background: url(images/large-thumb-bottom.gif) no-repeat top right;
      width:681px;
      height:8px;
    }

    div.thumbs-medium
    {
      float:left;
      width: 256px;
      padding-left:3px;
      overflow:hidden;
      margin-left: 2px;
    }
    div.thumbs-medium-top
    {
      background: url(images/medium-thumb-top.gif) no-repeat bottom left;
      width:256px;
      height:5px;
    }


    div.thumbs-medium-body
    {
      background: url(images/medium-thumb-body.gif) repeat-y;
      width:256px;
    }

    div.thumbs-medium-bottom
    {
      background: url(images/medium-thumb-bottom.gif) no-repeat top right;
      width:256px;
      height:8px;
    }
    img.thumbs-img
    {
      padding-left:3px;
    }

    div.thumbs-number
    {
      float:left;
      width: 13px;
      vertical-align:middle;
      padding-top:25px;
      padding-right:1px;
    }


      span.esign-agreement-name
      {
        font:bold 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
      }

    div.esign-preview-area
    {
      width: 721px;
      position:relative;
      overflow: auto;
      padding:0 10px;
    }

      div.esign-preview-area img.preview
      {
        margin:0 19px;
      }

      div.esign-box
      {
        position:absolute;
        width:638px;
        margin: 15px 18px;
        border:3px solid #12BBDE;
        height:835px;
        z-index:2;

      }

        div.esign-confirm-detail{
          padding: 4px 10px;
          position:absolute;
          bottom:18px;
          left:10px;
          vertical-align:bottom;
          z-index:4;
          background: #fff url(images/esign_mobius_sm.gif) no-repeat top right;
          font: normal 9px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

        div.esign-box div.sendsigndone-img
        {
          background-color:#FFF;
          height:20px;
          margin-left:20px;
          padding: 0 5px;
          position:absolute;
          bottom:-17px;
          vertical-align:bottom;
          z-index:4;
        }

        div.esign-box div.echosign-img
        {
          background-color:#FFF;
          height:20px;
          position:absolute;
          padding: 0 15px 0 5px;
          bottom:-17px;
          left:458px;
          vertical-align:top;
          z-index:4;
        }

        div.esign-box div.signed-text
        {
          background-color:#FFF;
          width:95px;
          height:20px;
          position:absolute;
          margin: 0 5px;
          bottom: -17px !important;
          left:529px;
          vertical-align:top;
          z-index:4;
          font: normal 10px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

        #esign-confirm-logo {
          position:relative;
          top:20px;
          width:570px;
        }

        div#postsign
        {
          position:relative;
          top:0px;
          left:-16px;
          border: 2px solid #12bbde;
          background: #edf4f8 url(images/eSignDone.png) 1% 50% no-repeat;
          padding: 20px 10px 10px 50px;
          margin-left: 36px;
          margin-top: 10px;
          overflow: hidden;
        }

        span#postsign-message
        {
          display: block;
          width: 500px;
        }

        div#postsign #esign-success-close
        {
          display: block;
          width: 200px;
          height: 24px;
          position: relative;
          margin: -35px 10px 0 530px;
          background: transparent url(images/bg.button.green.200.png) 0% 50% no-repeat;
          color: #fff;
          font-weight: bold;
          line-height: 25px;
          text-align: center;
          text-decoration: none !important;
        }

        * html div#postsign #esign-success-close.postsign-register
        {
          margin-right: 20px;
        }

        div#processing
        {
          position:relative;
          top:0px;
          left:-16px;
          border: 2px solid #12bbde;
          background-color: #edf4f8;
          height: 32px;
          padding: 9px 8px 0 8px;
          margin-left: 36px;
          margin-top: 10px;
        }

div#spinner,
div#spinnerBG
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url(images/SecureSpinner.gif) 25% 51% no-repeat;
  z-index: 500001;
}

div#spinnerBG
{
  background-image: url(images/secureDrop.gif);
}

* html div#spinner
  {
    width: 100%;
    height: 515px;
    top: 80px;
    left: 40px;
  }

  div#esign-sign-view
  {
    width: 840px;
    height: 125px;
    border-top: 4px solid #666;
    padding: 0 !important;
    background-color: #fff;
  }

*+html div#esign-view {
  height: 500px;
}

div#esign-error
{
  position: absolute;
  top: 290px;
  left: 430px;
  width: 150px;
  margin: 5px;
  border: 2px solid #cc3333;
  padding: 10px;
  background-color: #ff6666;
  color: #fff;
  font-weight: bold;
}

p#how-esign-works
{
  margin: 5px 0 0 10px;
  padding: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Geneva, sans-serif;
}

div.quad p#how-esign-works {
  position: relative;
  top: -115px;
  left: 605px;
  width: 215px;
}

* html div.quad p#how-esign-works {
  top: -120px;
}

*+html div.quad p#how-esign-works {
  top: -122px;
}

div#esign-act-link {
  position: relative;
  top: -15px;
  left: 725px;
}

div#esign-act-link.non-user {
  left: 785px;
}

div.quad div#esign-act-link {
  top: -130px;
  left: 675px;
}

* html div.quad div#esign-act-link {
  top: -135px;
}

*+html div.quad div#esign-act-link {
  top: -138px;
}

div#presign {
  height: 135px !important;
  overflow: hidden;
}

div.sign-agreement {
  float: left;
  width: 590px;
  margin: 10px 0 0 10px;
  border: 1px solid #12bbde;
  background-color: #edf4f8;
}

* html div.sign-agreement {
  width: 590px;
  margin-left: 5px;
}

div#esign-button {
  float: right;
  margin: 16px 10px 0 0;
}

span#esign-button-loading {
  display: block;
  float: right;
  margin: 16px 10px 0 0;
  padding: 3px;
  background-color: #FF0000;
  color: #fff;
  font-weight: bold;
}

div.triple div#esign-button,
div.triple span#esign-button-loading {
  margin-top: 28px;
}

div.quad div#esign-button,
div.quad span#esign-button-loading {
  margin-top: 40px;
}

div#esign-header {
  float: left;
  width: 165px;
  padding: 0 0 0 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 55px;
}

div.triple div#esign-header {
  line-height: 78px;
}

div.quad div#esign-header {
  line-height: 105px;
}

div#esign-fields {
  float: left;
  width: 240px;
  padding-top: 5px;
  overflow: hidden;
}

div.single div#esign-fields {
  margin-top: 12px;
}

div.single div#esign-fields label,
div.single div#esign-fields input {
  margin-bottom: 0;
}

div.esign-inputs label {
  display: block;
  float: left;
  clear: left;
  width: 70px;
  margin: 0 5px 5px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.75em;
  text-align: right;
}

div.esign-inputs input {
  margin: 0 0 5px;
  font-family: Helvetica, Arial, sans-serif !important;
}

div.confirm-agreement
{
  border: 2px solid #12bbde;
  background-color: #edf4f8;
  height: 32px;
  padding: 9px 8px 0 8px;
  margin-left: 36px;
  margin-top: 10px;
  width:624px;
}

div#sign-agreement span#sign-agreement
{
  font-size: 22px;
  font-weight: bold;
}

div#dont-sign-agreement {
  float: right;
  width: 230px;
  height: 20px;
  margin: 28px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

div.triple div#dont-sign-agreement {
  margin-top: 41px;
}

div.quad div#dont-sign-agreement {
  margin-top: 97px;
}

* html div.quad div#dont-sign-agreement {
  margin-top: 102px;
}

div#dont-sign-agreement span#or
{
  color: #ccc;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

div#esign-reject
{
  border: 2px solid #12bbde;
  background-color: #edf4f8;
  width: 230px;
  padding: 10px;
  margin: 5px;
  position: absolute;
  top: 410px;
  left: 600px;
  z-index:500;
}



/*compose page styles*/
div#whatIsEsign
{
  border: 2px solid #12bbde;
  background-color: #edf4f8;
  width: 230px;
  padding: 10px;
  margin: 5px;
  position: absolute;
  top: 300px;
  left: 320px;
}

div#whatisfaxin
{
  border: 2px solid #12bbde;
  background-color: #edf4f8;
  width: 150px;
  padding: 5px;
  margin: 5px;
  position: absolute;
  top: 290px;
  left: 390px;
}

div#cc-tip
{
  border: 2px solid #12bbde;
  background-color: #edf4f8;
  width: 150px;
  padding: 5px;
  margin: 5px;
  position: absolute;
  top: 260px;
  left: 230px;
}

p.about
{                                   `
  padding-bottom:5px;
}

p#send-agreement-title
{
  font-size: 22px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
}

/* ********************* INSERTED BY MATTISON ********************* */

.sidebar {
    color: #333333;
    background-color: #EDF4F8;
    border: 0px;
        padding: 10px 10px 5px 10px;
    margin: 0;
}

.shade {
    background-color: #EDF4F8;
}

.white
{
  color: #FFFFFF;
}

h2.stories  {
    font:normal 16px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
    padding: 12px;
    color: #999999;
    margin:0;
}

.highlight{
  background-color: #FFFFCC;
  padding:1px 3px 4px 0;
}

ul#agreements-filter
{
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

ul#agreements-filter li
{
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

ul#agreements-filter li select
{
  width: 180px;
  height: 18px;
}

li#filter-search
{
  margin-left: 0 !important;
}

* html li#filter-search,
*+html li#filter-search
{
  height: 15px !important;
  margin: -1px 3px 4px 0 !important;
}

input#searchBox
{
  width: 150px;
  height: 14px;
  margin: 0;
}

ul#agreements-filter li.active select,
input#searchBox.active
{
  background-color: #b6f2ff;
}

input#searchBox:focus
{
  border-color: #dee;
  background-color: #fff;
}

li#agreements-clear-options,
li#multicast-report
{
  color: #12bbde;
  font-size: 11px;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
}

li#agreements-clear-options
{
  background: transparent url(images/clear_options.gif) 0% 50% no-repeat;
  text-indent: 15px;
}

li#multicast-report
{
  background: transparent url(images/action-print.gif) 0% 50% no-repeat;
  text-indent: 25px;
}

* html li#agreements-clear-options,
* html li#multicast-report
{
  width: 150px;
  background-position: 0% 60%;
}

/* Agreements PopUp Styles */

        div.preview
        {
          position:absolute;
          width:614px;
          height:380px;
          z-index:500;
          left:100px;
          top:155px;
          font: normal 13px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, sans-serif;
          background: transparent url(images/reminder-email-right.png) 50% 0% repeat-y;
        }

        * html div.preview
        {
          background-image: none;
        }

        #preview-cover-container
        {
          position:absolute;
          top:155px;
          left:103px;
          z-index:400;
          width:600px;
          height:380px;
          background-color: #fff;
        }

        * html #preview-cover-container
        {
          display: none;
        }

        #preview-cover-iframe
        {
          z-index:400;
          width:100%;
          height:380px;
        }

        div.esign-preview
        {
          position:absolute;
          width:614px;
          height:380px;
          z-index:500;
          left:220px;
          top:130px;
          font: normal 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

        div.esign-compose-preview
        {
          position:absolute;
          width:614px;
          height:380px;
          z-index:500;
          left:100px;
          top:155px;
          font: normal 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

        div.esign-compose-preview-land
        {
          position:relative;
          top:-750px;
          width:614px;
          height:380px;
          z-index:500;
          font: normal 12px 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

        div.preview-contents
        {
          height:384px;
          z-index:5;
          padding:0;
          margin:0;
          border:0;
          font: normal 13px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, sans-serif;
          overflow:hidden;
        }

        div.preview-top-close
        {
          position:absolute;
          background-color:#aaa;
          border-top:1px solid #666;
          border-bottom:1px solid #666;
          left:4px;
          top:0px;
          text-align:right;
          height:20px;
          width:600px;
          color:#fff;
          z-index:200;
        }

        div.preview-popup-bottom
        {
          background: transparent url(images/reminder-email-bottom.png) 50% 0% no-repeat;
          height:15px;
          margin-top: -5px;
        }

        #preview-contents-iframe
        {
          overflow: auto;
        }

        .preview-contents-iframe /* No */
        {
          position:absolute;
          top:22px;
          left:4px;
          height:364px;
          width:600px;
          z-index:200;
          background-color:#fff;
        }

        #esign-act-iframe
        {
          position:absolute;
          top:22px;
          left:4px;
          width:600px;
          z-index:200;
          background-color:#fff;
        }

        div.preview-bottom
        {
          position:relative;
          width:614px;
          height:15px;
          z-index:500;
          left:0px;
          top:419px;
        }



    /*End of Agreements Reminder Email*/


/* Agreements Note Styles */
textarea.note-textbox-view{
  background-color:#FFFFCC;
  width:240px;
}

div.thumbnail-actions div.note-position{
  margin-left:8px;
  width:255px;
}

div.thumbnail-actions div.note-position hr{
  margin: 5px 4px 15px 4px;
}

/* javascript logging */
#logger { white-space: pre; }
#logger div.debug { background-color: #fff; }
#logger div.info  { background-color: #dfd; }
#logger div.warn  { background-color: #ffd; }
#logger div.error { background-color: #fdd; }
#logger div.fatal { background-color: #f00; color: #fff; }

div.auto_complete { width: 350px; background: #fff; }
div.auto_complete ul { border:1px solid #888; margin:0; padding:0; width:100%; list-style-type:none; }
div.auto_complete ul li { margin:0; padding:3px; }
div.auto_complete ul li.selected { background-color: #ffb; }
div.auto_complete ul strong.highlight { color: #800; margin:0; padding:0; }

/* Reworked Send Button */


div#advanced-sign-options ul,
div#basic-sign-options ul
{
    width: 468px;
    list-style: none;
    clear: both; /* This may not be necessary... */
}

div#advanced-sign-options ul li,
div#basic-sign-options ul li
{
    float: right;
}

div#advanced-sign-options ul li a,
div#basic-sign-options ul li a
{
    font-size: 12px;
}

div#advanced-sign-options ul li.preview a,
div#basic-sign-options ul li.preview a
{
    color: #68aaec;
    line-height: 24px;
}

div#advanced-sign-options ul li.send a,
div#basic-sign-options ul li.send a
{
    display: block;
    width: 170px;
    height: 24px;
    margin: 0 25px;
    background: transparent url(images/button-blue.gif) 50% 50% no-repeat;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

/* ----- About Us Styles ----- */

div#about-left-column
{
    float: left;
    width: 452px;
}

div#about-left-column h2
{
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

div#about-left-column h3
{
    margin: 20px 0 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    color: #4dcce6;
    font-size: 16px;
    font-weight: bold;
}

div#about-left-column p.quote-intro
{
    margin: 20px 0 0;
    font-weight: bold;
}

div#about-left-column img.quote-logo
{
    float: right;
    margin: 0 0 5px 1em;
}

dl#usingEchosign
{
  padding: 0;
}

dl#usingEchoSign dt
{
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

dl#usingEchoSign dd
{
  margin: 0 0 5px 20px;
  font-size: 13px;
}

dl#faq
{
  margin: 20px 0 0;
  padding: 0;
}

dl#faq dt
{
  color: #12bbde;
  font-size: 14px;
  font-weight: bold;
}

dl#faq dd
{
  margin: 5px 0 20px;
}


/* ----- Static Sidebar Navigation ----- */


ul#static-sidebar
{
    width: 228px;
    float: left;
    margin: 0;
    padding-left: 40px;
    list-style: none;
}

ul#static-sidebar li
{
    margin: 0;
    padding: 20px 20px 0 20px;
    background-color: #edf4f8;
}

ul#static-sidebar li.aboutUs
{
    background: #edf4f8 url(images/login-module-top.gif) 50% 0% no-repeat;
}

ul#static-sidebar li.contactUs
{
    padding-bottom: 20px;
    background: #edf4f8 url(images/login-module-btm.gif) 50% 100% no-repeat;
}

ul#static-sidebar li.subnav
{
  padding: 20px 20px 0 30px;
  list-style-position: inside;
  list-style-type: disc;
}

ul#static-sidebar li.subnav a
{
  display: inline;
}

ul#static-sidebar li a
{
    display: block;
    color: #68aaec;
}

* html ul#static-sidebar li,
{
    padding-top: 10px;
    padding-left: 20px;
    line-height: 1em;
}

* html ul#static-sidebar li.subnav
{
  padding: 5px 30px 10px 30px;
}

* html ul#static-sidebar li a
{
    margin: 0;
}

* html ul#static-sidebar li.active
{
    padding: 10px 0 10px 20px;
}

/* ----- div#fax-in-link ----- */

div#fax-in-link
{
    margin-left: 15px;
}

input#fax
{
    margin-left: 30px;
}

/* ----- Email an Agreement for Signature ----- */

h1#send-agreement-title
{
    float: left;
    width: 348px;
    height: 22px;
    margin: 10px;
    background: transparent url(images/title_send_agreement.png) 50% 50% no-repeat;
    text-indent: -10000px;
}

/* --------------------
   Agreements Page Demo
   Demo Alert
   -------------------- */

div#demo-restriction
{
    width: 570px;
    background: transparent url(images/demo-alert-drop-shadow.png) 50% 100% no-repeat;
}

* html div#demo-restriction
{
    background: none;
}

div#demo-restriction div.top
{
    width: 548px;
    height: 25px;
    margin: 0 auto;
    border: 1px solid #c8c8c8;
    background: transparent url(images/demo-alert-top.png) 0% 50% repeat-x;
    line-height: 25px;
    text-align: right;
}

div#demo-restriction div.top a
{
    margin-right: 10px;
    color: #000;
    font-size: .9em;
}

div#demo-restriction div.message
{
    width: 548px;
    margin: 0 auto;
    border: 1px solid #c8c8c8;
    background-color: #eee;
}

div#demo-restriction div.message h4,
div#demo-restriction div.message h5
{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
}

div#demo-restriction div.message h4
{
    width: 100%;
    background-color: #c00;
    color: #fff;
    font-size: 24px;
    line-height: 2em;
    text-align: center;
}

div#demo-restriction div.message h5
{
    margin: 15px 0 0 20px;
    color: #000;
    font-size: 20px;
    line-height: 1em;
    text-align: left;
}

div#demo-restriction h5 a,
div#demo-restriction p a
{
    color: #090;
}

div#demo-restriction img
{
    float: left;
    margin: 20px 0 20px 20px;
    border: 1px solid #000;
    background-color: #fff;
}

div#demo-restriction ul.feature-list
{
    margin: 20px 0 20px 40px;
    padding: 7px 0;
    font-size: 1.2em;
}

div#demo-restriction ul.feature-list li
{
    margin: 0;
    line-height: 1.5em;
}

div#demo-restriction p
{
  margin: 0 20px 5px;
  color: #333;
}

div#demo-restriction ul.demo-exit
{
    clear: both;
    margin: 15px 20px;
    border-top: 1px solid #999;
    padding: 15px 0 0 0;
    list-style: none;
    overflow: hidden;
}

* html body div#demo-restriction div.message ul.demo-exit
{
    margin-top: 0;
    padding-top: 10px;
}

div#demo-restriction ul.demo-exit li
{
    float: left;
    margin: 0;
    padding: 0;
}

div#demo-restriction ul.demo-exit li.learn-more
{
    margin-right: 12px;
}

div#demo-restriction ul.demo-exit li a
{
    display: block;
    width: 248px;
    height: 42px;
    background-color: #999;
}

div#demo-restriction ul.demo-exit li.learn-more a
{
    background: transparent url(images/demo-alert-learn-more.png) 50% 0% no-repeat;
    text-decoration: none;
    text-indent: -10000px;
}

div#demo-restriction ul.demo-exit li.sign-up a
{
    background: transparent url(images/demo-alert-sign-up.png) 50% 0% no-repeat;
    text-decoration: none;
    text-indent: -10000px;
}

div#demo-restriction ul.demo-exit li.learn-more a:hover,
div#demo-restriction ul.demo-exit li.sign-up a:hover
{
    background-position: 50% 50%;
}

div#demo-restriction ul.demo-exit li.learn-more a:active,
div#demo-restriction ul.demo-exit li.sign-up a:active
{
    background-position: 50% 100%;
}

#passwordMeter
{
  width: 96px;
  height: 62px;
  margin: 5px 0;
  background: transparent url(images/passwordStrength.png) 0% 0% no-repeat;
}

/* Workaround for the e-Sign disappearing cursor bug */

div#esign-view
{
  position: absolute;
  top: 95px;
  left: 55px;
  width: 840px;
  border: 4px solid #666;
  background-color: #fff;
  z-index: 200;
}

* html div#esign-view
{
  top: 100px;
}

/* ----- Send Page ----- */

td#sendForm,
td#approveForm,
td#archiveForm,
td#shareForm
{
  width: 498px;
}

ul#alertBox
{
  margin: 0 25px 5px 0;
  border: 1px solid #c00;
  padding: 10px 0 5px;
  background-color: #f99;
  color: #900;
}

ul#alertBox li
{
  margin: 0 10px 5px 30px;
  font-size: 13px;
  font-weight: bold;
}

td#sendForm h1,
td#approveForm h1,
td#archiveForm h1,
td#shareForm h1
{
  /*margin-left: 105px;*/
  color: #666;
  font-size: 20px;
}

fieldset#emailForm
{
  width: 478px;
  border: 0;
  padding: 10px 0;
  background: #edf4f8 url(images/send/emailForm.top.png) 50% 0% no-repeat;
}

fieldset#emailForm table
{
  width: 458px;
  margin: 0 auto;
}

fieldset#emailForm table th,
fieldset#emailForm table td
{
  padding-bottom: 3px;
}

fieldset#emailForm table th
{
  width: 105px;
}

fieldset#emailForm label
{
  display: block;
  margin: 5px 5px 5px 0;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

div#documentSelector label,
div#archiveOptions label
{
  float: left;
  clear: both;
  width: 108px;
  margin: 0 0 10px;
  padding: 5px 5px 0 0;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

td#archiveForm label
{
  float: left;
  width: 118px;
  margin-bottom: 5px;
}

fieldset#emailForm input,
fieldset#emailForm textarea
{
  float: left;
  width: 340px;
  border: 1px solid #ccc;
  padding: 3px !important;
  background-color: #f7f7f7;
  font-size: 15px;
}

td#archiveForm input
{
  margin-bottom: 5px;
}

fieldset#emailForm table th
{
  vertical-align: top;
}

fieldset#emailForm input,
fieldset#emailForm textarea
{
  width: 335px;
}

span#cc-toggle
{
  display: block;
  width: 98px;
  margin: 0 5px 0 0;
  color: #0091be;
  font-size: 11px;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}

* html span#cc-toggle
{
  margin-top: -5px;
}

fieldset#emailForm textarea#tos.user
{
  width: 313px;
}

div#addressBook
{
  float: right;
  width: 26px;
  height: 26px;
  background: transparent url(images/address-book.png) 0% 50% no-repeat;
  cursor: pointer;
}

span#show-group-save
{
  clear: left;
  display: block;
  float: left;
  width: 80px;
  padding: 6px 0;
  color: #0091be;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

input#groupName
{
  float: left;
  width: 223px !important;
  margin: 2px 0 0 10px;
}

div#documentOptions
{
  width: 478px;
  margin-left: 2px;
  padding-bottom: 12px;
  background: #edf4f8 url(images/send/emailForm.bottom.png) 50% 100% no-repeat;
}

* html div#documentOptions
{
  margin: -2px 0 0 -1px;
}

*+html div#documentOptions
{
  margin: -2px 0 0 0;
}

div#documentOptions ul#documentNav
{
  margin: -3px 12px 0;
  padding: 0;
  background: transparent url(images/send/bg.documentNav.gif) 202px 100% no-repeat;
  list-style: none;
  overflow: hidden;
}

* html div#documentOptions ul#documentNav
{
  margin-top: 0;
}

td#approveForm div#documentOptions ul#documentNav
{
  display: none;
}

td#approveForm div#documentSelector
{
  border-top: 1px solid #dce3e7;
}

div#uploader
{
  overflow: hidden;
}

* html td#approveForm div#documentSelector div#uploader
{
  margin-top: 5px;
}

div#documentOptions ul#documentNav li
{
  float: left;
  width: 80px;
  height: 15px;
  margin: 0 1px 0 0;
  border: 1px solid #dce3e7;
  padding: 5px 10px;
  background-color: #dce3e7;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}

div#documentOptions ul#documentNav li.active
{
  border-bottom: 1px solid #f6fafc;
  background-color: #f6fafc;
}

div#documentSelector
{
  clear: both;
  min-height: 50px;
  margin: 0 12px;
  padding: 12px;
  background: #f6fafc url(images/send/bg.documentSelector.png) 50% 100%;
}

* html div#documentSelector
{
  padding-top: 6px;
}

div#documentSelector label
{
  width: 84px !important;
  margin-top: -4px !important;
}

td#archiveForm label#uploadLabel
{
  margin-top: -2px;
}

* html label#uploadLabel
{
  padding: 3px 2px 0 0;
}

input#uploadFile,
input#uploadFile2,
input#uploadFile3,
input#uploadFile4,
input#uploadFile5,
input#uploadFile6,
input#uploadFile7,
input#uploadFile8,
input#uploadFile9,
input#uploadFile10
{
  width: 220px !important;
  margin: 0 0 10px;
  padding: 0;
  background-color: #fff !important;
}

td#archiveForm input#uploadFile
{
  width: 180px !important;
}

span#addExtraFile
{
  margin-bottom: 10px;
  cursor: pointer;
}

div#remover
{
  position: relative;
  top: -28px;
  left: 20px;
  width: 60px;
  font-size: 11px;
}

span#removeFile
{
  font-size: 11px;
  cursor: pointer;
}

select#formId
{
  margin-bottom: 10px;
}

.alert
{
  border: 1px solid #c00;
  background-color: #f99;
}

input.alert {
  padding: 2px;
}

div.sign-agreement-with-name .alert
{
  padding: 2px 1px;
}

fieldset#emailForm .alert
{
  padding: 0;
}

textarea#archiveMessage
{
  margin-bottom: 10px;
}

* html label#archiveMessageLabel,
*+html label#archiveMessageLabel
{
  padding-top: 5px;
}

* html textarea#archiveMessage,
*+html textarea#archiveMessage
{
  margin-top: 5px;
  overflow: auto;
}

fieldset#emailForm input:focus,
fieldset#emailForm textarea:focus
{
  border: 1px solid #00918b;
  background-color: #fff;
}

div#sendOptions,
div#archiveOptions
{
  width: 478px;
  margin: -10px 0 0 2px;
  padding: 0 0 10px;
  background: #edf4f8 url(images/send/emailForm.bottom.png) 50% 100% no-repeat;
}

* html div#sendOptions,
* html div#archiveOptions
{
  margin: -3px 0 0;
}

div#extraToggle
{
  margin: 0 0 0 91px;
  overflow: hidden;
}

* html div#extraToggle
{
  height: 1%;
}

div#extraToggle.activated
{
  position: relative;
  top: -15px;
}

span#addExtraFile
{
  float: left;
  border-bottom: 1px solid #0091be;
  color: #0091be;
}

p#optionToggle,
p.optionToggle
{
  margin: 0 5px 0 91px;
}

p.optionToggle
{
  margin-top: 10px;
}

div#archiveOptions p.optionToggle
{
  margin: 10px 15px 15px 121px;
}

div#archiveShares
{
  margin-top: 15px;
}

div#archiveShares input
{
  border: 1px solid #999;
  padding: 2px;
  background-color: #edf4f8;
}

div#archiveShares input:focus
{
  background-color: #fff;
}

p#faxTitle
{
  margin-left: 90px;
  font-weight: bold;
}

p#faxInfo,
p#formInfo
{
  clear: both;
  margin: 0 40px 0 91px;
  font-size: 12px;
}

div#archiveOptions p#faxTitle,
div#archiveOptions p#faxInfo
{
  margin-left: 121px;
}

p#formInfo
{
  margin-bottom: 10px;
}

p#faxInfo .highlight
{
  padding: 0 2px;
  background-color: #bff;
}

span#faxIt,
span#uploadIt,
span.extraFile,
p.extraFile,
span.removeFile,
div#archiveOptions p.optionToggle
{
  color: #0091bb;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

div#signatures
{
  margin: 10px 20px 0 0;
}

div#signatures h2
{
  float: left;
  width: auto;
  margin: 0 0 10px;
  color: #666;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
}

span#signatureHelpToggle
{
  margin: 0 .1em;
  color: #0091bb;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

div#signatureHelp,
div#approveHelp
{
  clear: both;
  margin: 0 0 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0 0;
  background-color: #f7f7f7;
  overflow: hidden;
}

div#signatureHelp dl,
div#approveHelp dl
{
  margin: 0 10px;
  padding: 0;
  overflow: hidden;
}

div#signatureHelp dt,
div#approveHelp dt,
div#signatureHelp dd,
div#approveHelp dd
{
  width: 48%;
  margin: 0;
  padding: 0;
}

div#signatureHelp dd p,
div#approveHelp dd p
{
  margin: 1em 0 0;
}

div#signatureHelp dt,
div#approveHelp dt
{
  margin: 0 0 .5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: .5em;
  font-size: 1.1em;
  font-weight: bold;
}

div#signatureHelp dd,
div#approveHelp dd
{
  padding-bottom: 10px;
}

div#signatureHelp .eSig,
div#approveHelp .eSig
{
  float: left;
  clear: left;
}

div#signatureHelp .wSig,
div#approveHelp .wSig
{
  float: right;
  clear: right;
}

div#signatureHelp dt.wSig,
div#approveHelp dt.wSig
{
  margin-top: -2.25em;
}

* html div#signatureHelp dt.wSig,
*+html div#signatureHelp dt.wSig,
* html div#approveHelp dt.wSig,
*+html div#approveHelp dt.wSig
{
  margin-top: 0;
}

div#signatureHelp p,
div#approveHelp p
{
  margin: 0 10px 10px;
  padding: 0;
}

.hidden
{
  display: none;
}

.hr
{
  width: 100%;
  clear: both;
}

.share
{
  width: 370px;
  margin-top: 20px;
}

* html div.share
{
  margin-top: 0;
}

.hr hr
{
  display: none;
}

div#signatureError
{
  clear: both;
  border: 1px solid #c00;
  margin: 0 0 10px;
  padding: 10px;
  background-color: #f99;
  color: #900;
  font-size: 13px;
  font-weight: bold;
}

* html div#signatureError
{
  margin-top: 10px;
  padding-top: 5px;
}

div#eSignature,
div#wSignature
{
  width: 234px;
  padding: 0 0 0 5px;
}

div#eSignature.active,
div#wSignature.active
{
  background: transparent url('images/send/selectedSignature.png') 50% 50% no-repeat;
  color: #666;
  font-weight: bold;
}

div#eSignature
{
  float: left;
}

div#eSigDisabler
{
  width: 234px;
  height: 30px;
  margin-top: -30px;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: 0.75;
  background-color: #fff;
}

* html div#eSigDisabler
{
  width: 234px;
  height: 40px;
}

div#wSignature
{
  float: right;
}

div#esignRadio,
div#fsignRadio
{
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  background: transparent url('images/send/sendRadio.gif') 50% 0% no-repeat;
  cursor: pointer;
}

* html div#esignRadio,
* html div#fsignRadio
{
  margin-top: 0px;
}

div#esignRadio.active,
div#fsignRadio.active
{
  margin-top: 0;
  background-position: 50% 100%;
}

label.sigType
{
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}

.toggle-off
{
  background-position: 50% 0%;
}

.toggle-on
{
  background-position: 50% 100%;
}

div.mySigCheck,
div.securityCheck
{
  float: left;
  clear: left;
  width: 23px;
  height: 23px;
  margin: 8px 0 0 8px;
  background: transparent url(images/send/checkbox.gif) 0% 5px no-repeat;
  cursor: pointer;
}

div.securityCheck
{
  margin-top: -3px;
}

div.mySigCheck.checked,
div.securityCheck.checked
{
  background-position: 0% 100%;
}

* html div.mySigCheck,
* html div.securityCheck
{
  margin-left: 4px;
}

label.sigLabel,
label.protectCheckLabel
{
  float: left;
  margin: 13px 0 10px 10px;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
}

label.protectCheckLabel
{
  margin-top: 2px;
}

div#signatureOrder,
div#protectOptions
{
  clear: both;
  width: 400px;
  padding: 0 0 10px 40px;
  overflow: hidden;
}

* html div#protectOptions
{
  margin-top: -1px;
}

div#signatureOrder h2
{
  font-size: 15px;
  font-weight: bold;
}

* html div#signatureOrder h2
{
  margin-bottom: 10px;
}

div#signatureOrder div#signatureToggle
{
  width: 100px;
  height: 30px;
  background: transparent url(images/send/changeOrder.gif) 50% 50% no-repeat;
  text-indent: -99999px;
  cursor: pointer;
}

div#signatureOrder ol
{
  clear: both;
  margin: 0 0 10px;
  padding: 0;
  list-style-position: inside;
}

div#signatureOrder ol li
{
  margin: 0;
  font-size: 14px;
  line-height: 1.25em;
}

* html div#protection
{
  height: 1%;
}

div#protectOptions
{
  margin-top: 15px;
}

label#protectPasswordLabel,
label#confirmProtectPasswordLabel
{
  display: block;
  float: left;
  width: 120px;
  padding-right: 5px;
  font-weight: bold;
}

input#protectionPassword,
input#confirmProtectionPassword
{
width: 145px;
}

label#confirmProtectPasswordLabel,
  input#confirmProtectionPassword
{
  margin-top: 5px;
}

input#protectSign,
input#protectOpen
{
  margin: 10px 0 0 125px;
}

label#protectSignLabel,
label#protectOpenLabel
{
  margin-top: -5px;
  font-weight: bold;
}

* html input#protectUntilSigned,
*+html input#protectUntilSigned,
* html input#protectAlways,
*+html input#protectAlways
{
  margin: 3px 2px 0 65px !important;
}

div#send,
div#archive
{
  clear: both;
  float: left;
  width: 150px;
  height: 24px;
  margin: 10px 0 0 0;
  background: #fff url('images/send/sendButton.2.png') 50% 0% no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

* html div#send,
* html div#archive
{
  margin: 10px 20px 0 0;
}

div#archive
{
  margin-top: 10px;
}

span#setDate
{
  display: block;
  float: left;
  overflow: hidden;
}

input#archiveDate
{
  width: 305px !important;
  cursor: pointer;
}

img#archiveIcon
{
  display: inline;
  margin-left: 5px;
  cursor: pointer;
}

label#archiveMessageLabel,
input#archiveMessage
{
  margin-top: -3px !important;
}

span#emailPreview
{
  float: right;
  clear: right;
  width: 150px;
  margin: 15px 20px 0 0;
  color: #0091bb;
  font-size: 13px;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}

td#sidebar
{
  width: 232px;
}

td#sidebar h3
{
  margin-top: 10px;
  color: #0091bb;
  font-size: 18px;
  font-weight: normal;
}

td#sidebar dl
{
  margin: 10px 0 0;
  padding: 0;
}

td#sidebar dl dt
{
  margin: 0;
  padding: 10px 0 10px 30px;
  color: #666;
  font-size: 16px;
}

dt#sendInfo
{
  background: transparent url(images/send/send.png) 0% 50% no-repeat;
}

dt#signInfo
{
  background: transparent url(images/send/sign.png) 0% 50% no-repeat;
}

dt#doneInfo
{
  background: transparent url(images/send/done.png) 0% 50% no-repeat;
}

dt#archiveInfo
{
  padding-left: 45px !important;
  background: transparent url(images/dashboard/archive.old.png) -5px 50% no-repeat;
}

dt#emailInfo
{
  padding-left: 45px !important;
  background: transparent url(images/archiveMail.gif) 0% 50% no-repeat;
}

td#sidebar dl dd
{
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
  padding: 0 0 15px;
  color: #777;
}

td#sidebar dl dd p
{
  margin: 0;
}

td#sidebar dl dd p+p
{
  margin-top: 10px;
}

div#archiveAddressBox
{
  width: 210px;
  height: 40px;
  margin: 10px 0;
  overflow: auto;
}

/* Agreements Page Demo Banner */

div#demo-banner
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 143992;
  width: 150px;
  height: 150px;
  background: transparent url(images/demo-banner.gif) 50% 50% no-repeat;
}

/* DASHBOARD */

div#dashboard-left-column
{
  float: left;
  width: 580px;
  padding-bottom: 10px;
  font-size: 1.1em;
}

* html div#dashboard-left-column
{
  padding-bottom: 0;
}

div#dashboard-left-column h2,
div#dashboard-right-column h2
{
  margin: 10px 10px 10px 0;
  color: #666;
  font-size: 24px;
  line-height: 1em;
}

div#dashboard-left-column h2.nonUser
{
  font-size: 24px;
}

img.icon
{
  float: left;
  margin-top: 0;
  background-color: #eee;
}

div#dashboard-left-column p
{
  margin-left: 1.5em !important;
}

div#dashboard-left-column h3
{
  margin: 20px 25px 0 0;
}

div#dashboard-left-column h3 a
{
  display: block;
  padding-left: 50px;
  background-color: transparent;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  color: #34aacd;
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
  text-decoration: none;
}

div#dashboard-left-column h3#signHead a
{
  background-image: url(images/dashboard/sign.png);
}

div#dashboard-left-column h3#approveHead a
{
  background-image: url(images/dashboard/approve.png);
}

div#dashboard-left-column h3#manageHead a
{
  background-image: url(images/dashboard/manage.png);
}

div#dashboard-left-column h3#archiveHead a
{
  background-image: url(images/dashboard/archive.png);
}

div#dashboard-left-column h3 a:hover,
div#dashboard-left-column h3 a:active
{
  background-position: 0% 100%;
  text-decoration: underline;
}

div#dashboard-left-column p
{
  clear: left;
  margin: 10px 25px 10px 0;
  font-size: 13px;
  line-height: 1.5em;
}

div#dashboard-left-column p.deck
{
  margin: 0 0 10px !important;
  color: #999;
  font-size: 16px;
  line-height: 1em;
}

div#notification-box
{
  margin: 10px 10px 25px 0;
  border: 1px solid #f60;
  padding: 1em;
  background-color: #f93;
  color: #fff;
}

div#notification-box h3
{
  float: left;
  margin: 0 .5em 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
}

div#notification-box p
{
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
}

div#dashboard-right-column
{
  margin: 10px 0 0 380px;
}

div#dashboard-right-column a:link,
div#dashboard-right-column a:visited
{
  color: #0091be;
}

div#dashboard-right-column a:hover,
div#dashboard-right-column a:active
{
  text-decoration: underline;
}

div#dashboard-right-column .blueButton a,
div#dashboard-right-column .greenButton a
{
  color: #fff !important;
}

* html div#dashboard-right-column
{
  float: right;
  width: 350px;
  margin: 10px 0 0;
}

div#dashboard-right-column h3
{
  margin: 0 0 5px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}

div#dashboard-right-column h4
{
  margin: 0;
  color: #666;
  font-size: 13px;
  font-weight: bold;
}

div#dashboard-right-column p
{
  font-size: 13px;
  line-height: 1.5em;
}

div#quick-look,
div#dashboard-login
{
  padding: 0 0 10px;
  background: transparent url(images/dashboard/bg.sidebar.png) 50% 0% repeat-y !important;
}

div#quick-look h3
{
  width: 100%;
  height: 45px;
  padding: 0;
  background: transparent url(images/dashboard/bg.quick-look.head.png) 50% 50% no-repeat;
  text-indent: -99999px;
}

div#quick-look h4
{
  margin: 0 16px;
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0;
  background-color: #f7f7f7;
}

div#quick-look h4.closed span,
div#quick-look h4.closedPause span
{
  background: #f7f7f7 url(images/dashboard/quick-look-closed.png) 5px 50% no-repeat;
}

div#quick-look h4.open span,
div#quick-look h4.openPause span
{
  background: #f7f7f7 url(images/dashboard/quick-look-open.png) 5px 50% no-repeat;
}

div#quick-look h4 span
{
  display: block;
  width: 75%;
  padding: 5px 5px 5px 25px;
  text-decoration: none;
  cursor: pointer;
}

div#quick-look h4 a.to-manage
{
  float: right;
  margin: -1.8em .5em 0 0;
  font-size: 11px;
  font-weight: normal;
}

*+html div#quick-look h4 a {
  padding-top: .25em;
}

div#waiting-list,
div#out-list,
div#fax-list,
div#signed-list
{
  margin: 0 16px;
  border: 1px solid #ccc;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  padding: 0 5px;
  background-color: #fcfcfc;
}

div#signed-list
{
  border-bottom: 1px solid #ddd;
}

div#quick-look ul
{
  padding: 10px 0;
}

*+html div#quick-look ul {
  width: 300px;
}

div#quick-look ul li
{
  margin: 0 5px 5px 20px;
  padding: 0;
  font-size: 13px;
  list-style-type: disc;
}

div#quick-look ul li a
{
  text-decoration: none;
}

div#quick-look ul li a:hover
{
  text-decoration: underline;
}

div#quick-look ul li span.action
{
  margin-left: .5em;
  font-size: 85%;
}

div#quick-look ul li span.action a
{
  margin: 0 .05em;
  text-decoration: underline;
}

h3#account-shares-head
{
  width: 100%;
  height: 45px;
  margin-top: 20px !important;
  padding-top: 15px;
  background: transparent url(images/dashboard/bg.shared.head.png) 50% 0% no-repeat !important;
}

ul#share-list
{
  margin: -10px 0 0;
  padding: 0;
  background: transparent url(images/dashboard/bg.sidebar.png) 50% 0% repeat-y;
}

ul#share-list li
{
  margin: 0;
  padding: 0;
  background: transparent url(images/dashboard/bg.sidebar.png) 50% 0% repeat-y;
  list-style-type: none !important;
}

h3#recent-events-head
{
  width: 100%;
  height: 30px !important;
  margin-top: 20px !important;
  padding-top: 15px;
  background: transparent url(images/dashboard/bg.recent-events.head.png) 50% 0% no-repeat !important;
}

ul#event-list
{
  margin: 0 18px;
  padding: 0;
  list-style: none !important
}

ul#event-list li
{
  margin: 0 0 10px !important;
  list-style: none !important;
}

div#home-search
{
  padding: 10px 0 0;
  border-bottom: 1px solid #ddd;
  background: transparent url(images/dashboard/bg.sidebar.png) 50% 0% repeat-y !important;
  overflow: hidden;
}

div#home-search h3
{
  width: 93%;
  height: 45px;
  margin: -10px auto 0;
  padding: 0;
  background: transparent url(images/dashboard/bg.search.head.png) 50% 0% no-repeat;
  text-indent: -99999px;
}

div#home-search fieldset
{
  margin: 0 -10px;
  border: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  overflow: hidden;
}

div#home-search input#home-search-field
{
  float: left;
  width: 204px;
  margin: 0 0 0 18px;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #f7f7f7;
  color: #999;
}

* html div#home-search input#home-search-field,
*+html div#home-search input#home-search-field
{
  width: 184px;
  margin-left: 30px;
}

div#home-search input#home-search-field.active
{
  border-color: #999;
  background-color: #fff;
  color: #333;
}

div#home-search-submit-box
{
  float: right;
  width: 80px;
  height: 24px;
  margin: 0 18px;
}

div#home-search-submit-box a
{
  display: block;
  background: transparent url(images/button-blue-80.gif) 50% 50% no-repeat;
  color: #fff !important;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

div#home-search-submit-box a:hover
{
  text-decoration: none;
}

div#home-profile
{
  margin-top: -10px;
  border-bottom: 1px solid #ddd;
  padding: 0;
  background: transparent url(images/dashboard/bg.sidebar.png) 50% 0% repeat-y;
}

div#home-profile h3
{
  width: 93%;
  height: 60px;
  margin: 10px auto 0;
  background: transparent url(images/dashboard/bg.profile.head.png) -11px 50% no-repeat;
  text-indent: -99999px;
}

div#home-profile p
{
  margin: -10px 2px 0;
  border-bottom: 1px solid #eee;
  padding: 0 16px 16px;
}

div#home-message,
div#dashboard-message
{
  margin-top: 10px;
  border-top: 1px solid #7bc;
  padding: 10px 13px;
  background: transparent url(images/dashboard/bg.sidebar.message.png) 50% 100% no-repeat;
  overflow: hidden;
}

div#home-message fieldset#tell-a-friend
{
  margin: 0 0 5px;
  border: 0;
  padding: 5px 0 0;
}

div#home-message fieldset#tell-a-friend label
{
  display: block;
  float: left;
  width: 40px;
  font-size: 11px;
  font-weight: bold;
}

div#home-message fieldset#tell-a-friend div.greenButton
{
  float: right;
  width: 100px;
  margin: -22px 0 0;
}

div#dashboard-login
{
  padding-bottom: 0;
}

div#dashboard-login h3
{
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  background: transparent url(images/dashboard/bg.sign-in.head.png) 50% 50% no-repeat;
  text-indent: -99999px;
}

div#dashboard-login form#loginForm
{
  margin: 0 auto;
}

div#dashboard-login table.data-input
{
  width: 95%;
}

div#dashboard-login table.data-input th
{
  width: 20%;
}

div#dashboard-login table.data-input td
{
  width: 68%;
}

* html div#dashboard-login table.data-input input.login-inputs
{
  border: 1px solid #999;
}

*+html div#dashboard-login table.data-input input.login-inputs
{
  width: 255px;
}

div#dashboard-login table.data-input input
{
  width: 100%;
  font-size: 13px;
}

div#dashboard-signup
{
  padding: 0 16px;
}

div#forgot-password-link
{
  margin: 10px 20px;
  text-align: right;
}

div#forgot-password-link.login {
  width: 200px;
}

div#forgot-password-div
{
  margin: 0 20px;
}

div#dashboard-login div.greenButton a
{
  display: block;
}

div#forgot-password-link
{
  margin-bottom: 25px
}

div#forgot-password-link a
{
  color: #0091bb;
}

div#dashboard-register
{
  border: 1px solid #d4d4d4;
  border-top: 0;
  margin: -10px 0 0;
}

div#dashboard-register h3
{
  width: 100%;
  height: 35px;
  margin: 0 auto;
  background: transparent url(images/dashboard/bg.sign-up.head.png) 50% 0% no-repeat;
  text-indent: -99999px;
}

div#dashboard-register p
{
  margin: 10px 16px 20px;
}

div#dashboard-signup
{
  border: 1px solid #ddd;
  background-color: #eee;
}

div#dashboard-message

/* --- Browser Support Page --- */

div#browserSupport
{
  margin: 25px 0 50px;
  font-size: 16px;
  overflow: hidden;
}

div#browserSupport h2
{
  color: #666;
  font-size: 24px;
  font-weight: normal;
}

div#browserSupport h3
{
  color: #999;
  font-size: 20px;
  font-weight: normal;
}

div#browserSupport dl#windows-browsers
{
  float: left;
  width: 48%;
}

div#browserSupport dl#mac-browsers
{
  float: right;
  width: 48%;
}

div#browserSupport dt
{
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 16px;
}

div#browserSupport dd
{
  margin: 0 0 10px;
  padding: 0 0 10px 42px;
  line-height: 32px;
}

div#browserSupport dd.camino
{
  background: transparent url('images/camino.png') 0% 50% no-repeat;
}

div#browserSupport dd.firefox
{
  background: transparent url('images/firefox.png') 0% 50% no-repeat;
}

div#browserSupport dd.msie
{
  background: transparent url('images/msie.png') 0% 50% no-repeat;
}

/* --- Log Out Link --- */

a.logOut
{
  display: block;
  width: 100px;
  height: 25px;
  margin-top: 10px;
  border: 0;
  background: transparent url('images/logOut.png') 50% 50% no-repeat;
  text-decoration: none;
  text-indent: -9999px;
}

div.greenButton,
div.blueButton
{
  width: 100px;
  height: 24px;
  padding: 0;
}

input.simpleGreenButton
{
  width: 100px;
  height: 24px;
  border: 0;
  margin-left: 5px;
  background: transparent url(images/simpleSend.png) 50% 50% no-repeat;
  color: #fff;
  font-weight: bold;
}

div.greenButton,
input.greenButton
{
  background: transparent url(images/button-green-left.gif) 0% 50% no-repeat;
}

div.blueButton
{
  background: transparent url(images/button-blue-left.gif) 0% 50% no-repeat;
}

div.greenButton a,
div.blueButton a
{
  display: block;
  padding: 0;
  line-height: 24px;
}

div.greenButton a
{
  background: transparent url(images/button-green-right.gif) 100% 50% no-repeat;
}

div.blueButton a
{
  background: transparent url(images/button-blue-right.gif) 100% 50% no-repeat;
}

span#thumbnail-details-accessCode {
  display: block;
}

div#agreement-detail-form
{
  background-color: #edf4f8;
}

div#agreement-detail-form table th
{
  padding-right: 3px;
  text-align: left;
}

div#agreement-detail-form table td
{
  margin: 0;
  padding: 0;
}

div#agreement-detail-form table td input
{
  width: 172px;
}

div#agreement-detail-form table input#archive-date
{
  background-color: #fff !important;
  cursor: pointer;
}

div#agreement-detail-form table td img#archive-date-icon
{
  width: 18px;
  height: 18px;
  margin: 0 !important;
}

a#archive-id-button,
a#archive-submit-button,
a#archive-cancel-button
{
  display: block;
  width: 60px;
  height: 16px;
  margin: 5px -5px 5px 5px;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

* html a#archive-id-button
{
  width: 75px;
}

a#archive-id-button
{
  background: transparent url(images/bg.agreementEdit.png) 50% 0% no-repeat;
}

a#archive-submit-button
{
  margin-right: 3px;
  background: transparent url(images/bg.agreementSave.png) 50% 0% no-repeat;
}

a#archive-cancel-button
{
  margin-right: 3px;
  background: transparent url(images/bg.agreementSave.png) 50% 0% no-repeat;
}

a#archive-id-button:hover,
a#archive-submit-button:hover,
a#archive-cancel-button:hover,
a#archive-id-button:active,
a#archive-submit-button:active,
a#archive-cancel-button:active
{
  background-position: 50% 100%;
}

div#agreement-detail-form input#archive-submit
{
  float: right;
  margin-right: 2px;
}

ul#topNav
{
  float: right;
  margin: 3px -5px 3px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

* html ul#topNav
{
  margin-bottom: 15px;
}

ul#topNav li
{
  float: left;
  margin-top: 20px;
  border-left: 1px solid #ccc;
  padding: 0 .5em;
  color: #999;
  font-size: 11px;
  font-weight: bold;
}

ul#topNav li.signIn
{
  border: 0;
  padding-left: 20px;
  background: transparent url(images/land/signIn.jpg) 0% 50% no-repeat;
}

ul#topNav li a
{
  color: #999;
  font-weight: bold;
  text-decoration: none;
}

/* Landing Page 04 */

body#land04,
body#land05
{
  margin: 0;
  padding: 0;
  background-color: #edf4f8;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

body#land04 div#page,
body#land05 div#page
{
  width: 750px;
  margin: 0 auto;
}

body#land04 h1#logo,
body#land05 h1#logo
{
  float: left;
  width: 184px;
  height: 50px;
  background: transparent url(images/land/logo-es-landing.gif) 50% 50% no-repeat;
  text-indent: -99999px;
}

body#land04 ul#userOptions,
body#land05 ul#userOptions
{
  float: right;
  list-style: none;
}

body#land04 ul#userOptions li,
body#land05 ul#userOptions li
{
  float: left;
}

body#land04 div#content,
body#land05 div#content
{
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  background: #fff url(images/land04.bg.body.png) 50% 0% repeat-y;
  overflow: hidden;
}

body#land05 div#content
{
  border-top: 1px solid #d7d7d7;
  padding: 0 0 50px;
}

* html body#land05 div#content
{
  margin-left: 0px;
}

body#land04 div#content h2
{
  margin: 0;
  padding: 25px 25px 0;
  background: transparent url(images/land04.bg.body-top.png) 50% 0% no-repeat;
  color: #0091be;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.1em;
  text-align: center;
}

body#land05 div#content h2
{
  width: 100%;
  height: 44px;
  margin: 10px 0;
  background: transparent url('images/land/land05.bg.content-head.png') 50% 100% no-repeat;
  text-indent: -99999px;
}

body#land04 div#content h3
{
  margin-bottom: 10px;
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.75em;
  text-align: center;
}

body#land05 div#content h3
{
  margin: 0 0 10px;
  line-height: 1em;
}

body#land04 div#content p.deck,
body#land05 div#content p.deck
{
  clear: both;
  margin: 0 25px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  font-size: 1.1em;
  font-weight: bold;
  line-height: .75em;
  text-align: center;
}

body#land05 div#content p.deck
{
  margin: 0 50px;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 1em;
}

body#land04 ol#echoSteps
{
  margin: 10px 25px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

body#land04 ol#echoSteps li
{
  float: left;
  width: 233px;
}

body#land04 ol#echoSteps li.sign
{
  width: 234px;
}

body#land04 ol#echoSteps li h4
{
  margin: 10px 0;
  color: #0091be;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
}

body#land04 ol#echoSteps li p
{
  margin-right: 10px;
  font-size: 13px;
}

body#land04 div#register
{
  margin: 0 0 25px;
}

body#land04 div#register a:link,
body#land04 div#register a:visited
{
  display: block;
  height: 75px;
  background: transparent url(images/bg.try-echosign.png) 50% 0% no-repeat;
  text-decoration: none;
  text-indent: -99999px;
}

body#land04 div#register a:hover
{
  background-position: 50% 50%;
}

body#land04 div#register a:active
{
  background-position: 50% 100%;
}

body#land04 div#features
{
  margin: 25px;
  overflow: hidden;
}

body#land04 div#features img
{
  float: left;
  margin: 0 25px 0 0;
  border: 1px solid #ccc;
}

body#land04 div#features dl
{
  margin-left: 375px;
}

body#land04 div#features dl dt
{
  margin: 0 0 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
}

body#land04 div#features dl dd
{
  margin: 0 0 5px;
  padding-left: 16px;
  background: transparent url(images/bullet.png) 0% 7px no-repeat;
  font-size: 13px;
}

body#land04 div#quotes
{
  clear: both;
  margin: 0 25px 25px;
  border-top: 1px solid #ddd;
  padding: 0;
  background-image: none;
  overflow: hidden;
}

* html body#land04 div#quotes
{
  padding-top: 5px;
}

body#land04 div#quotes h2
{
  height: 30px;
  margin: 0 0 10px;
  padding: 0;
  color: #0091be;
  background-image: none;
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
  text-indent: 0;
}

body#land04 div#quotes blockquote
{
  margin: 0;
  border-top: 1px solid #eee;
  padding: 10px 0 0;
}

body#land04 div#quotes blockquote p
{
  color: #333;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  font-style: italic;
}

body#land04 div#quotes blockquote p.citation
{
  color: #666;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, sans-serif;
  font-size: .9em;
  font-style: normal;
  line-height: 1.5em;
}

body#land04 div#quotes blockquote span.citationCompany
{
  margin-left: 1.25em;
}

body#land04 div#customers
{
  float: left;
  width: 340px;
}

body#land04 div#bloggers
{
  float: right;
  width: 340px;
}

body#land05 div#ways
{
  float: left;
  width: 325px;
  margin: 0 0 25px 50px;
}

* html body#land05 div#ways
{
  width: 350px;
}

* html body#land05 div#ways
{
  width: 320px;
  margin-left: 0;
  padding-left: 50px;
}

body#land05 div#content h3
{
  margin: 15px 0 0;
  color: #0091be;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
}

body#land05 div#ways ol
{
  margin: 0;
  padding: 0;
  list-style: none;
}

body#land05 div#ways ol li
{
  margin: 1em 0 0 0;
  padding: 0;
}

body#land05 div#ways ol li strong
{
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 110%;
}

body#land05 div#try-it
{
  float: right;
  width: 300px;
  margin: 0 50px 10px 0;
}

* html body#land05 div#try-it
{
  width: 250px;
  margin-right: 25px;
}

body#land05 div#try-it h2
{
  width: 300px;
  height: 50px;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent url(images/land/land05.register.png) 50% 0% no-repeat;
  text-indent: -99999px;
}

body#land05 div#try-it-form
{
  width: 298px;
  border: 1px solid #007800;
  border-top: 0;
  padding-bottom: 15px;
  background-color: #228d22;
  overflow: hidden;
}

* html body#land05 div#try-it-form
{
  background-color: #187c18;
}

body#land05 div#try-it-form p
{
  margin: 0 15px 15px;
  padding-top: 5px;
  color: #efe;
  font-size: 90%;
  line-height: 1.2em;
}

body#land05 div#try-it-form p#email-error
{
  border: 1px solid #fff;
  padding: 10px;
  background-color: #cfc;
  color: #060;
  font-size: 12px;
  font-weight: bold;
}

body#land05 div#try-it-form input
{
  float: left;
  width: 190px;
  margin: 0 0 5px 15px;
  padding: 3px 0 2px;
}

body#land05 div#try-it-form div#try-it-submit a
{
  float: right;
  margin: 0 15px 0 0;
  border: 1px solid #efe;
  padding: 4px 10px;
  background-color: #efe;
  color: #030;
  font-size: 80%;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

body#land05 div#register
{
  float: right;
  margin: 0 50px 25px 0;
}

body#land05 div#register a
{
  display: block;
  width: 300px;
  height: 70px;
  background-color: #0f0;
  text-decoration: none;
  text-indent: -99999px;
}

body#land05 div#testimonial
{
  float: right;
  width: 268px;
  margin: 15px 50px 15px 0;
  border: 1px solid #dce3e7;
  padding: 15px 15px 0;
  background: #edf4f8 url(images/land/bg.quote.png) 10px 10px no-repeat;
}

* html body#land05 div#testimonial
{
  width: 270px;
  margin-right: 25px;
}

body#land05 div#testimonial blockquote
{
  margin: 0;
  padding: 0;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
}

body#land05 div#testimonial blockquote p em
{
  display: block;
  font-size: 150%;
  font-style: normal;
  font-weight: bold;
}

body#land05 div#testimonial p.citation
{
  font-size: 85%;
  line-height: 1.25em;
  text-align: right;
}

/* --- Sitemap Styles --- */

a.site-map
{
  display: block;
  float: left;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
}

dl#sitemap dt
{
  margin: 25px 0 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 18px;
}

dl#sitemap dd
{
  margin: 0 0 5px;
}

h4#share-list-head
{
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.click-doesnt-shade
{
  margin-right: 5px;
}

* html a.click-doesnt-shade
{
  margin-right: 0;
}

/* Wee Spinner for Send Page */

div#weeSpinner
{
  float: left;
  width: 16px;
  height: 16px;
  margin: 14px 0 0 10px;
  background: transparent url(images/spinner.gif) 50% 50% no-repeat;
}

* html div#weeSpinner
{
  margin: 15px 0 0 -10px;
}

div#weeSpinner.off
{
  display: none;
}

div#weeSpinner.on
{
  display: block;
}

/* Admin Agreement Styles */

ul.small-thumbs,
ul.tiny-thumbs
{
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

ul.small-thumbs
{
  width: 100%;
  height: 250px;
  overflow: auto;
}

ul.small-thumbs li,
ul.tiny-thumbs li
{
  float: left;
  margin: 0 0 10px 10px;
}

ul.small-thumbs li img
{
  width: 200px;
  height: 265px;
}

/* Agreement Page Heading Styles */

span#nameHeader,
span#companyHeader,
span#titleHeader,
span#dateHeader
{
  cursor: pointer;
}

/* Press Release Page */

div.press-releases h2
{
  margin-top: 20px;
}

p.release-name
{
  margin: 0 0 5px;
  padding: 0;
  font-size: 125%;
}

p.release-info
{
  color: #999;
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
}

p#reminders-no-create
{
  display: inline;
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
}

/* --- STICKY NOTE STYLES -------------------- */

div.help-button
{
  width: 16px;
  height: 16px;
  background: transparent url(images/help.png) 50% 0% no-repeat;
  cursor: pointer;
}

.sticky
{
  position: absolute;
  width: 250px;
  z-index: 50000;
  border: 1px solid #fc3;
  background-color: #fef49c;
}

.sticky-top
{
  height: 15px;
  margin: 1px;
  background-color: #fc3;
  cursor: move;
}

.sticky-closer
{
  float: right;
  width: 10px;
  height: 10px;
  margin: 2px;
  background: #fef49c url(images/sticky.closer.png) 60% 50% no-repeat;
  cursor: pointer;
}

* html .sticky-closer
{
  width: 12px;
}

.sticky-text
{
  margin: 5px 10px 10px;
}

.sticky-text h3
{
  display: block;
  margin: 0 0 .5em !important;
  padding: 0;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.sticky-text ul
{
  margin: .5em 1em 0;
  padding: 0;
}

.sticky-text ul li
{
  margin: 0 0 .5em;
  padding: 0;
}

.sticky-text dl dt
{
  float: left;
  margin: 0 .25em 0 0;
  padding: 0;
  font-weight: bold;
}

div#help-reminder-sticky dl dt,
div#help-decline-sticky dl dt
{
  float: none;
  margin-bottom: .5em;
  border-bottom: 1px solid #fc3;
  padding-bottom: .5em;
}

.sticky-text dl dd
{
  margin: 0 0 .5em;
  padding: 0;
}

div#help-attach
{
  float: left;
  margin-left: 10px;
}

div#help-attach-sticky
{
  left: 270px;
}

div#help-password
{
  float: right;
  margin: -18px 100px 0 0;
}

* html div#help-password
{
  margin-right: 50px;
}

div#help-password-sticky
{
  left: 390px;
  margin-top: -90px;
}

div#help-reminder
{
  float: left;
  margin-left: 5px;
}

div#help-reminder-sticky
{
  top: 200px;
  left: 10px;
  z-index: 10000;
}

div#help-reminder-sticky div.sticky-top
{
  cursor: default;
}

/*
  Reminder Sticky iFrame for MSIE
  -------------------------------
  MSIE draws <select>s as a windowed element,
  which means it draws <select>s over overlaid divs,
  which gets in the way of at least one sticky,
*/

iframe#msie-deselecter
{
  position: absolute;
  top: 200px;
  left: 10px;
  width: 250px;
  height: 250px; /* We may need to set this via JavaScript */
  z-index: 9999;
}

div#help-decline
{
  position: relative;
  top: 6px;
  left: 163px;
}

* html div#help-decline,
*+html div#help-decline
{
  left: 3px;
}

div#help-view
{
  position: relative;
  top: -20px;
  left: 205px;
}

div#help-view-sticky
{
  margin: 70px 0 0 0;
}

* html div#help-view-sticky,
*+html div#help-view-sticky
{
  margin: 0;
}

div#help-share
{
  position: relative;
  top: -20px;
  left: 130px;
}

div#help-share-sticky
{
  margin: 30px 0 0 0;
}

* html div#help-share-sticky
{
  margin: 0;
}

/* --- AWARD STYLES -------------------------- */

div#awards
{
  margin-bottom: 50px;
}

a.ibdn-award
{
  display: block;
  width: 120px;
  height: 120px;
  background: transparent url(images/UTR.gif) 50% 50% no-repeat;
  text-decoration: none;
  text-indent: -99999px;
}

div#utr
{
  position: fixed;
  width: 120px;
  height: 120px;
  top: 50px;
  left: 50px;
}

div#utr a
{
  display: block;
  width: 120px;
  height: 120px;
  background: transparent url(images/UTR.gif) 50% 50% no-repeat;
  text-decoration: none;
  text-indent: -99999px;
}

/* --- ADDRESS BOOK STYLES ------------------- */

div#address-view
{
  position: absolute;
  top: 15%;
  width: 550px;
}

div#address-view-toolbar
{
  height: 26px;
  background: transparent url(images/send/bg.address-view-toolbar.gif) 50% 50% no-repeat;
  /*cursor: move;*/
}

div#address-view-close
{
  float: right;
  width: 15px;
  height: 15px;
  margin: 5px 5px 0 0;
  background: transparent url(images/send/bg.address-view-close.gif) 50% 0% no-repeat;
  text-align: center;
  cursor: pointer;
}

div#address-view-body
{
  border: 1px solid #bcc3c7;
  background-color: #eee;
  overflow: hidden;
  height: 1%; /* Stupid MSIE */
}

select#address-list,
select#address-list-selected
{
  width: 200px;
  height: 200px;
}

select#address-list
{
background: #fff url(images/send/bg.address-book-loading.gif) 25% 50% no-repeat;
}

* html select#address-list
{
  height: 188px;
  background-color: transparent;
}

iframe#address-list-mask-back,
div#address-list-mask
{
  position: relative;
  width: 175px;
  height: 50px;
  margin-top: -170px;
  margin-left: 35px;
}

div#address-list-mask
{
  background: #fff url(images/send/bg.address-book-loading.gif) 50% 50% no-repeat;
}

select#address-list,
input#add-address,
input#remove-address
{
  float: left;
}

select#address-list-selected
{
  float: right;
  margin: 2px 20px 0 0;
}

select#address-list
{
  margin: 20px 0 0 20px;
}


input#add-address,
input#remove-address
{
  position: relative;
  width: 80px;
  height: 20px;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}

input#add-address
{
  top: 90px;
  left: 15px;
  background: transparent url(images/send/bg.add-address.png) 50% 0% no-repeat;
}

input#remove-address
{
  top: 120px;
  left: -65px;
  background: transparent url(images/send/bg.remove-address.png) 50% 0% no-repeat;
}

input#address-select-complete
{
  float: right;
  clear: both;
  width: 110px;
  height: 20px;
  margin: 10px 20px 10px 0;
  border: 0;
  background: transparent url(images/send/bg.address-select-complete.png) 50% 0% no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}

* html input#address-select-complete
{
  margin-top: -2px;
}

select#address-list-selected
{
  margin-left: 15px;
}

/* ----- PIN Styles -------------------------- */

div#pin-view
{
  position: absolute;
  top: 90px;
  width: 881px;
  height: 511px;
  z-index: 10000;
  background: transparent url(images/bg.pin-view.png) 50% 50% no-repeat;
}

* html div#pin-view,
*+html div#pin-view
{
  top: 90px;
}

div#pin-box
{
  width: 468px;
  margin: 150px auto 0;
}

h2#pin-headline
{
  width: 468px;
  height: 26px;
  margin: 0 auto 10px;
  background: transparent url(images/bg.pin-headline.png) 50% 50% no-repeat;
  text-indent: -9999px;
}

div#pin-field
{
  width: 446px;
  height: 1%;
  border: 1px solid #999;
  padding: 10px 10px 0;
  background-color: #ccc;
  overflow: hidden;
}

p#about-pin
{
  clear: both;
  margin: 0 0 10px;
  border-top: 1px solid #999;
  padding-top: 10px;
  font-size: 13px;
  font-weight: bold;
}

p#about-pin a
{
  color: #0091be;
}

label#pin-label
{
  display: block;
  float: left;
  width: 125px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  text-align: right;
}

input#pin
{
  float: left;
  width: 160px;
  margin: 0 5px 10px;
  padding: 2px;
  font-size: 13px;
}

* html input#pin
{
  margin-bottom: 0;
}

div#pin-button
{
  float: left;
  width: 80px;
  height: 24px;
  padding: 0;
  background: transparent url(images/button-blue-80.gif) 50% 50% no-repeat;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

div#pin-processing,
div#pin-error
{
  clear: both;
  margin: 10px 0;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

* html div#pin-processing,
* html div#pin-error
{
  padding-top: 5px;
}

div#pin-processing
{
  border: 1px solid #0091be;
  background-color: #12bbde;
}

div#pin-error
{
  border: 1px solid #900;
  background-color: #c00;
}

/* ----- "Tell A Friend" Styles -------------- */

div#tell-others-right
{
  float: right;
  width: 350px;
  height: 250px;
  background: transparent url(images/promo.tell-a-friend.png) 50% 50% no-repeat;
}

div#tell-others-right p
{
  margin-top: 10px;
}

/* ----- "Handle Fax" Styles ----------------- */

p.handle-fax-notice
{
  margin: 15px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  font-size: 15px;
}

p.handle-fax-action
{
  font-size: 14px;
}

fieldset.handle-fax-options
{
  margin: 15px 0;
  border: 0;
  padding: 0;
}

fieldset.handle-fax-options div
{
  margin-bottom: 10px;
}

fieldset.handle-fax-options div label
{
  margin-left: 3px;
  font-size: 1.1em;
  line-height: 1em;
}

fieldset.handle-fax-options textarea.handle-fax-message
{
  margin-bottom: 15px;
}

input#handle-fax-submit
{
  width: 80px;
  height: 24px;
  margin-top: 10px;
  border: 0;
  padding: 0;
  background: transparent url(images/button-green-80.gif) 50% 50% no-repeat;
  color: #fff;
  font-weight: bold;
}

div#global-message-box,
diV#global-error-box
{
  clear: both;
}

input#emailAll
{
  width: 160px;
  border: 1px solid #7bc;
  padding: 2px;
}

dl#sales-questions {
  float: right;
  width: 482px;
  margin: 0 0 25px;
  border: 1px solid #ddd;
  padding: 5px 0;
  background-color: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif;
  font-size: 12px;
  overflow: hidden;
}

dl#sales-questions dt {
  margin-left: 10px;
  color: #666;
  font-weight: bold;
}

dl#sales-questions dt,
dl#sales-questions dd {
  display: inline;
}

dl#sales-questions dd {
  margin: 0 0 0 10px;
  padding: 0 0 0 15px;
}

dl#sales-questions dd.telephone {
  background: transparent url(images/static/phone.gif) 0% 50% no-repeat;
}


dl#sales-questions dd.chat {
  margin: 0 0 0 20px;
  padding: 0 0 0 22px;
  background: transparent url(images/static/chat.gif) 0% 50% no-repeat;
}

div#scanalert {
  float: left;
  margin: 15px 0 0 0;
}

img#sas70badge {
  float: left;
  margin: 10px 0 0 25px;
}

img#appexchange {
  margin: 25px 0 0 25px;
}

/* Profile Pages */

ul#profileNav {
  width: 100%;
  height: 35px;
  margin: 15px 0 0;
  padding: 0;
  background: transparent url(images/bg.profileNav.png) 50% 0% no-repeat;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
  line-height: 35px;
  list-style: none;
}

ul#profileNav li {
  float: left;
  margin: 0;
  font-size: 12px;
}

ul#profileNav li a {
  display: block;
  padding: 0 15px;
  background: transparent url(images/bg.profileNav.png) 50% 0% no-repeat;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

ul#profileNav li.profile a {
  background-position: 0% 0%;
}

ul#profileNav li a:hover {
  background-position: 50% -40px !important;
  color: #666 !important;
}

ul.sharing li.sharing a,
ul.sharing li.sharing a:hover,
ul.api li.api a,
ul.api li.api a:hover,
ul.users li.users a,
ul.users li.users a:hover {
  background-position: 50% -80px !important;
  color: #666 !important;
}

ul#profileNav li.profile a:hover {
  background-position: 0% -40px !important;
  color: #666 !important;
}

ul#profileNav.profile li.profile a {
  background-position: 0% -80px;
  color: #666 !important;
}

div.profile {
  margin: 0;
  clear: both;
  background: transparent url(images/bg.profileBox.png) 50% 100% no-repeat;
  overflow: hidden;
}

div.profile h2 {
  margin: 25px 25px 10px;
  font-size: 20px;
  color: #666;
}

div#aboutProfile p {
  margin: 25px;
}

*+html div#myProfileForm {
  margin-left: -50px !important;
  padding-left: 50px;
}

div.profile h3 {
  margin: 0 25px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #777;
}

div.profile table {
  margin: 0 25px 25px;
}

div.profile table th {
  width: 125px;
  padding-right: 5px;
  text-align: right;
}

div.profile table td {
  width: 300px;
}

div.profile div#profile-buttons {
  width: 100%;
  margin: 25px;
  padding: 0;
}

div.profile div#profile-buttons div {
  float: left !important;
  margin: 0 10px 0 0;
}

/* Account */

* html div#myProfileForm {
  margin-left: -50px;
  padding: 0 0 25px 50px;
}

a#passwordLink {
  display: block;
  width: 250px;
  margin: -15px 0 15px 160px;
}

div#newsletterOptIn {
  width: 350px;
  margin: 0 0 0 160px;
}

div#upgradeOptions {
  float: right;
  width: 175px;
  margin: 60px 25px 0 0;
  border: 1px solid #cbd2d6;
  background-color: #fff;
  padding: 15px;
}

/* Sharing */

* html div#accountShareForm {
  margin-right: 0;
}

div#accountShareForm h2 {
  margin: 25px 0 5px;
  font-size: 14px;
  font-weight: bold;
}

div#accountShareForm div#sharing,
div#accountShareForm div#viewing {
  width: 320px;
  margin: 0;
  padding-bottom: 25px;
}

* html div#accountShareForm div#sharing,
* html div#accountShareForm div#viewing {
  width: 310px;
}

div#accountShareForm div#sharing {
  float: left;
  margin-left: 25px;
  padding-right: 15px;
}

* html div#accountShareForm div#sharing {
  margin-left: 15px;
}

div#accountShareForm div#viewing {
  float: right;
  margin-right: 25px;
}

div#accountShareForm ul {
  margin: 0 15px;
  padding: 0;
}

div#accountShareForm ul li {
  margin: 0 0 5px;
  padding: 0;
}

div#accountShareForm input {
  float: left;
  padding: 3px;
  border: 1px solid #a9b0b4;
}

div#accountShareForm div.greenButton {
  clear: none;
  float: left;
  margin: 0 0 0 10px;
}

/* Users */

dl#userList,
form#createUserForm {
  margin: 0;
  padding-bottom: 25px;
}

dl#userList {
  float: left;
  width: 220px;
  margin-left: 25px;
}

form#createUserForm {
  float: right;
  width: 420px;
  margin-right: 25px;
}

dl#userList dt,
form#createUserForm h2 {
  margin: 25px 0 15px;
  font-size: 14px;
  font-weight: bold;
}

dl#userList dd {
  margin: 0 0 10px;
}

form#createUserForm label {
  display: block;
  clear: left;
  float: left;
  width: 100px;
  margin-bottom: 5px;
  font-weight: bold;
}

form#createUserForm label.share {
  display: inline;
  clear: none;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

form#createUserForm input {
  margin-bottom: 5px;
}

form#createUserForm input#share {
  float: left;
  clear: left;
  margin-left: 100px;
}

form#createUserForm label.share {
  display: block;
  float: left;
  width: 150px;
  margin: 4px 0 0 5px;
  line-height: 1.25em;
}

* html form#createUserForm label.share {
  padding-top: 4px;
}

form#createUserForm div#help-share {
  top: 4px;
  left: 270px;
}

* html form#createUserForm div#help-share {
  left: 0;
}

* html form#createUserForm input#share {
  margin-left: 100px;
}

* html form#createUserForm label.share {
  position: relative;
  top: -5px;
}

div#newUserSubmit {
  float: left;
  clear: left;
  margin: 10px 0 0 100px;
}

* html div#newUserSubmit {
  margin-left: 50px;
}

/* ----- API Docs ----- */

div.API h3 {
  margin-bottom: 1em;
}

div.API table {
  width: 100%;
  margin-top: 0;
}

div.API tr.TOC td {
  width: 33%;
}

div.API tr.TOC td h4 {
  margin-top: 0 !important;
}

div.API tr.TOC td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.API tr.TOC td ul li {
  margin: 0 0 .5em;
  padding: 0;
}

div.API h4 {
  margin: 2.5em 0 .5em !important;
}

div.API a.toTop {
  display: block;
  margin: 1em 0 5em !important;
}

/* ----- Register Page Steps ----- */

ul#steps {
  margin: 20px 0 0;
  padding: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  list-style: none;
}

ul#steps li h3 {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}

ul#steps li.send h3 {
  background: transparent url(images/static/send.png) 2.8em 50% no-repeat;
}

ul#steps li.sign h3 {
  background: transparent url(images/static/sign.png) 2.4em 50% no-repeat;
}

ul#steps li.done h3 {
  background: transparent url(images/static/pdf.png) 2.8em 50% no-repeat;
}

ul#steps li p {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 14px;
}
input.search_dis {
			height:20px;
			border-bottom: 1px solid #848484; 
			border-top: 1px solid #848484;
			border-left:1px solid #848484; 
			border-right:1px solid #848484;  
			padding:5px;
			padding-bottom:2px;
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			color: #666666; font-size:12px; font-weight:bold;
		}