/* Pop up forms*/
#flash_notice{
	width:550px;;
	border:3px solid #585858;
	background: #d8d8d8;
	position:absolute;
	z-index:2;
	margin:35px auto 0 auto;
	padding:10px;
}

/* BUTTONS */

.buttons a, .buttons input{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 5px 7px; /* Links */
}

.buttons input{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons input[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html .buttons input[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons input img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

.buttons input:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    text-decoration: none;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

.buttons input.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, .buttons input.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons input.negative, .buttons a.negative{
    color:#d12f19;
}
.buttons a.negative:hover, .buttons input.negative:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* Button image styles */
.buttons, .key { background: url(/images/icons/key.png) no-repeat 3px; }
.buttons, .cros { background: url(/images/icons/cross.png) no-repeat 3px; }
.buttons, .tick { background: url(/images/icons/tick.png) no-repeat 3px; }
.buttons, .refresh { background: url(/images/icons/refresh.png) no-repeat 3px; }
.buttons, .user { background: url(/images/icons/user.png) no-repeat 3px; }
.buttons, .add { background: url(/images/icons/add.png) no-repeat 3px; }
.buttons, .lightning { background: url(/images/icons/lightning.png) no-repeat 3px; }
.buttons, .disk { background: url(/images/icons/disk.png) no-repeat 3px; }
.buttons, .pencil { background: url(/images/icons/pencil.png) no-repeat 3px; }
.buttons, .search { background: url(/images/icons/search.png) no-repeat 3px; }
.buttons, .house { background: url(/images/icons/house.png) no-repeat 3px; }
.buttons, .email { background: url(/images/icons/email.png) no-repeat 3px; }

/* jquery checkbox style */
.jquery-checkbox       {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 60px; height: 20px;}
.jquery-checkbox img{background: transparent url(/images/checkbox.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px -20px;
}
.jquery-checkbox-checked img{
	background-position: 0px -40px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -60px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -100px;
}