/* =Modal window
-------------------------------------------------------*/
.jqmOverlay {
	background-color: #000;
	}
.modalWindow {
    position:absolute;
	top:50px;
	left:120px;
	display:none;
	z-index:9999;
	}
	.modalWindow .close {
		background:url(/static/images/branding/buttons/close.png) no-repeat;
		width:47px;
		height:47px;
		display:inline;
		z-index:3200;
		position:absolute;
		top:0px;
		right:-3px;
		cursor:pointer;
		text-indent:-999px;
		outline: none;
		}
	#iFrameModalContent {
		display: block;
		clear: both;
		margin: auto;
		margin-top: 10px;
		border: none;
		height: 100%;
		width: 100%;
		}
	.modalWindow h3 {
		font-size:1.8em;
	}
	#modalWindowContent .fieldlabel {
		font-size:1.4em;
		}
	#modalWindowContent input, #modalWindowContent textarea {
		font-size:1.4em;
		}
#modalTitle, #genericModalTitle {
	font-size:1.5em;
	line-height:2.1em;
	}
#SurveyModal {
    font-size: 1.2em;
    text-align: center;
    }
#SurveyModal #SurveyButtons {
    width: 406px;
    margin-right: auto;
    margin-left: auto;
}
#SurveyModal #SurveyButtons a {
    display: block;
    float:left;
    width: 163px;
    height: 52px;
    margin-right: 20px;
    background: url(/static/images/survey/survey_button.png) no-repeat;
    padding: 5px 10px;
    color: #203c68;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
    }
    #SurveyModal #SurveyButtons a:hover {
        text-decoration: underline;
        }
    #SurveyModal #SurveyButtons .small {
        font-weight: normal;
        font-size: 0.6em;
        }
    #SurveyModal #SurveyButtons .tc {
        display: block;
        clear: left;
        padding-top: 10px;
        font-size: 0.7em;
        }



