﻿body
{
}

a.feedbackLink
{
    float: right;
    padding-right:50px;
}

a:hover.feedbackLink
{
    cursor:auto;
}

 .modalPopup
 {
    border-style:hidden;
    padding:3px;
    width:280px;
    position:absolute;
    top:100px;
    left:600px;
    z-index:100;
 }

.surveyModalBackground 
{
	background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.feedbackFormContainer
{
	border-width: 5px;
}