/* UMG Library (umg-library.less) */
.cma-attachment-reorder {
  display: inline-block;
  padding: 0 0 0 15px;
  overflow: hidden;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background-image: url('../../Shared/images/ui-icons_tristate_default.png');
  cursor: pointer;
  *display: inline;
  zoom: 1;
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

  background-image: url('../../Shared/images/ui-icons_tristate_222.png');
  background-position: -128px -96px;
  vertical-align: text-top;
}
.cma-attachment-reorder:hover {
  background-position: -128px -112px;
}
.cma-attachment-reorder:active {
  background-position: -128px -128px;
}
.cma-attachment-delete {
  display: inline-block;
  padding: 0 0 0 15px;
  overflow: hidden;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background-image: url('../../Shared/images/ui-icons_tristate_default.png');
  cursor: pointer;
  *display: inline;
  zoom: 1;
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

  background-position: -16px -576px;
  vertical-align: text-top;
}
.cma-attachment-delete:hover {
  background-position: -16px -592px;
}
.cma-attachment-delete:active {
  background-position: -16px -608px;
}
.cma-attachment-undelete {
  display: inline-block;
  padding: 0 0 0 15px;
  overflow: hidden;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background-image: url('../../Shared/images/ui-icons_tristate_default.png');
  cursor: pointer;
  *display: inline;
  zoom: 1;
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

  background-position: 0px -576px;
  vertical-align: text-top;
}
.cma-attachment-undelete:hover {
  background-position: 0px -592px;
}
.cma-attachment-undelete:active {
  background-position: 0px -608px;
}
/*
 * Based on jQuery UI CSS Framework 1.8.6
 *
 * Original Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Adapted for LESS Library Integration by Unity Media Group
 */
/*---- new library elements 11/2011 ----*/
/* Library Styles
************************************************************/
body {
  background: #eeeeee url('../img/home/headerBackground.jpg') repeat-x center top;
  margin: 0px;
  padding: 0px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 2;
}
a {
  color: #707800;
  outline: none;
}
a:hover {
  color: #7c8500;
}
.error {
  background: #2d2d2d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c3c3c), color-stop(0.74, #2b2b2b), color-stop(1, #3c3c3c));
  background: -moz-linear-gradient(center bottom, #3c3c3c 0%, #2b2b2b 74%, #3c3c3c 100%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0px;
  text-shadow: 0px -1px 0px black;
  color: #fff267;
  padding: 15px;
}
.error li {
  text-align: left;
}
#header {
  width: 1000px;
  margin: 0px auto;
  height: 250px;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  background: #676f00 url('../img/home/headerCenter.jpg') no-repeat;
}
#topBar {
  height: 30px;
}
#logo {
  width: 147px;
  height: 114px;
  /*        background: url('../img/home/logo.png') no-repeat; */

  text-indent: -9999px;
  display: block;
  float: left;
}
#nav {
  margin: 0px 0px 0px 0px;
  padding: 0px 2px 0px 0px;
  width: 425px;
  float: right;
  height: 30px;
}
#nav li {
  float: left;
  list-style: none;
}
#nav a {
  float: left;
  display: block;
  color: #ddd;
  text-decoration: none;
  text-shadow: 0px -1px 0px black;
  text-align: center;
}
#nav a:hover {
  color: #8C910B;
}
#navHome {
  margin: 0px 0px 0px 0px;
  padding: 14px 8px 0px 8px;
  width: 54px;
  -moz-border-radius: 0px 0px 0px 10px;
  -webkit-border-bottom-left-radius: 10px;
}
#navRegister {
  margin: 0px 0px 0px 0px;
  padding: 14px 8px 0px 8px;
  width: 100px;
}
#navDownload {
  margin: 0px 0px 0px 0px;
  padding: 14px 8px 0px 8px;
  width: 75px;
}
#navHelp {
  margin: 0px 0px 0px 0px;
  padding: 14px 8px 0px 8px;
  width: 44px;
  border-right: 1px solid #000;
}
#navLogin {
  margin: 0px 0px 0px 0px;
  padding: 14px 17px 0px 16px;
  width: 52px;
  border-left: 1px solid #444;
  -moz-border-radius: 0px 0px 10px 0px;
  -webkit-border-bottom-right-radius: 10px;
  text-align: center;
}
a#navLogin:hover {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9d105), to(#707402));
  background: -moz-linear-gradient(top, #c9d105, #707402);
  -moz-border-radius: 0px 0px 10px 0px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-box-shadow: 0 1px 1px #454545;
  -webkit-box-shadow: 0 1px 1px #454545;
  color: #FFF;
}
#navHome.active,
#navRegister.active,
#navDownload.active,
#navHelp.active {
  background: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#444444));
  background: -moz-linear-gradient(top, #262626, #333333);
  -moz-box-shadow: 0 -1px 1px #454545;
  -webkit-box-shadow: 0 -1px 1px #454545;
  color: #8C910B;
}
#navHome:hover,
#navRegister:hover,
#navDownload:hover,
#navHelp:hover {
  background: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#242424));
  background: -moz-linear-gradient(top, #333333, #242424);
  -moz-box-shadow: 0 1px 1px #454545;
  -webkit-box-shadow: 0 1px 1px #454545;
}
#navHome:hover {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius: 0px 0px 0px 10px;
}
.intro {
  float: left;
  margin: 42px 0px 10px 20px;
  font-weight: lighter;
  font-size: 30px;
}
.descriptionOther {
  font-weight: lighter;
  clear: left;
  width: 498px;
  height: 94px;
  font-size: 18px;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.description {
  font-weight: lighter;
  position: relative;
  clear: left;
  width: 980px;
  height: 94px;
  font-size: 20px;
  margin: 0px;
  padding: 0px 0px 0px 84px;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
#wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  top: -93px;
}
#content {
  width: 500px;
  float: left;
  margin-bottom: 100px;
  text-shadow: 0px 1px 0px #fff;
  color: #444;
  position: relative;
}
#homeFeatures {
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
#homeFeatures li {
  list-style: none;
  float: left;
  width: 500px;
  margin: 10px 0px 10px 0px;
  color: #444;
}
#homeFeatures h3, #homeFeatures p {
  float: left;
  width: 415px;
  margin: 5px 0px 5px 0px;
}
#homeFeatures li .featureImage {
  display: block;
  float: left;
  height: 100px;
  width: 85px;
}
#iconOne {
  background: url('../img/home/icons_sprite.png') no-repeat scroll -26px 0px;
  height: 100px;
  width: 85px;
  display: block;
}
#iconTwo {
  background: url('../img/home/icons_sprite.png') no-repeat scroll -151px 0px;
  height: 100px;
  width: 85px;
  display: block;
}
#iconThree {
  background: url('../img/home/icons_sprite.png') no-repeat scroll -276px 0px;
  height: 100px;
  width: 85px;
  display: block;
}
#iconFour {
  background: url('../img/home/icons_sprite.png') no-repeat scroll -401px 0px;
  height: 100px;
  width: 85px;
  display: block;
}
.featureLower {
  margin: 0px 0px 15px 0px;
}
#sidebar {
  width: 465px;
  float: left;
  left: 20px;
  position: relative;
  padding: 0px 0px 0px 16px;
  margin: 0px 0px 0px 0px;
  -moz-box-shadow: inset 0 -1px 10px #bbbbbb;
  -webkit-box-shadow: inset 0 -1px 10px #bbbbbb;
  -moz-border-radius: 0px 0px 30px 30px;
  /*-webkit-border-bottom-right-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;*/

}
#homeVideo {
  border: solid 5px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 272px;
  width: 440px;
  margin: 20px 0px 20px 0px;
  position: relative;
  float: left;
  z-index: 100;
}
#createAccountWrapper {
  margin: -129px 0px 0px 15px;
  padding: 30px 40px 30px 41px;
  float: left;
  -moz-box-shadow: inset 0 -1px 10px #616900;
  -webkit-box-shadow: inset 0 -1px 10px #616900;
  -moz-border-radius: 30px 30px 0px 0px;
}
#createAccountButton {
  width: 400px;
  height: 68px;
  background: url('../img/home/createAnAccount.png') no-repeat left top;
  display: block;
  position: relative;
  left: 27px;
  text-indent: -9999px;
  margin: 0px 0px 25px 0px;
  float: left;
}
#createAccountButton:hover {
  background-position: left center;
}
#createAccountButton:active {
  background-position: left bottom;
}
#loginSTS {
  float: left;
  color: #666;
  text-shadow: 0px 1px 0px #FFF;
  font-size: 13px;
  text-indent: 38px;
}
#loginSTSbutton {
  background: url('../img/home/homeLoginButton.png') no-repeat scroll top;
  float: left;
  width: 428px;
  height: 68px;
  text-indent: -9999px;
  border: 0px;
  outline: none;
  margin: 10px 10px 30px 10px;
}
#loginSTSbutton:hover {
  background: url('../img/home/homeLoginButton.png') no-repeat scroll center;
}
#login {
  background: #2d2d2d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c3c3c), color-stop(0.74, #2b2b2b), color-stop(1, #3c3c3c));
  background: -moz-linear-gradient(center bottom, #3c3c3c 0%, #2b2b2b 74%, #3c3c3c 100%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 10px 0px;
}
#login h2 {
  color: #fff;
  text-shadow: 0px -1px 0px black;
  display: block;
  border-bottom: solid #181818 1px;
  -moz-box-shadow: 0px 1px 0px #3a3a3a;
  text-align: center;
  padding: 18px;
  margin: 0px;
  font-weight: normal;
  font-size: 24px;
}
#login a {
  color: #8c910b;
  text-shadow: 0px -1px 0px black;
  padding: 2px 5px 5px 5px;
}
#login fieldset {
  border: none;
  padding: 0px 20px 20px;
  line-height: normal;
}
#loginButton {
  width: 203px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  background: url('../img/home/loginButton.png') no-repeat;
  cursor: pointer;
  float: right;
  margin: 5px 0px 0px 0px;
  display: block;
}
#loginButton:hover {
  background-position: 0px -41px;
}
#loginButton:active {
  background-position: 0px -82px;
}
#loginContainer {
  width: 430px;
  margin: -100px auto 30px auto;
}
.shareText {
  width: 430px;
  float: left;
  padding: 25px 10px 0px 0px;
  text-shadow: 0px 1px 0px #FFF;
  margin: 0px 0px 40px 0px;
}
.shareText hr {
  background: #CCC;
  border-width: 0px 0px 1px 0px;
  border-color: #FFF;
}
#registrationDuplicate {
  float: left;
}
/*#registrationContainer #registration {
width:430px;
float:right;
margin:-100px 30px 30px 30px;
position:relative;
}*/
#LogonSwitch {
  width: 203px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  background: url('../img/home/loginButton.png') no-repeat;
  cursor: pointer;
  float: left;
  margin: 10px 0px 0px 0px;
  display: block;
}
#LogonSwitch:hover {
  background-position: 0px -41px;
}
#LogonSwitch:active {
  background-position: 0px -82px;
}
#changePassword {
  width: 203px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  background: url('../img/home/passchange_sprite.png') no-repeat;
  cursor: pointer;
  float: right;
}
#changePassword:hover {
  background-position: 0px -41px;
}
#changePassword:active {
  background-position: 0px -82px;
}
#resetPassword {
  width: 203px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  background: url('../img/home/passreset_sprite.png') no-repeat;
  cursor: pointer;
  float: right;
}
#resetPassword:hover {
  background-position: 0px -41px;
}
#resetPassword:active {
  background-position: 0px -82px;
}
.returnToLogon {
  float: left;
}
/* General Form Styles */
fieldset label {
  color: #fff;
  margin: 0px 0px 5px;
  float: left;
  text-shadow: 0px -1px 0px black;
}
fieldset label.infield {
  color: #333;
  margin: 0px 0px 5px;
  float: left;
  text-shadow: 0px 1px 0px #fff;
  position: absolute;
  text-align: left;
  top: 3px !important;
  left: 30px !important;
  text-indent: 5px;
  height: 29px;
  width: 300px;
  line-height: 29px;
  display: block;
}
input.text {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border: solid 1px #444;
  font-size: 14px;
  width: 90%;
  padding: 7px 8px 7px 30px;
  -moz-box-shadow: 0px 1px 0px #777;
  -webkit-box-shadow: 0px 1px 0px #777;
  background: #dddddd url('../img/home/inputSprite.png') no-repeat 4px 6px;
  background: url('../img/home/inputSprite.png') no-repeat 4px 6px, -moz-linear-gradient(center bottom, #e1e1e1 0%, #d7d7d7 54%, #adadad 100%);
  background: url('../img/home/inputSprite.png') no-repeat 4px 6px, -webkit-gradient(linear, left bottom, left top, color-stop(0, #e1e1e1), color-stop(0.54, #d7d7d7), color-stop(1, #adadad));
  color: #333;
  text-shadow: 0px 1px 0px #FFF;
}
.changePassword p {
  color: #fff;
  text-shadow: 0px -1px 0px black;
}
.changePassword span {
  float: left;
  color: #FFF;
  text-shadow: 0px -1px 0px black;
  font-size: 11px;
  margin: 10px 0px 15px 0px;
}
fieldset p {
  position: relative;
}
fieldset p label.error {
  position: absolute;
  right: 384px;
  top: 0px;
  width: 300px;
  background: url('../img/home/error.png') no-repeat right center;
  color: #fff;
  text-shadow: 0px -1px 0px black;
  padding: 10px 30px 10px 10px;
  text-align: right;
  margin: 0px;
}
input.email {
  background-position: 4px 5px;
  background-position: 4px 5px, 0px 0px;
}
input.password {
  background-position: 4px -19px;
  background-position: 4px -19px, 0px 0px;
}
input.name {
  background-position: 4px -69px;
  background-position: 4px -69px, 0px 0px;
}
input.redemption {
  background-position: 4px -44px;
  background-position: 4px -44px, 0px 0px;
}
.passwordInfo {
  display: block;
  width: 300px;
  text-shadow: 0px -1px 0px black;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 37px;
  background: url('../img/site/information-button.png') no-repeat scroll 10px center;
  font-size: 11px;
  color: #ccc;
}
input#rememberMe {
  float: left;
}
input#rememberMeLogin {
  float: left;
}
label.rememberMe {
  margin: 2px;
  width: 90px;
}
.rememberMe {
  float: left;
  margin: 10px 5px 5px 5px;
  width: 372px;
}
.rememberMe.setHeight {
  height: 20px;
  padding: 10px 5px 5px 5px;
  margin: 0px;
}
#resetPasswordForm .rememberMe {
  margin: 10px 5px 25px 5px;
}
#registration, #support {
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c3c3c), color-stop(0.74, #2b2b2b), color-stop(1, #3c3c3c));
  background: -moz-linear-gradient(center bottom, #3c3c3c 0%, #2b2b2b 74%, #3c3c3c 100%);
  /*border: solid 5px rgba(0,0,0,.4);*/

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0px;
  position: absolute;
  width: 428px;
  left: 58px;
  top: -94px;
}
#registration h2, #support h2 {
  color: #ddd;
  text-shadow: 0px -1px 0px black;
  display: block;
  border-bottom: solid #181818 1px;
  -moz-box-shadow: 0px 1px 0px #3a3a3a;
  -webkit-box-shadow: 0px 1px 0px #3a3a3a;
  text-align: center;
  padding: 18px;
  margin: 0px;
  font-weight: normal;
  font-size: 28px;
}
#registration a, #support a {
  color: #8c910b;
  text-shadow: 0px -1px 0px black;
}
#registration fieldset, #support fieldset {
  border: none;
  padding: 0px 20px 20px;
  line-height: normal;
}
input#acceptTerms {
  margin: 10px 5px;
  float: left;
}
.acceptTerms {
  float: left;
  cursor: pointer;
  color: #fff;
  text-shadow: 0px -1px 0px black;
  margin: 9px 0px 10px 0px;
}
.acceptTerms a {
  padding: 0px;
}
.acceptTermsText {
  margin: 9px 5px 5px 5px;
}
.forgotPass {
  float: right;
}
#resultMessage {
  color: #fff;
  text-shadow: 0px -1px 0px #222222;
  width: 350px;
}
#registerNew {
  width: 203px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  background: url('../img/home/createAccountButton.png') no-repeat;
  cursor: pointer;
  float: right;
}
#registerNew:hover {
  background-position: 0px -41px;
}
#registerNew:active {
  background-position: 0px -82px;
}
#RegisterSwitch {
  width: 125px;
  height: 25px;
  border: none;
  text-indent: -9999px;
  background: url('../img/home/register_button.png') no-repeat;
  cursor: pointer;
  float: left;
  margin: 24px 58px 0px 0px;
}
#RegisterSwitch:hover {
  background-position: 0px -25px;
}
#RegisterSwitch:active {
  background-position: 0px -50px;
}
#download #registration {
  float: left;
  margin: 0px 0px 20px 0px;
  width: 1000px;
  position: relative;
  top: 0px;
  left: 0px;
}
#download #registration h2 {
  text-align: left;
  height: 55px;
  padding: 20px 0px 0px 40px;
  width: 460px;
  float: left;
  font-size: 22px;
}
#downloadFeatures {
  width: 508px;
  float: left;
  height: 154px;
  background: url('../img/home/downloadsCorner.jpg') no-repeat scroll right 144px;
}
#downloadVid {
  width: 492px;
  height: 294px;
  position: absolute;
  top: -286px;
  left: 508px;
  display: block;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  background: #333333 no-repeat scroll left 131px;
  background: no-repeat scroll left 131px, -moz-linear-gradient(center bottom, #3a3a3a 11%, #282828 56%);
  background: no-repeat scroll left 131px, -webkit-gradient(linear, left bottom, left top, color-stop(0.11, #3a3a3a), color-stop(0.56, #282828));
}
#downloadVid .video {
  margin: 0px 0px 0px 36px;
  width: 415px;
  height: 257px;
  position: relative;
  top: 30px;
  z-index: 2;
}
#downloadFeatures ul {
  margin: 15px 0px 15px 0px;
  line-height: normal;
  display: block;
  list-style: disc none outside;
  padding-left: 42px;
}
#downloadFeatures li {
  color: #949e00;
  text-shadow: 0px 1px 0px #FFF;
  width: 450px;
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
#DesktopInformation {
  padding: 20px 40px 40px 40px;
  color: #ddd;
  text-shadow: 0px -1px 0px black;
  width: 410px;
  float: left;
}
#webInfo {
  padding: 20px 40px 40px 50px;
  color: #ddd;
  text-shadow: 0px -1px 0px black;
  width: 400px;
  float: left;
  position: relative;
  top: 12px;
}
a.goToWeb {
  margin: 0px 0px 0px 0px;
  width: 286px;
  height: 68px;
  background: url('../img/home/wonderbarWeb.png') no-repeat;
  border: 0px;
  cursor: pointer;
  position: absolute;
  top: 332px;
  text-indent: -9999px;
  float: left;
  left: 713px;
}
.video {
  height: 294px;
  width: 480px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: solid 5px rgba(0, 0, 0, 0.3);
  margin: 10px 0px;
}
#embedded_player_fd381d5959ae2 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: solid 0px #444;
}
.embedded_player {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: solid 0px #444;
}
#getStarted {
  float: left;
  position: relative;
  top: -18px;
  width: 200px;
  margin: 10px 0px 0px 22px;
  padding: 1px 0px 0px 21px;
  background: url('../img/site/information-button.png') no-repeat scroll left;
  text-decoration: none;
}
a#getStarted:hover {
  text-decoration: underline;
}
#sidebar #getStarted {
  left: 57px;
  margin: 0;
  position: absolute;
  top: 370px;
}
.faqItem {
  float: left;
}
.faqHeader {
  font-size: 14px;
  font-weight: bold;
  /*background: #e4e4e4;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,.2);*/

  padding: 15px 10px 15px 10px;
  margin: 0px;
  float: left;
  width: 480px;
  cursor: pointer;
  line-height: 20px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #CCC;
}
.faqTitle {
  float: left;
  width: 440px;
  margin: 6px 0px 0px 10px;
}
.faqToggle {
  width: 20px;
  height: 20px;
  margin: 5px 5px 5px 5px;
  float: left;
  background: url("../img/home/toggleFaq.jpg") no-repeat scroll top;
}
.faqHeader.active .faqToggle {
  background: url("../img/home/toggleFaq.jpg") no-repeat scroll bottom;
}
#about {
  width: 600px;
  margin: 10px 0px 40px 0px;
  padding: 25px 0px 0px 60px;
  background: url('../img/home/aboutBG.png') no-repeat scroll top left;
  text-shadow: 0px 1px 0px #FFF;
  color: #444;
}
/* Support */
#getStartedLink {
  padding: 10px 20px 10px 40px;
  background: #cccccc url("../img/site/information-button.png") no-repeat scroll 15px center;
  background: rgba(0, 0, 0, 0.1) url("../img/site/information-button.png") no-repeat scroll 15px center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom: solid #fff 1px;
  display: block;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  color: #222;
  margin: 20px 0px 10px 0px;
  text-shadow: none;
  float: left;
  width: 491px;
}
#getStartedLink:hover {
  background: #dddddd url("../img/site/information-button.png") no-repeat scroll 15px center;
  background: rgba(0, 0, 0, 0.05) url("../img/site/information-button.png") no-repeat scroll 15px center;
}
#getStartedLink .fileType {
  color: #999;
  font-weight: normal;
}
#support fieldset textarea#Message {
  background: #dddddd url('../img/home/inputSprite.png') no-repeat scroll 5px -94px;
  background: url('../img/home/inputSprite.png') no-repeat scroll 5px -94px, -moz-linear-gradient(center bottom, #e1e1e1 0%, #d7d7d7 54%, #adadad 100%);
  background: url('../img/home/inputSprite.png') no-repeat scroll 5px -94px, -webkit-gradient(linear, left bottom, left top, color-stop(0, #e1e1e1), color-stop(0.54, #d7d7d7), color-stop(1, #adadad));
  -moz-box-shadow: 0px 1px 0px #777;
  -webkit-box-shadow: 0px 1px 0px #777;
  border: solid 1px #444;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0px;
  width: 89%;
  height: 100px;
  padding: 7px 7px 7px 32px;
}
#attachmentLabel {
  padding-right: 90px;
}
#support .submitContainer {
  height: 40px;
  display: block;
  margin: 0px;
  padding: 5px 20px;
}
#submitSupport {
  width: 125px;
  height: 25px;
  border: none;
  text-indent: -9999px;
  background: url('../img/home/submit_button.png') no-repeat;
  cursor: pointer;
  float: right;
  margin: 10px 3px 15px 0px;
}
#submitSupport:hover {
  background-position: 0px -25px;
}
#submitSupport:active {
  background-position: 0px -50px;
}
#footer {
  clear: both;
  color: #666;
  text-shadow: 0px -1px 0px black;
  height: 120px;
  background: #202020 url('../img/home/footerScroll.jpg') repeat-x;
}
#footer-inside {
  margin: 0px auto;
  width: 1000px;
  height: 80px;
  display: block;
  padding: 27px 0px 13px;
  background: url('../img/home/footerBG.jpg') no-repeat;
}
.footerLogo {
  width: 150px;
  height: 45px;
  display: block;
  background: url('../img/home/umgLogo.png') no-repeat;
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-indent: -9999px;
}

