/* Overlay */
#bursa-overlay {background-color:#000; cursor:normal;}

/* Container */
#bursa-container {width:450px; margin-top:80px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#bursa-container .bursa-content {background-color:#2a6c2a; color:#EAEAEA; height:40px;}
#bursa-container h1 {color:#EAEAEA; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#bursa-container .bursa-loading {position:absolute; background:url(../img/loading.gif) no-repeat; z-index:8000; height:50px; width:50px; margin:-14px 0 0 170px; padding:0;}
#bursa-container .bursa-message {text-align:center;}
#bursa-container .bursa-error {width:92%; font-size:.8em; background:#FFDFDF; border:1px solid lightgreen; color:#2A6C2A; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#bursa-container br {clear:both;}
#bursa-container form {padding:0; margin:0px;}
#bursa-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#bursa-container .bursa-select {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:305px;}
#bursa-container .bursa-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#bursa-container textarea {height:114px; font-size:.9em;}
#bursa-container .bursa-top {height:13px; background:url(../img/form_top.gif) no-repeat; padding:0; margin:0;}
#bursa-container .bursa-bottom {height:13px; background:url(../img/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#bursa-container .bursa-bottom a,
#bursa-container .bursa-bottom a:link,
#bursa-container .bursa-bottom a:active,
#bursa-container .bursa-bottom a:visited {position:relative; top:-5px; text-decoration:none; color:#EAEAEA;}
#bursa-container .bursa-bottom a:hover {color:#CCC;}
#bursa-container .bursa-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;}
#bursa-container .bursa-send {width:120px; height:30px; background:url(../img/send.png) no-repeat;}
#bursa-container .bursa-cancel {width:120px; height:30px; background:url(../img/cancel.png) no-repeat;}
#bursa-container a.modalCloseX,
#bursa-container a.modalCloseX:link,
#bursa-container a.modalCloseX:active,
#bursa-container a.modalCloseX:visited { width:30px; height:30px; background:url(../img/close.png) no-repeat; position:absolute; top:-10px; right:-10px; }
#bursa-container a.modalCloseX:hover {color:#9bb3b3;}
