#salescontent {
  padding: 10px;
  text-align: justify;
  font-size: 120%;
}
h4 {
  font-size: 120%;
  margin-bottom: 5px;
  color: #333;
}
#salescontent p {
  margin-top: 0px;
}
div#sidebar {
  float: right;
  width: 190px;
  overflow: hidden;
  padding: 15px;
  margin: 0px 0 15px 15px;
  padding: 0px 0 15px 15px;
}
#sbbuttons a.sbutton {
  border: 1px solid #aaa;
  margin-bottom: 5px;
}

#sbbuttons a.sbutton, #login a {
  text-align: center;
  background: #DEEEFF url(/images/linkgrad1.gif) repeat-x bottom;
  display: block;
  font-size: 140%;
  text-decoration: none;
  color: #555;
  padding: 3px;
  outline: none;
}
#sbbuttons a.sbutton:hover, #sbbuttons a.current, #login a:hover {
  background: #7CBCFF url(/images/linkgrad2.gif) repeat-x bottom;
  color: #FFF;
}
div#login {
  text-align: center;
  margin-bottom: 5px;
  background: #DEEEFF;
  border: 1px solid #aaa;
}

#login input {
  border: 1px solid #CCC;
}
#login #loginSubmit {
  border: none;
  margin: 5px;
}
#login, #loginform, #login form {
  margin: 0;
  padding: 0;
}

.leftpullquote, .rightpullquote {
  width: 200px;
  float: right;
  border: 1px solid #CCC;
  border: 1px solid #7cbcff;
  background: #F4f4f4;
  font-size: 150%;
  padding: 10px;
  margin: 15px;
  margin-top: 0px;
  text-align: center;
}
.leftpullquote {
  float: left;
  margin-left: 0px;
}
#FlowPlayer {
  margin: 0; 
}
div.vidlinks {
  font-size: 110%;
  float: left;
  width: 100px;
}
.vidlinks a, .vidlinks a:visited {
  text-decoration: none;
  display: block;
  margin: 2px 0;
}
.vidlinks a:hover {
  color: #000;
}
a img.middle {
  vertical-align: middle;
  border:none;
  text-decoration: none;
}
div.vidbox {
  margin-bottom: 30px;
}
.hr {
  border-bottom: 1px solid #aaa;
  width: 70%;
  margin: 10px 15%;
}
table#emailForm td.label {
  text-align: right;
  font-weight: bold;
}

table#emailForm{
  text-align: center;
  margin-left: 80px;
}
table#emailForm td {
  text-align: left;
}
#emailsent {padding-top: 25px; text-align:center;}
#emailsent .error { color: #c00; }
#emailsent .success { color: #0c0; }
