html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:12px/1.33 sans-serif; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea { color:#2a2a2a; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#000; text-decoration: none; }
a:hover { color:#036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #5c6598; color:#fff; text-shadow: none; }
::selection { background:#7c85d8; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display:none !important; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: 
 */
 
html, body { font-family: Arial, sans-serif; height: 100%; min-width: 960px; min-height: 420px; }

html, body {
    background: #ddd;
}

#container {
    /*min-height: 100%;*/
    position: relative;
    background: #fff;
    width: 960px;
    margin: 0 auto;
}

#sticky_footer_wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

#app_header {
  height: 80px;
  background-color: rgb(216,216,216);
  color: rgb(60,60,60);
  padding: 6px 10px;
}

#app_header .branding {
  color: #ccc;
  text-decoration: none;
  float: left;
  position: relative;
  top: 12px;
}

#app_header nav {
  float: right;
  line-height: 16px;
  cursor: default;
  padding: 10px 0 4px;
}

#app_header nav > ul > li {
  float: left;
  color: #fff;
}

#app_header nav a {
  color: #fff;
  text-decoration: none;
}

#app_header nav a:hover {
  text-decoration: underline;
}

#app_login {
  cursor: pointer;
}

#app_login:focus,
#app_login:hover {
  text-decoration: underline;
}

#landing_container {
  
}

#landing_bg_container {
  background: #041d33 url('../images/layout/landing_background.jpg') no-repeat 0 0;
  height: 307px;
  margin-bottom: 15px;
  position: relative;
}

#landing_bg_container header {
  position:absolute;
  top: 52px;
  left: 438px;
  width: 470px;
}

#landing_title {
  color: rgb(30,30,30);
  text-shadow: 0 1px 2px rgba(0,0,0,0.65);
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.01em;
}

#landing_subtitle {
  color: rgb(30,30,30);
  font-size: 17px;
  font-weight: bold;
  display: block;
  width: 550px;
  word-wrap: break-word;
  padding-left: 2px;
}

#landing_cube {
  position: absolute;
  width: 499px;
  height: 337px;
  background: url(../images/layout/landing_cube.png) no-repeat left top;
  left: -67px;
  bottom: -29px;
}

#landing_bg_container .actions {
  position:absolute;
  right: 140px;
  bottom: 110px;
  color: #aab3bd;
  text-align: center;
}

#landing_bg_container .iframe {
  color: #6699ff;
  cursor: pointer;
}

#landing_bg_container p .iframe:focus,
#landing_bg_container p .iframe:hover {
  text-decoration: underline;
}

#get_started_button {
  display: inline-block;
  margin: 0;
  padding: 0 16px;
  height: 46px;
  line-height: 46px;
  color: #fff !important;
  background: url('../images/buttons/orange-button.png') repeat-x 0 0;
  text-align: center;
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px rgba(142,37,6,0.85);
  white-space: nowrap;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 2px 0px  rgba(0,0,0, 0.85);
  -webkit-box-shadow: 0 2px 2px 0px  rgba(0,0,0, 0.85);
  box-shadow: 0 2px 2px 0px  rgba(0,0,0, 0.85);
}

#get_started_button:focus,
#get_started_button:hover {
  background-position:  0 -50px;
  -moz-box-shadow: 0 2px 2px 0px  rgba(0,0,0, 0.60);
  -webkit-box-shadow: 0 2px 2px 0px  rgba(0,0,0, 0.60);
  box-shadow: 0 2px 2px 0px  rgba(0,0,0, 0.60);
}

#get_started_button:active {
  background-position:  0 -100px;
}

#landing_features
{
    padding: 0;
    background: #fff;
}

.ie7 #landing_features,
.ie8 #landing_features,
.ie9 #landing_features {
  /*
  background-image: url(../images/layout/home_blocks_ie_gradient.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  */
}

#landing_container > h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 15px 10px;
}

#landing_features ol.steps {
  list-style-type: none;
  margin: 0;
}

#landing_features ol.steps li {
  list-style-type: none;
  float: left;
  padding-right: 10px;
  margin-left: 10px;
  border-right: solid 1px #ddd;
  width: 292px;
  display: inline;
}

#landing_features ol.steps li h2 {
  font-size: 16px;
  font-weight: normal;
  margin-left: 42px;
  height: 100px;
}

#landing_features ol.steps li .large_icon {
  display: block;
}

#landing_features .steps .step1 {
  background: url('../images/layout/landing_numbers.png') no-repeat 0 0;
  margin-left: 0;
}

#landing_features .steps .step1 .large_icon {
  background: url('../images/layout/landing_tiles.png') no-repeat center 0;
  height: 160px;
}

#landing_features .steps .step1 .register:hover {
  text-decoration: underline;
  cursor: pointer;
}

#landing_features .steps .step2 {
  background: url('../images/layout/landing_numbers.png') no-repeat 0 -400px;
}

#landing_features .steps .step2 .large_icon {
  background: url('../images/layout/landing_tiles.png') no-repeat center -385px;
  height: 160px;
}

#landing_features .steps .step3 {
  background: url('../images/layout/landing_numbers.png') no-repeat 0 -800px;
  padding-right: 0;
  border-right: none;
}

#landing_features .steps .step3 .large_icon {
  background: url('../images/layout/landing_tiles.png') no-repeat center -786px;
  height: 170px;
}

#landing_features ul.features {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#landing_features ul.features li {
  padding: 0 0 0 56px;
  margin: 15px 0 25px 0;
  list-style-type: none;
}

.ie7 #landing_features ul.features li {
  min-height: 60px;
}

#landing_features ul.features li:first-child {
  border-left: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

#landing_features ul.features h2 {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
}

#landing_features ul.features li p {
  line-height: 1.4;
  font-size: 16px;
  color: #5c5c5c;
}

#landing_features .features .feature1 {
  background: url('../images/layout/landing_icons.png') no-repeat 0 0;
}

#landing_features .features .feature2 {
  background: url('../images/layout/landing_icons.png') no-repeat 0 -121px;
}

#landing_features .features .feature3 {
  background: url('../images/layout/landing_icons.png') no-repeat 0 -242px;
}

#landing_features .wrap-section-content 
{
    position: relative;
}
#landing_features .wrap-section-content .signin-box
{
    position: relative;
    display: block;
    float: left;
    width: 330px;
    padding: 12px 30px 0;
}
#landing_features .wrap-section-content .info-box
{
    position: relative;
    display: block;
    float: right;
    width: 56%;
}

footer {
    position: relative;
    border-top: 1px solid #999;
    background: #fff;
    height: 39px;
}

footer div.footer-logo 
{
    position: absolute;
    right: 10px;
    height: 100%;
    width: 98px;
}
footer div.footer-logo img
{
    margin-top: 12px;
    height: 18px;
    width: 100px;
}

footer .social {
  padding: 0 10px;
  color: #666;
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #ccc;
}

footer .social a {
  position: relative;
  top: 4px;
  margin-left: 8px;
}

footer .copy {
  line-height: 39px;
  height: 39px;
  float: left;
  margin-left: 10px;
}

footer .copy p {
  font-size: 11px;
  color: #000;
}

footer .legalese {
  float: left;
  list-style-type: none;
  margin: 12px 0 0 0;
}

footer .legalese li {
  list-style-type: none;
  margin-left: 10px;
  float: left;
  cursor: pointer;
  font-size: 11px;
  color: #003399;
}

footer .legalese li a {
  color: #003399;
}

#templates {
  display: none;
  visibility: hidden;
}

.about_contents {
  width: 362px;
}

#settingsList
{
    padding-left: 30px;
    margin-left: 0px;
}

/******* New public styles *********/

.new_public #sticky_footer_wrap {
  width: 1124px; 
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20);
  
}

.ie8 .new_public #sticky_footer_wrap,
.ie7 .new_public #sticky_footer_wrap {
  border-right: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
}

.new_public #container {
  background: #fff;
  width: 1124px;
}

#public_footer footer 
{
    height: 39px;
}

.new_public #public_footer footer 
{
  height: auto;
}

.new_public #mapping_container {
    padding: 40px 60px;
}

.new_public .column_layout li.description_li .wrap-mapping-text 
{
    font: bold 14px "Arial";
    color: #0d92dc;
}
.new_public .column_layout li.description_li .wrap-mapping-text .mapping-text.left
{
    display: block;
    float: left;
    width: 170px;
    margin-left: 15px;
    text-align: center;
}
.new_public .column_layout li.description_li .wrap-mapping-text .mapping-text.right
{
    display: block;
    float: right;
    width: 170px;
    text-align: center;
}

.new_public .column_layout li:first-child.description_li {
  width: 517px;
}

.new_public #mapping_features .field-validation-error {
  font-weight: bold;
  margin: 0;
  padding-bottom: 0;
  padding-top: 4px;
  font-size: 12px;
}

.new_public li.signin_li {
  width: 370px;
  margin-left: 100px;
}

.new_public li.description_li span {
  display: block;
  padding-top: 20px;
  font-size: 11px;
}

.new_public li.description_li p {
  margin: 0;
  padding: 14px 0;
}

.new_public li.signin_li .sign_in_box {
  min-height: 310px;
  padding: 20px 30px;
  width: 330px;
}

.new_public form input[type="text"], .new_public form input[type="password"] {
  float: none;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 0 4px;
  width: 330px;
  border-color: #cacaca;
  box-shadow: inset 0 1px #e2e2e2, inset 0 2px #f5f5f5; 
}

.ie7 .new_public form input[type="text"],
.ie7 .new_public form input[type="password"],
.ie8 .new_public form input[type="text"],
.ie8 .new_public form input[type="password"] 
{
    line-height: 26px;
}

.new_public form input[type="text"]:focus, 
.new_public form input[type="password"]:focus {
  border-color: #5286bd;
  
}

.new_public form label.password_label {
  padding-top: 20px;
}

.new_public form label {
  display: block;
  float: none;
  margin: 0;
  padding: 6px 0;
  text-align: left;
  font-weight: bold;
  color: #666;
  font-size: 13px;
  width: auto;
}

.new_public form h2 {
  margin-bottom: 30px;
  color: #666;
  font-size: 22px;
  font-weight: normal;
}


.new_public .actions {
  text-align: center;
  padding-top: 50px; 
}
.new_public .signin_li .actions {
  text-align: left;
  padding-top: 50px; 
}

.new_public .actions input[type="submit"] {
  float: right;
  margin-right: -2px;
  text-align: center;
  width: 120px;
}

.new_public .trouble {
  float: left;
  padding-top: 8px;
  font-size: 13px;
  width: 200px;
}

.new_public #mapping_works h3 {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10px;
}

.new_public #mapping_works p {
  color: #0099FF;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 4px;
}

.new_public #mapping_works img {
  width: auto;
  height: auto;
}

.new_public #mapping_other_apps {
  height: auto;
}

.new_public #mapping_other_apps h3 {
  padding-top: 10px;
  font-size: 14px;
  padding-bottom: 20px;
}

.new_public #mapping_other_apps ul {
  list-style:none;
  margin:0;
  display: inline-block;
  font-size: 11px;
  padding-bottom: 20px;
}

.new_public #mapping_other_apps ul.hidden {
  display: none
}

.new_public #mapping_other_apps ul > li {
  width: 334px;
  float: left;
}

.new_public #mapping_other_apps ul > li a {
  color: #2A2A2A;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding-top: 6px;
  text-decoration: underline;
}

.new_public #mapping_other_apps ul > li p {
    margin: 0px 5px 0px 85px;
    padding-top: 5px
}

.new_public #mapping_other_apps ul > li img {
  float: left;
  padding-right: 10px;
}

.new_public #mapping_other_apps ul > li .prod_info {
  padding-top: 0px;
}

.new_public #mapping_other_apps .show_more {
  cursor: pointer;
  text-decoration: underline;
}


/**New buttons**/

input[type="submit"].primary_button,
input[type="button"].primary_button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: #4675A8;
  height: 35px;
  border: 0 none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);  
}


input[type="submit"].primary_button:hover,
input[type="button"].primary_button:hover {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35);
  background-image: -ms-linear-gradient(top, #518ECD 0%, #3D6291 100%);
  background-image: -moz-linear-gradient(top, #518ECD 0%, #3D6291 100%);
  background-image: -o-linear-gradient(top, #518ECD 0%, #3D6291 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #518ECD), color-stop(1, #3D6291));
  background-image: -webkit-linear-gradient(top, #518ECD 0%, #3D6291 100%);
  background-image: linear-gradient(to bottom, #518ECD 0%, #3D6291 100%);
}


.ie8 input[type="submit"].primary_button:hover,
.ie8 input[type="button"].primary_button:hover,
.ie7 input[type="submit"].primary_button:hover,
.ie7 input[type="button"].primary_button:hover {
  background-color: #3D6291;
}

.primary-button 
{
    font: bold 16px/16px Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    height: 35px;
    width: auto;
    padding: 0 15px;
    margin: 0;
    display: block;
    text-align: center;
    
    cursor: pointer;
    border: none;
    
    background: rgb(70,117,168);
    background: rgba(70,117,168,1);
    background: -moz-linear-gradient(top, rgba(70,117,168,1) 0%, rgba(70,117,168,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(70,117,168,1)), color-stop(100%, rgba(70,117,168,1)));
    background: -webkit-linear-gradient(top, rgba(70,117,168,1) 0%, rgba(70,117,168,1) 100%);
    background: -o-linear-gradient(top, rgba(70,117,168,1) 0%, rgba(70,117,168,1) 100%);
    background: -ms-linear-gradient(top, rgba(70,117,168,1) 0%, rgba(70,117,168,1) 100%);
    background: linear-gradient(to bottom, rgba(70,117,168,1) 0%, rgba(70,117,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4675A8', endColorstr='#4675A8', GradientType=0 );
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    -ms-filer:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40000000,Positive=true);
}
.primary-button:hover 
{
    background: rgb(81,143,205);
    background: rgba(81,143,205,1);
    background: -moz-linear-gradient(top, rgba(81,143,205,1) 0%, rgba(61,97,145,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(81,143,205,1)), color-stop(100%, rgba(61,97,145,1)));
    background: -webkit-linear-gradient(top, rgba(81,143,205,1) 0%, rgba(61,97,145,1) 100%);
    background: -o-linear-gradient(top, rgba(81,143,205,1) 0%, rgba(61,97,145,1) 100%);
    background: -ms-linear-gradient(top, rgba(81,143,205,1) 0%, rgba(61,97,145,1) 100%);
    background: linear-gradient(to bottom, rgba(81,143,205,1) 0%, rgba(61,97,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#518fcd', endColorstr='#3d6191', GradientType=0 );
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.primary-button.disabled,
.primary-button.disabled:hover 
{
    background: rgb(70, 117, 168);
    background: rgba(70, 117, 168, 0.5);
    background: -moz-linear-gradient(top, rgba(70, 117, 168,0.5) 0%, rgba(70, 117, 168,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(70, 117, 168,0.5)), color-stop(100%, rgba(70, 117, 168,0.5)));
    background: -webkit-linear-gradient(top, rgba(70, 117, 168,0.5) 0%, rgba(70, 117, 168,0.5) 100%);
    background: -o-linear-gradient(top, rgba(70, 117, 168,0.5) 0%, rgba(70, 117, 168,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(70, 117, 168,0.5) 0%, rgba(70, 117, 168,0.5) 100%);
    background: linear-gradient(to bottom, rgba(70, 117, 168,0.5) 0%, rgba(70, 117, 168,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4675A8', endColorstr='#4675A8', GradientType=0 );
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    filter:none;
    box-shadow: none;
    cursor: default;
    outline: none !important;
}
.primary-button.disabled::-moz-focus-inner {
 border: 0;
}

.ie7 .primary-button.disabled,
.ie7 .primary-button.disabled:hover 
{
    background: rgb(70, 117, 168);
    filter: alpha(opacity=50);
}
.ie8 .primary-button.disabled,
.ie8 .primary-button.disabled:hover 
{
    background: rgb(70, 117, 168);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.secondary-button 
{
    font: bold 16px/16px Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #4b7fb9;
    height: 35px;
    width: auto;
    padding: 0 15px;
    margin: 0;
    display: block;
    text-align: center;
    
    background: rgb(255,255,255);
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=0 );
    
    cursor: pointer;
    border: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    -ms-filer:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40000000,Positive=true);
}
.secondary-button:hover 
{
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
    -ms-filer:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#59000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#59000000,Positive=true);
}
.secondary-button.disabled,
.secondary-button.disabled:hover 
{   
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.5);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0.5)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=0 );
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    filter:none;
    box-shadow: none;
    cursor: default;
    outline: none !important;
}
.secondary-button.disabled::-moz-focus-inner {
 border: 0;
}

.ie7 .secondary-button.disabled,
.ie7 .secondary-button.disabled:hover 
{
    background: #fff;
    filter: alpha(opacity=50);
}
.ie8 .secondary-button.disabled,
.ie8 .secondary-button.disabled:hover 
{
    background: #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
