body {
   font-family: Helvetica, Arial, Sanf-Serif;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
.btn {
        width:100%;
        overflow:hidden;
        padding:0 0 21px;
}
.btn a {
        background:url(../images/btn-left.gif) no-repeat;
        color:#fff;
        font:bold 14px Arial, Helvetica, sans-serif;
        float:left;
        margin:0 8px 0 0;
}
.btn a span {
        background:url(../images/btn-right.gif) no-repeat 100% 0;
        padding:8px 18px;
        float:left;
        cursor:pointer;
}
/* Hint */
.hint { color: #aaaaaa; }

/* Feedback / Support Popup */
div#feedback_box{
    width: 500px;
    height: 300px;
    display: none;
}
div#zoom select#support_topic {
    width: 480px;
}
div#zoom input {
    width: 220px;
    height: 20px;
}
div#zoom input#support_name {
    margin-right: 7px;
}
div#zoom textarea#support_message {
    height: 130px;
    width: 470px;
}
/* Popup Window */
div#zoom_overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #333;
    -moz-opacity:.6;
    filter:alpha(opacity=60);
    opacity:.6;
}
div#zoom_outer{
    margin: 5px -5px -5px 5px;
}
div#zoom h2{
    margin: 0px 0px 3px 0px !important;
}
div#zoom label{
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 12px 0px 5px 0px;
    text-align: left;
    color: #666;
}
div#zoom input, div#zoom textarea{
    padding:5px;
    border:1px solid #ccc;
    font:13px Helvetica, Arial, sans-serif;
    color:#333;
    line-height:16px;
    margin:0;
    background: #eeeeee;
}
div#zoom .btn {
    padding: 15px 0px 8px 0px;
    width: auto;
}
div#zoom select {
    padding: 3px;
}

/* Model Popup (Copies Style From Fancy Zoom) */

.popup a.close {
  position: absolute;
  top: 47px;
  right: 47px;
  background: no-repeat url(../images/menubar_close.gif);
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  display: block;
}
.popup .bl {
   background:url(../images/fancyzoom/bl.png) 0 100% no-repeat; width:20px; height:20px; overflow:hidden;
}
.popup .bm {
   background:url(../images/fancyzoom/bm.png) 0 100% repeat-x; height:20px; overflow:hidden;
}
.popup .br {
   background:url(../images/fancyzoom/br.png) 100% 100% no-repeat; width:20px; height:20px; overflow:hidden;
}
.popup .ml {
   background:url(../images/fancyzoom/ml.png) 0 0 repeat-y; width:20px; overflow:hidden;
}
.popup .mm {
   background:#fff; vertical-align:top; padding:20px;
}
.popup .mr {
   background:url(../images/fancyzoom/mr.png) 100% 0 repeat-y; width:20px; overflow:hidden;
}
.popup .tr {
   background:url(../images/fancyzoom/tr.png) 100% 0 no-repeat; width:20px; height:20px; overflow:hidden;
}
.popup .tm {
   background:url(../images/fancyzoom/tm.png) 0 0 repeat-x; height:20px; overflow:hidden;
}
.popup .tl {
   background:url(../images/fancyzoom/tl.png) 0 0 no-repeat; width:20px; height:20px; overflow:hidden;
}


/* Error Fields */
.fieldWithErrors input {
  border: 1px solid #e78484 !important;
}
.fieldWithErrors label {
  color: #b25454 !important;
  font-weight: bold;
}
