#izzy3FeedbackBg
{
    background: #000;
    position: fixed;
    top: 25;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50)!important;
    -khtml-opacity: .5;
    -moz-opacity: 0.5;
    display: none;
     z-index: 8888;

}
#izzy3Feedback
{
    position: fixed;
    width: 350px;
    height: auto;
    top: 15%;
    left: -359px;
    background: #fff; /*/url(images/izzybg.jpg) -381px 0 no-repeat;*/
    border: 2px solid #333;
    line-height: normal;
    z-index: 9998;
	min-height: 200px;
	padding: 25px 0;

}

#izzy3Feedback p
{padding-left:40px;
 padding-right:30px
}

#izzy3Feedback a
{
    outline: none;
}

#izzy3Feedback h2 span
{
    display: block;
    font-size: 11px;
    color: #000;
    line-height: 11px;
    text-shadow: 1px 1px 1px #fff;
}

#izzy3Feedback #subhead
{
    padding: 0px 25px 15px 21px;
    font-size: 11px;

}




a#izzy3FeedbackStart
{
    text-decoration: none;
    position: absolute;
    top:10px;
    right: -55px;
    width: 55px;
    background: url(/images/common/donateTab.png) right top no-repeat;
    height: 177px;
    cursor: wait;
    z-index:777


}
a#izzy3FeedbackStart:hover
{
    right: -55px;
    width: 65px;
}




#izzy3Help
{
    margin: 0 20px;
    display: none;
}
#izzy3FeedbackTab
{
    position: absolute;
    top: -30px;
    right: 0;
    height: 30px;
    padding-left: 25px;
}
#izzy3FeedbackTab a
{
    display: block;
    float: left;
    line-height: 25px;
    padding: 0 10px;
    background: #fff url(images/idea.png) 6px 4px no-repeat;
    margin-left: 2px;
    color: #00F;
    text-indent: 15px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#izzy3FeedbackTab a:hover, #izzy3FeedbackTab a.izzy3FeedbackActiveTab
{
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

#izzy3FeedbackTab a.izzy3FeedbackTab2
{
    background-image: url(images/email.png);
}
a#izzy3FeedbackFooter
{
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}
a#izzy3FeedbackFooter:hover
{
    text-decoration: underline;
}



/* Contact form licensed & powered by Faary.com */


#izzy3Feedback .iform
{

    width: 350px;
    margin: 0 auto;
}
#izzy3Feedback ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 40px;
    padding-right: 15px;
}
#izzy3Feedback ul ul
{
    overflow: auto;
}
#izzy3Feedback li
{
    padding-bottom: 5px;
}
#izzy3Feedback label
{
    width: 130px;
    display: block;
    float: left;
    padding-top: 6px;
    display:none
}
#izzy3Feedback label.ilabel
{
    width: auto;
    display: inline;
    float: none;
    line-height: 26px;
    padding: 0 5px;
}

#izzy3Feedback .itext, #izzy3Feedback .itextarea, #izzy3Feedback .iselect, #izzy3Feedback .ibutton
{
    width: 200px;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    padding: 5px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
    background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}


#izzy3Feedback .itext:hover, #izzy3Feedback .itextarea:hover, #izzy3Feedback .iselect:hover, #izzy3Feedback .ibutton:hover, #izzy3Feedback .itext:focus, #izzy3Feedback .itextarea:focus, #izzy3Feedback .iselect:focus, #izzy3Feedback .ibutton:focus
{
    border-color: #333;
    background: #fff;
}


#izzy3Feedback .itextarea
{
    height: 50px;
    width: 200px;
}
#izzy3Feedback .ibutton
{
    width: auto;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left 25, from(#dadada), color-stop(6%, #efefef), to(#dadada));
    background: -moz-linear-gradient(top, #dadada, #efefef 2px, #dadada 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
#izzy3Feedback .ibutton:hover, #izzy3Feedback .iform .ibutton:focus
{
    background: #dadada;
}
#izzy3Feedback li.iheader
{
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding: 5px;
    text-indent: 10px;
    margin: 0px 0 15px;
}
#izzy3Feedback li.iheader span
{
    display: block;
    font-size: 10px;
    padding: 0;
    text-indent: 10px;
    margin: 0;
}
#izzy3Feedback li.iseparator
{
    display: block;
    text-indent: -9999px;
    height: 10px;
    line-height: 10px;
    border-bottom: 1px solid #999;
    margin: 5px 0 15px;
}

#izzy3Feedback ul li{background:none}
#izzy3Feedback #portTabContent
{padding-left:40px; 
 padding-right:20px
}

#izzy3Feedback .required
{
      border-color: rgba(189, 54, 47, 1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 54, 47, 1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 54, 47, 1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 54, 47, 1);
}

#imessageOK3, #imessageERROR
{
    border: 1px solid #305fbb;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: none;
    margin-bottom: 20px;
    background: #305fbb;
    background: -webkit-gradient(linear, left top, left 25, from(#305fbb), color-stop(4%, #577edd), to(#305fbb));
    background: -moz-linear-gradient(top, #305fbb, #577edd 1px, #305fbb 25px);
    color: #fff;
}
#imessageERROR
{
    position: absolute;
    top: 63px;
    font-size: 13px;
    padding: 3px 5px;
    right: 20px;
}
