/*--------------------
 Support Survey popup
 ---------------------*/

#popupContent {
    position: relative;
    top: 10px;
    left: 0;
    padding: 20px 12px;
    margin: 15px 0 0 0;
    background-color: #c00;
    border: 1px solid transparent;
    width: 156px;
    color: #fff;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#popupContent p {color: #fff;}
#popupContent p.s-message {margin:10px 0 10px;}

#popupContent h2 {
    color: #fff;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
}

a.popupLinks {
    background: url(/assets/images/arrow-white-right.png) no-repeat right center;
	font-weight: bold;
    display: inline-block;
    padding-right: 10px;
    color: #fff;
}

a.popupLinks:hover {text-decoration: underline;}

.survey-cbox {
    display: block;
    margin-top: 10px;
}

.survey-cbox label {
    display: block;
    padding-left: 12px;
    text-indent: -10px;
    color: #fff;
}

.survey-cbox input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 6px 0 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
}		
