#gs-modal-container {bottom:0px;left:0px;overflow-y:auto;position:fixed;right:0px;top:0px;z-index:1000;display:none;}
#gs-modal-overlay {bottom:0px;left:0px;opacity:.8;position:absolute;right:0px;top:0px;z-index:1000;background:#000;}
#gs-modal-frame {-moz-border-radius:6px; -webkit-border-radius: 6px; border-radius:6px;border:1px solid transparent;display:none;float:left;margin:10px 0 50px 0;padding:5px;position:absolute;z-index:1001;background:#008899;}
#gs-modal-close {height: 20px; position: absolute; right: 14px; top: 14px; width:20px; background:url("img/close.png");}
#gs-modal-close:hover {cursor:pointer;background:url("img/close.png") 0 -20px;}
#gs-modal-content {background-color:#F9F9F9;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:100%;overflow:auto;}
#gs-modal-content #gs-modal-footer {background: #111;border-top: 1px solid #333;color: #C00;font-size: 16px;font-weight: bold;margin: 0;padding: 15px 15px 10px;}
#gs-modal-content ul#gs-modal-steps {border-bottom:1px solid #222;height:37px;list-style:none;margin:0;overflow:hidden;padding:0px 0px 1px 0px;}
#gs-modal-content ul#gs-modal-steps li {background:url("img/chevron.png") no-repeat right center;color:#666;display:inline-block;font-size:14px;padding-right:15px;position:relative;}
#gs-modal-content ul#gs-modal-steps li span {cursor:default;}
#gs-modal-content ul#gs-modal-steps li a {color:#c89c00;display:block;padding:10px;text-decoration:none;}
#gs-modal-content ul#gs-modal-steps li.current a {color:#fcc900;}
#gs-modal-content ul#gs-modal-steps li span {color:#555555;display:block;padding:10px;}
#gs-modal-content ul#gs-modal-steps li.current span {color:#999;}

/* BUTTONS */
#gs-modal-content .label {clear: both;color: #e8e8e8;font-size: 12px;padding: 15px;width: 75px;}
#gs-modal-content input[type='text'] {background: #ffffff;border: 0px;color: #555555;margin: 0 5px 0 0;outline: 0px;float: left;font-size: 11px;font-weight: normal;padding: 4px 3px 3px 6px;width: 150px;height: 20px;}
#gs-modal-content textarea {background: #222;border: none;color: #fff;font-size: 11px;font-weight: normal;height: 75px;line-height: 18px;padding: 15px;width: 600px;}
#gs-modal-content #description-area {padding: 0 10px 10px}
#gs-modal-content .button {background: #333;color: #fff;float: right;right: 5px;height: 17px;margin: 0 0 0 10px;padding: 5px;position: relative;top: -1px;}
#gs-modal-content .button .title {position: relative;top: -2px;left: 5px;font-weight: bold;font-size: 12px;}
#gs-modal-content .ui-icon {float: left;}
#gs-modal-content .button.ok {background: #BBA200;width: 50px;}
#gs-modal-content .button.ok:hover {}
#gs-modal-content .button.submit,#gs-modal-content .button.back,#gs-modal-content .button.save,#gs-modal-content .button.close{background-image: -moz-linear-gradient(top, #ffcc00, #c89b00);background-image: -ms-linear-gradient(top, #ffcc00, #c89b00);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc00), to(#c89b00));background-image: -webkit-linear-gradient(top, #ffcc00, #c89b00);background-image: -o-linear-gradient(top, #ffcc00, #c89b00);background-image: linear-gradient(top, #ffcc00, #c89b00);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#c89b00', GradientType=0);-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;float: right;border: none;width: 100px;height: 30px;border:1px solid #c89b00;text-transform: uppercase;font-size: 16px;color: #fff;text-shadow: 1px 1px 0 #c89b00;-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.6);-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.6);box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.6);cursor:pointer;}
#gs-modal-content .button.submit { width: 110px }
#gs-modal-content .button.submit:hover,#gs-modal-content .button.back:hover,#gs-modal-content .button.save:hover,#gs-modal-content .button.close:hover {background-image: -moz-linear-gradient(top, #f9e180, #ffcc00);background-image: -ms-linear-gradient(top, #f9e180, #ffcc00);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9e180), to(#ffcc00));background-image: -webkit-linear-gradient(top, #f9e180, #ffcc00);background-image: -o-linear-gradient(top, #f9e180, #ffcc00);background-image: linear-gradient(top, #f9e180, #ffcc00);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e180', endColorstr='#ffcc00', GradientType=0);}

#gs-modal-content .button.submit:active,#gs-modal-content .button.save:active,#gs-modal-content .button.close:active  {background:#ffcc00 none;}
#gs-modal-content .button.save{width:65px;}
#gs-modal-content .button.close{width:75px;line-height:normal;}
#gs-modal-content .cancel {background-image: -moz-linear-gradient(top, #666, #333);background-image: -ms-linear-gradient(top, #666, #333);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));background-image: -webkit-linear-gradient(top, #666, #333);background-image: -o-linear-gradient(top, #666, #333);background-image: linear-gradient(top, #666, #333);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#333', GradientType=0);-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;float: right;border: none;width: 76px;height: 30px;border:1px solid #333;text-transform: uppercase;font-size: 16px;color: #fff;text-shadow: -1px -1px 0 #333;-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);cursor:pointer;}
#gs-modal-content .button.cancel:hover {background-image: -moz-linear-gradient(top, #999, #666);background-image: -ms-linear-gradient(top, #999, #666);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));background-image: -webkit-linear-gradient(top, #999, #666);background-image: -o-linear-gradient(top, #999, #666);background-image: linear-gradient(top, #999, #666);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#666', GradientType=0);}

#gs-modal-content .button.cancel:active {background:#999 none;}
#gs-modal-content .button.finished{	width:76px;} 

#gs-modal-content .button.back {width: 70px;}
#gs-modal-content .button.back:hover {}
.gs-modalMode, .gs-modalMode body {overflow:hidden;}


.clear {}

 