@media screen
{
.button
{
    display: block;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    background-color: #1BB0DF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100px;
    float:right;
    margin-top: 10px;
}
div#useful .button
{
}
.smallest .button
{
    font-size: 12px;
}
.smaller .button
{
    font-size: 13px;
}
.small1 .button
{
    font-size: 14px;
}
.big .button
{
    font-size: 16px;
}
.bigger .button
{
    font-size: 17px;
}
.biggest .button
{
    font-size: 18px;
}
div#useful .form
{
    display: none;
    background-color: #E7E8E6;
    position: absolute;
    width: 420px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: -20px;
    right: -20px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div#useful a.closeBtn
{
    width: 55px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    vertical-align: top;
    border: 1px solid transparent;
    color: #383A42;
    position: absolute; 
    top:10px; 
    right:15px;
    text-decoration: none;
}
div#useful a.closeBtn:hover
{
    text-decoration: none;
    color: #005773;
    background-color: #DFE0DE;
    border: 1px solid #005773;
}
div#useful .stars
{
	display: inline-block;
    overflow: hidden;
    margin-top: -1px;
}
div#useful .stars .star
{
    width: 22px;
    height: 21px;
    background: url(/Style%20Library/Images/stars.png) no-repeat 0 0;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
}
div#useful .stars .on
{
    background-position: 0 -21px;
}
div#useful .stars .hoverTooltip
{
    display: inline-block;
    vertical-align:top; 
    padding-top:4px;
}
#nav div > LI > A.on
{
    background-position: 0px -41px;
}
#nav div > LI > A.on > B
{
    background-position: right -41px;
}
#nav .on
{
    font-weight: bold;
}
div#useful .off
{
    background: #444444;
}
div#useful
{
    clear: both;
    margin-bottom: 20px;
    position: relative;
    z-index: 300;
	margin-left:15px; 
	margin-top: 15px;
}
div#useful h3
{
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 18px;
}
div#useful label
{
    font-size: 15px;
    display: block;
    margin: 6px 0 2px;
}
div#useful label.ratingLabel 
{
    display: inline-block !important;
    margin-right: 10px;
    vertical-align: top;
    margin-top:2px !important;
}
div#useful input.ratingSelected {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 12px;
    height: 25px;
    padding-top:0; 
    padding-bottom:0;
}
div#useful div.form > label > textarea,
div#useful div.form > label > input {
    display: block;
    width: 100%;
}
div#useful div.form > label > textarea
{
    height: 90px;
}
div#useful a.button.submit{ /* Rick Virk updates */
    border: 2px solid #005773;
                min-height: 34px;
                display: inline-block;
                font-family: MuseoSans700 !important;
                font-size: 11px !important;
                color: #005773 !important;
                padding-top: 6px;
                padding-left: 8px;
                padding-right: 8px;
                text-align: center;
                cursor: pointer;
                text-decoration: none !important;
                background-color:white;
                -webkit-border-radius:0;
                border-top-left-radius:0;
                border-top-right-radius:0;
                border-bottom-left-radius:0;
                border-bottom-right-radius:0;
}
div#s4-workspace div#useful a.button.submit:hover{    
    background-image: url("/Style%20Library/Images/cer-flatButton-hover.png");
                background-repeat: repeat-x;
                background-position: bottom;
                color: #005773 !important;
                text-decoration: none;
}
a.button-leaveFeedback {
    display: inline-block;
}
span.feedbackThanks {
    color: #1bb0df; 
    display: inline-block; 
    padding: 5px 9px 5px 9px; 
    background-color: #e7e8e6;
}
}
/* -----------Phone View----------- */ 
@media only screen and (max-width: 519px)
{
div#useful .form
{
    display: none;
    background-color: #E7E8E6;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	
	width: 100% !important;
    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
}