/* Overlay */
#stw-overlay {background-color:#000; cursor:wait;}

/* Container */
#stw-container {width:420px; left:50%; top:15%; margin-left:-210px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#stw-container .stw-content {background-color:#e2e2e2; color:#ddd; height:40px;}
#stw-container .stw-cc {font-size:.9em; cursor:default;}
#stw-container h1 {
	color: #92278F;
	margin:0;
	padding:0 0 6px 12px;
	font-size:1.2em;
	text-align:left;
}
#stw-container .stw-loading {position:absolute; background:url(../img/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#stw-container .stw-message {text-align:center;color: #333; }
#stw-container .stw-error {width:92%; font-size:.8em; color: #333; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#stw-container br {clear:both;}
#stw-container form {padding:0; margin:0;}
#stw-container label {clear:left; display:block; width:120px; float:left; text-align:right; padding-right:4px; font-weight:bold; color: #333; font-size:.9em;}
#stw-container .stw-input {float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; width:250px; font-size:.9em;}
#stw-container textarea {height:84px; font-size:.9em;}
#stw-container div.stw-top {height:13px; background:url(../img/form_top.gif) no-repeat; padding:0; margin:0;}
#stw-container div.stw-bottom {height:13px; background:url(../img/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#stw-container div.stw-bottom a,
#stw-container div.stw-bottom a:link,
#stw-container div.stw-bottom a:active,
#stw-container div.stw-bottom a:visited {position:relative; top:-6px; text-decoration:none; color:#666;}
#stw-container div.stw-bottom a:hover {color:#888;}
#stw-container .stw-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#stw-container .stw-send {width:50px; background:url(../img/send.png) no-repeat;}
#stw-container .stw-cancel {width:65px; background:url(../img/cancel.png) no-repeat;}
#stw-container a.modalCloseX,
#stw-container a.modalCloseX:link,
#stw-container a.modalCloseX:active,
#stw-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-2px; right:8px; color:#999;}
#stw-container a.modalCloseX:hover {color:#9bb3b3;}
