/* WebSiteSuvey_mini */

#leftCol {
	width: 250px;
	float: left;
	}
#topRow { /* in leftCol */
	height: 300px;
	width: 250px;
	}
#quickSearch { /* in bottomRow */
	padding: 30px 0 0 45px;
	}
#rightCol { /* in rightCol */
	border-width: 10px;
	border-style: solid;
	border-color: #666;
	padding: 20px 20px;	
	background-color: #000; /* necessary to show the border correctly in IE */
	min-height: 440px;
    width: 690px;
    float: left;
	}
#rightColText {
	width: 400px;	
	float: left;
	}
#rightColImg {
	padding-left: 20px; 
	width: 260px;
	float: left;
	}
hr {
	display: none;
}
/* survey override */
#question1Table td .answerOptions {
    display: inline-block;
    }
/* For WebSiteSurvey_D*/
#enterYourOwnContent {
    display: none;
    }
.screamTheDate { 
    color: red;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    }
.standOut {
    font-weight: bold;
    }
