div.up {
  height: 120px; }

div.down {
  height: 480px; }

ul#tabBar li.rightTab a img {
  margin-top: 3px; }

div#auth-box {
  width: 330px;
  height: 212px;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  margin-top: -106px; }

fieldset {
  width: 326px;
  height: 206px; }
  fieldset legend {
    height: 20px;
    width: 140px;
    margin-bottom: 10px; }
  fieldset label {
    margin: 15px 5px; }
  fieldset input[type="text"], fieldset input[type="password"] {
    margin: 5px;
    padding: 5px;
    width: 300px; }
  fieldset input[type="submit"] {
    margin-right: 5px;
    margin-bottom: 2px;
    padding: 7px; }

ul#tabBar li div.agrupador {
  moz-border-radius-topleft: 15px;
  moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }
ul#tabBar li div.group > div.agrupador {
  background-color: #6699cc; }
ul#tabBar li div.group.selectedTab:hover > div.agrupador {
  background-color: #a5a5a5; }
ul#tabBar li div.group.selectedTab > div.agrupador {
  background-color: #a5a5a5; }
ul#tabBar li div.group:hover > div.agrupador {
  background-color: #c39f89; }
ul#tabBar li div.group > div.modelItem {
  background-image: url("../img/bck_ie.jpg");
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -o-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -moz-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -webkit-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -ms-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #6699cc), color-stop(0.66, #4b7fb3), color-stop(0.9, #336699)); }
ul#tabBar li div.group > div.modelItem:hover {
  background-image: url("../img/bck_ie_selected.jpg");
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -o-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -moz-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -webkit-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -ms-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #c39f89), color-stop(0.66, #b37252), color-stop(0.9, #b55926)); }
ul#tabBar li div.group > div.modelItem.selectedTab {
  background-image: url("../img/bck_ie_over.jpg");
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
  background-image: -o-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
  background-image: -moz-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
  background-image: -webkit-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
  background-image: -ms-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #a5a5a5), color-stop(0.66, #878787), color-stop(0.9, #6a6a6a)); }
ul#tabBar li.leftTab {
  float: left;
  /*	@include roundCorners(15px, top);*/ }
ul#tabBar li.leftCorner {
  moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px; }
ul#tabBar li.rightCorner {
  moz-border-radius-topright: 15px;
  border-top-right-radius: 15px; }
ul#tabBar li:hover {
  background-image: url("../img/bck_ie_selected.jpg");
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -o-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -moz-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -webkit-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -ms-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #c39f89), color-stop(0.66, #b37252), color-stop(0.9, #b55926)); }
ul#tabBar li.selectedTab, ul#tabBar li.rightTab.selectedTab, ul#tabBar li.rightTab.selectedTab:hover {
  background-image: url("../img/bck_ie_over.jpg");
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
  background-image: -o-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
  background-image: -moz-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
  background-image: -webkit-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
  background-image: -ms-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #a5a5a5), color-stop(0.66, #878787), color-stop(0.9, #6a6a6a)); }
ul#tabBar li.rightTab {
  background-image: url("../img/bck_ie.jpg");
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -o-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -moz-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -webkit-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -ms-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #6699cc), color-stop(0.66, #4b7fb3), color-stop(0.9, #336699)); }
ul#tabBar li.rightTab:hover {
  background-image: url("../img/bck_ie_selected.jpg");
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -o-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -moz-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -webkit-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -ms-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #c39f89), color-stop(0.66, #b37252), color-stop(0.9, #b55926)); }

div#modelBar {
  background-image: linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -o-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -moz-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -webkit-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -ms-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #6699cc), color-stop(0.66, #4b7fb3), color-stop(0.9, #336699)); }

/*# sourceMappingURL=proper.css.map */
