/*

 #stTagPopup .stDefaultButton {
            background-color: #17b617;
        }
		
	
 #stTagPopup .dftTitle{
            background-color: #e2001a;
            
        }
*/			
.stPopup, .stPopup * {
            margin: 0;
            padding: 0;
        }
        .stPopup {
            background-color: #FFFFFF;
            border: 3px solid #FFFFFF;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            font-weight: normal;
            text-align: left;
        }
        #stSetPopup {
            left: 50%;
            margin: 0 0 0 -275px;
            position: absolute;
            top: 30px;
            width: 550px;
            z-index: 10020;
        }
        #stTagPopup {
            bottom: 20px;
            box-shadow: 0 0 6px #888888;
            position: fixed;
            right: 20px;
            text-align: center;
            width: 350px;
            z-index: 10005;
        }
        #stTagPopup .stContent {
            padding: 10px;
        }
        #stOverlay {
            background-color: #000000;
            height: 100%;
            left: 0;
            opacity: 0.75;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 10010;
        }
        #stTopBar, #stPopupTitle {
            background-color: #96735B;
            color: #FFFFFF;
            font-family: Calibri,Arial,Helvetica,sans-serif;
            font-size: 14px;
            font-weight: bold;
            padding: 8px;
            text-align: center;
        }
        #stPopupTitle {
            background-color: #96735B;
            font-size: 13px;
            padding: 6px;
        }
		
		
		
        #stClose {
            cursor: pointer;
            position: absolute;
            right: -15px;
            top: -15px;
        }
        #stCloseSmall {
            cursor: pointer;
            position: absolute;
            right: -7px;
            top: -7px;
        }
        
        #stCloseSmall img {
            border: 0;   
        }
        #stContent {
            color: #666666;
        }
        #stDescription {
            padding: 10px;
        }
        #stDescription p {
            margin: 0.6em 0 1em;
        }
        #stSettings {
            background-color: #BCA594;
            margin: 0 2px 5px 0;
            padding: 4px;
        }
        #stSetTitle {
            color: #FFFFFF;
            font-size: 14px;
            font-weight: bold;
        }
        #stEnableDisable {
            padding: 5px 10px;
        }
        #stEnableDisable span {
            font-family: Calibri,Arial,Helvetica,sans-serif;
            font-size: 15px;
            font-weight: bold;
        }
        #stEnableDisable img {
            margin-right: 4px;
            vertical-align: -2px;
        }
        #stEnabledList, #stDisabledList {
            float: left;
            width: 50%;
        }
        #stEnabledList div, #stDisabledList div {
            display: none;
            margin: 8px 0 2px;
        }
        #stButtons {
            padding: 10px 5px 5px;
            text-align: right;
        }
        #stButtons input {
            margin-left: 5px;
            padding: 1px 4px;
        }
        #stTagPopup .stButton {
            background: url("http://www.webprodie.nl/cookiewet/button-small.png") repeat scroll 0 0 #17b617;
            color: #FFFFFF;
            cursor: pointer;
            display: block;
            float: left;
            font-size: 13px;
            height: 25px;
            line-height: 24px;
            margin: 5px 8px 10px 120px;
            text-align: center;
            width: 110px;
        }
       
        #stTagPopup p {
            color: #555555;
            margin: 8px 2px;
        }
        .stPopup {
            line-height: 16px;
        }