div.sms-overlay { background: #fff url(../img/bg.png) no-repeat; border: 2px solid #ffd202; border-top: none; color: #656565; font-family: Verdana, sans-serif; overflow: hidden; padding: 20px; width: 400px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.5); -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5); box-shadow: 0 2px 10px rgba(0,0,0,0.5);}
	.sms-overlay h1 { border-bottom: 1px solid #e1e1e1; color: #000; font: bold 14px/1 Arial, sans-serif; margin: 0 0 12px; padding: 0 0 8px; }
	.sms-overlay p { font-size: 11px; margin: 0 0 12px; }
		.sms-overlay p strong { color: #000; font: bold 14px/1 Arial, sans-serif; }
	.sms-overlay a { color: #656565; }
	.sms-overlay a:focus,
	.sms-overlay a:hover { color: #000; }
	.sms-overlay div.hr { border: none; border-top: 1px solid #e1e1e1; clear: both; margin: 0 0 10px; }
		.sms-overlay div hr { position: absolute; left: -9999px; }
	.sms-overlay div.short { width: 200px; }
	.sms-overlay div.right { float: right; margin-top: 10px; }
	.sms-overlay fieldset { border: none; margin: 0; padding: 0; }
		.sms-overlay label { clear: both; color: #000; display: block; font: normal 11px/24px Verdana, sans-serif; }
			.sms-overlay label.text span { float: left; width: 200px; }
			.sms-overlay label.text span em { font-style: normal; }
			.sms-overlay label.text input { background: url(../img/input.png) no-repeat; border: none; float: left; height: 24px; padding: 0 3px; width: 194px; }
			.sms-overlay label.checkbox input { margin: 0 5px 0 0; }
			.sms-overlay label span.error { color: #d60d06; display: block; font-weight: normal; }
		.sms-overlay a.button { background: url(../img/verstuur.png) no-repeat; border: none; cursor: pointer; float: right; height: 23px; margin: -23px 0 0; overflow: hidden; text-indent: -9999px; width: 103px; }
		.sms-overlay a.button:hover { background-position: 0 -23px; }
	
