/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 5%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #fff;
    color: #000;
    border: 3px solid #ccc;
    padding: 21px 8px 18px 27px;
}

.jqmOverlay { background-color: #000; }

#surveyForm {height: 570px; position: relative;}

#surveyForm form {padding-left: 36px;}

#surveyForm select {width: 450px;}

#surveyForm h4 {
	text-indent: -5000px;
	overflow: hidden;
	width: 284px; height: 15px;
	background: #fff url(/survey/images/please-help.gif) no-repeat top left;
}

#tyfyt {
	text-indent: -5000px;
	overflow: hidden;
	width: 379px; height: 15px;
	background: #fff url(/survey/images/thank-you-for-your-time.gif) no-repeat top left;
}

#sfLogo {
	margin: 0;
	text-indent: -5000px;
	overflow: hidden;
	width: 169px; height: 37px;
	background: #fff url(/survey/images/logo.gif) no-repeat top left;
}

#sfCustomer {
	margin: 0;
	float: right;
	text-indent: -5000px;
	overflow: hidden;
	width: 151px; height: 32px;
	background: #fff url(/survey/images/customer.gif) no-repeat top left;
}


#sfCloseBtn a {
	position: absolute; bottom: 0; right: 0;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	width: 79px; height: 22px;
	background: #fff url(/survey/images/btn-close.gif) no-repeat bottom left;
}

#sfThankYou {
	margin: 130px 0 35px 185px;
	text-indent: -5000px;
	overflow: hidden;
	width: 180px; height: 28px;
	background: #fff url(/survey/images/thank-you.gif) no-repeat top left;
}
#sfCloseWindowBtn a {
	margin: 0 0 0 210px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	width: 131px; height: 31px;
	background: #fff url(/survey/images/btn-close-window.gif) no-repeat top left;
}
