.yui-dt-hidden {
    display: none !important;
    border: none !important; /* WebKit */
}

.float_left {
    float: left;
}
.radio_width {
    width: 175px;
}
.full_clear {
    clear: both;
    margin-top: 15px;
}
.br {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    overflow:hidden;
}
.text_area { 
	width:100%;
}

#col_options {
    visibility: hidden;
}

.yui-dt-even .yui-dt-asc, .yui-dt-even .yui-dt-desc {
    background-color: #DBEAFF;
}

.yui-dt-asc, .yui-dt-desc {
    background-color: #EDF5FF;
}

.table-notice {
		background-color: #E0E9EA;
    font-size:12px;
    color:#666;
    font-family:Georgia;
    font-style: italic;
    text-align: center;
    padding:10px;
}

.disabled-label {
    color: #999999 !important;
    text-decoration: line-through;
}

.data90 {
  display: block;
  float: left;
  padding: 5px 0 5px 0;
  vertical-align: middle;
  
  color: #333333;
  font-style: italic;
  font-size: 13px;
  text-shadow: 0 1px 0 #ffffff;
}

#spinner-text {
    zoom: 0 !important;
    padding: 0px;
    font-size: 18px;
}
*+html #spinner-text { /* ie7 text position fix */
    margin-top: -2px;
}
#spinner {
    position: absolute;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-left: -9px;
    margin-top: -2px;
    display: none;
}

#submit-btn {
    visibility:hidden;
}
/* Tooltips */
#tt1, #tt2 { width: 350px; }

.yui-skin-sam th.yui-dt-asc .yui-dt-liner {
    background:url(i/dt-arrow-up.png) no-repeat right;
}
.yui-skin-sam th.yui-dt-desc .yui-dt-liner {
    background:url(i/dt-arrow-dn.png) no-repeat right;
}
.yui-skin-sam th.yui-dt-asc .yui-dt-liner,
.yui-skin-sam th.yui-dt-desc .yui-dt-liner {
    padding-right: 9px;
}
/* ---------- 
CLEAR 
----------------------------------------------------------------*/
.group:after {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
} 
.group {display: inline-block;}

/* start commented backslash hack \*/
* html .group {height: 1%;}

.group {display: block;}
  
/* close commented backslash hack */

img  {
    border:none;
}
body {
	font-family:Helvetica;
}
select, input, button, textarea {
    font-size: inherit;}
input:focus {
	outline:1px dotted #666;
}
button:focus {
	outline:1px dotted #666;
}
a:focus {
	outline:1px dotted #666;
}
#dns_tree {
	font-size: 18px;
}
#dns_tree dd {
	margin-left: 0;
}
#breadcrumbs p {
	margin:0 !important;
}
#dns_tree ul {
	list-style-type: none;
	padding-left: 40px;
}

#main_content {
	font-family: helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 0 30px 0px 30px;
	max-width: 900px;
}

#cjt_pagenotice_container {
    width: 902px;
    margin-left: 30px;
}

.sub-head {
	font-weight: bold;
	font-size:14px;
}
#emailreport {
	width:100% !important;
	border-radius:3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}
#emailreport .hd {
	border-radius:3px !important;
}

.report-label{
	font-size: 12px;
	font-weight: normal;
}

table.event_details tbody td {
    max-width: 300px;
    vertical-align: top;
}
table.event_details img {
    vertical-align: middle;
}

#emailreport .bd table td {
	padding-top:10px;
	padding-bottom:10px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 20px;
	color:#666;
	margin-top:5px !important;
	margin-bottom:5px !important;
}
.note-head {
	font-size:13px !important;
}
#main_content a {
	text-decoration: none;
}
#main_content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #4C5355;
	padding-bottom:0px;
	margin-bottom:0px;
}
.option_box { 
	background-color: #E0E9EA;
	border: 1px solid #ffffff;
	outline: 1px solid #C1D0D3;
}
.option_box_small {
	width: 495px;
	background-color: #E0E9EA;
	border: 1px solid #ffffff;
	outline: 1px solid #C1D0D3;
	margin-top:25px;
	margin-bottom:40px;
}
.table-box {
	width: 100%;
	padding: 1px;
	border: 1px solid #C1D0D3; 
}
.input-btn {
	height: 35px;
    filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr="#0092b0", endColorStr="#005266" );
    background-image: -moz-linear-gradient( #39aec5, #0092b0 1px, #005266 );
    background-image: -webkit-linear-gradient( #39aec5, #0092b0 1px, #005266 );
    background-image: -o-linear-gradient( #39aec5, #0092b0 1px, #005266 );
    background-image: -ms-linear-gradient( #39aec5, #0092b0 1px, #005266 );
    -cp-background-image: linear-gradient( #39aec5, #0092b0 1px, #005266 );
    behavior: url(/cPanel_magic_revision_1333594446/cjt/ie9gradients.htc);
	border:1px solid #005F76;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family:Helvetica;
	font-size:12px;
	color:#fff;
	padding:3px 10px;
	margin-right:4px;
	cursor: pointer;
}
.input-btn:active {
    filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr="#005266", endColorStr="#0092b0" );
    background-image: -moz-linear-gradient( bottom, #39aec5, #0092b0 1px, #005266 );
    background-image: -webkit-linear-gradient( bottom, #39aec5, #0092b0 1px, #005266 );
    background-image: -o-linear-gradient( bottom, #39aec5, #0092b0 1px, #005266 );
    background-image: -ms-linear-gradient( bottom, #39aec5, #0092b0 1px, #005266 );
    -cp-background-image: linear-gradient( bottom, #39aec5, #0092b0 1px, #005266 );
    behavior: url(/cPanel_magic_revision_1333594446/cjt/ie9gradients.htc);
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	padding: 5px;
	margin:0 !important;
}
#search-fields {
    margin-top: 0px;
    margin-bottom: 0px;
}
.option_contents {
	border-top: 1px solid #ffffff;

}
#floater {
    margin-bottom: 10px;
}
#freeform {
	border:1px solid #c1d0d3;
	padding:5px 5px 5px 25px;
	color:#666;
	font-size:12px;
	float:left;
	height:15px;
    width: 203px;
	background: url(i/mag-glass.png) no-repeat 5px center;
}
#freeform[disabled] {
    background-color: #eeeeee;
}
#quicksearch-placeholder-wrapper {
    margin: 5px 0 5px 5px;
    *zoom: 1;  /* IE 7 */
}

/* Exclude IE7 and earlier. The ! tells YUI Compressor to keep the comment. */
html>/*!*/body .input-with-button-wrapper button {
    border: 1px solid #c1d0d3;
    border-left: none;
    box-sizing: border-box;  /* default anyway for buttons */
    height: 27px;
    background-color: white;
    padding: 0 5px;
    margin: 0;
    cursor: pointer;
}
.input-with-button-wrapper button::-moz-focus-inner {
    padding: 0 !important;
}

#quicksearch {
    *zoom: 1;  /* IE 7 */
	border:1px solid #C1D0D3;
	padding:5px 5px 5px 25px;
	color:#666;
	font-size:12px;
	background: url(i/mag-glass.png) no-repeat 5px center #ffffff;
    height: 15px;
	width:150px;
}
.option_contents SELECT {
	width:100%;margin-right:4px;
}

.option_contents INPUT[type="text"] {
	border:1px solid #C1D0D3;
	padding:5px;
	color:#666;
	font-size:12px;
	width:86%;margin-right:4px;
}
 
.bullets {
	font-family:Georgia;
	font-style: italic;
	font-size:13px;
	list-style: none !important;
}

/*.yui-dt-first {
  width: 18px;
} */
 
.deliveryreport {
	background-color: #E0E9EA;
	border-top:1px solid #fff;
	padding-bottom: 1px;
	padding-top: 5px;
}
.deliveryreport table {
	border-spacing: 0 !important;
	border:1px solid #C1D0D3;
	margin: 0 5px 5px 5px;
	color:#666666;
	font-size:12px;
	width:890px !important;
}
.deliveryreport table th {
	background-color: #D4DDDE;
	padding: 5px;
	font-size:10px;
	text-shadow: 0 1px 0 #fff;
	color: #004C5F;
	word-wrap: break-word;
	border-left:1px solid #C1D0D3;
}
.deliveryreport table th:first-child {
    border-left:none;
}
.deliveryreport table img {
	vertical-align: middle;
}
.nopad {
	padding-left:0px !important;
}
.msgsoft {
	width:300px;
	height:60px;
}
.msgsoft2 {
	width:600px;;
}
.the-button {
text-align: right;
overflow: hidden;
padding-bottom: 5px;
vertical-align: middle;
width: 109px; float: right; padding: 2px;
}
.the-button hr {display: block; clear: right; visibility: hidden;}
.deliveryreport table .pointer {
	cursor: pointer;
}
#floater {
	float: right;
}
.deliveryreport table td {
	border-left: 1px solid #C1D0D3;
	border-top: 1px solid #C1D0D3 !important;
	padding: 5px;
	word-wrap: break-word;
	vertical-align:middle !important;
}
.deliveryreport table td:first-child {
    border-left:none;
    border-top:none;
}
.deliveryreport table a {
	color:#004C5F;
}
.first {
	border-left: none !important;
}
.last {
	border-right: none !important;
	text-align: center;
}
.notes {
	margin-bottom: 5px;
}
select {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
}
.button-grouped {
	margin-top:10px;
}
.yui-dt-paginator {
	display: none !important;
}
.hide {
	display: none;
}
#page-control {
	margin-bottom: 15px;
}
#bottom-nav {
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.form-contain {
	margin:5px;
	background-color:#fff;
	padding:10px;
	border:1px solid #C1D0D3;
}
#startdate {
	float:left;
}
#enddate {
	float:left;
}
#start_cal {
	cursor: pointer;
	display:block;
	float:left;
	margin:3px 0 0 5px;
}
.search-me {
	margin-top:20px;
}
#end_cal {
	cursor: pointer;
	display:block;
	float:left;
	margin:3px 0 0 5px;
}
.search-content {
	width: 395px;
	border-right:1px dotted #ccc;
	padding-right:25px;
	float:left;
	min-height: 140px;
}
.starts {
	float:left;
	/*width:220px;*/
	padding-left:20px;
	padding-right:20px;
	border-right:1px dotted #ccc;
	min-height: 140px;
	width:46%;
}
.starts_small {
	float:left;
	width:220px;
	padding-left:20px;
	/*padding-right:20px;*/
	min-height: 140px;
}

.ends {
	float:left;
	/*width:220px;*/
	padding-left:20px;
	padding-right:20px;
	min-height: 124px;
	width:42%;
}
input:placeholder {
	font-family:Georgia;
	font-style: italic;
}
::-webkit-input-placeholder  { font-family:Georgia;font-style: italic; }
input:-moz-placeholder { font-family:Georgia;font-style: italic; }
.report-head {
	font-size:11px;
	color:#586061;
	font-weight: bold;
    height: 20px;
    line-height: 20px;
}
.time-wrap {
	margin-top:25px;
	width:330px;
}
.campodata { 
	width:40%;
}
#type-select-cjt-wrapped-select .cjt-wrapped-select-skin {
    border-color: #c1d0d3;
}
#type-select-cjt-wrapped-select .cjt-wrapped-select-skin,
#type-select-cjt-wrapped-select select {
    padding: 0px 0 3px 5px;
    height: 27px;
    line-height: 27px;
}

#freeform-placeholder-wrapper {
    vertical-align: bottom;
}
#filterItems {
    background-color: #17576a;
    height: 40px;
	margin-top:5px;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	color:#fff;
	position:relative;
    zoom:1;  /* IE 7 */
}

.top-filterItems {
	background: url(i/options-topbg.png) top left repeat-x;
	height: 11px;    
	position: relative;
	margin-bottom:5px;
}

.filterItems-Arrow {
	background: url(i/options-top-arrow.png) top left no-repeat;
	width: 20px;
	height: 11px;
	position: absolute;
	top: 0;
	left:30px;
	border:0;
}
.results-output {
	float:left;
	font-size:12px;
	color:#666;
	margin-bottom:8px;
}
.total-items {
	font-size:11px;
}
.quickfilter {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 500px;
}
div.table-top form {
    display: inline;
}
.advanced {
    display: inline;
    text-shadow: 0 1px 0 #fff;
    margin-left: 10px;
}
.advanced img,
.advanced a {
    vertical-align: middle
}
.advanced a {
	font-size:12px;
	color:#AB5200;
	text-decoration: none;
	font-weight: bold;
}
.advanced a:hover {
	text-decoration: underline !important;
}
#toggle_col_options {
	margin-top:10px;
	margin-right:10px;
}
.table-top {
	background-color: #E0E9EA;
	border-bottom:1px solid #C1D0D3;
}

.yui-pg-container select,
.yui-pg-container .cjt-wrapped-select {
    margin-left: 5px;
}
.yui-pg-container .cjt-wrapped-select select {
    margin-left: 0;
    height: 27px;
}
.yui-pg-container .cjt-wrapped-select .cjt-wrapped-select-skin {
    line-height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #c1d0d3;
    color: #585F5F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.page-nav {
	border:1px solid #c1d0d3;
    filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr="#edf2f2", endColorStr="#ffffff" );
    background-image: -moz-linear-gradient( #edf2f2, white );
    background-image: -webkit-linear-gradient( #edf2f2, white );
    background-image: -o-linear-gradient( #edf2f2, white );
    background-image: -ms-linear-gradient( #edf2f2, white );
    -cp-background-image: linear-gradient( #edf2f2, white );
    behavior: url(/cPanel_magic_revision_1333594446/cjt/ie9gradients.htc);
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    height:25px;
    display:inline-block;
    vertical-align: text-bottom;
}
.page-nav:not(old_ie) {
    progid:DXImageTransform.Microsoft.Gradient( enabled=false );
}

.yui-pg-previous,
.yui-pg-next,
.yui-pg-previous:hover,
.yui-pg-next:hover {
    width: 14px;
    height: 100%;
    display:inline-block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-decoration: none;
}
.yui-pg-previous {
    border-right:1px solid #C1D0D3;
    background-image: url(i/go-last.png);
}
.yui-pg-next {
    border-left:1px solid #C1D0D3;
    background-image: url(i/go-next.png);
}
span.yui-pg-previous {
    background-image: url(i/go-last-disabled.png);
}
span.yui-pg-next {
    background-image: url(i/go-next-disabled.png);
}

.yui-pg-current {
	color:#585F5F;
	text-shadow:0 1px 0 #fff;
	font-size:11px;
	padding-left:8px;
	padding-right:8px;
    display:inline-block;
    vertical-align:top;
	padding-top:7px;
}
.close-me {
	position:absolute;
	top:5px;
	right:10px;
	font-size:9px;
	font-weight: bold;
}
.close-me a {
	color:#fff;
}
.close-me a:hover {
	text-decoration:underline;
}
.top-heading {
	border-bottom: 1px solid #333;
	padding: 10px;
	background: #315e7c;
}
#page_size_split {
	margin-right:0px;
}
.left_float{ float:left;}
.right_float{ float: right;}
#hide_inquiry {display:none;}

.page_selector_top_menu {
	min-width: 102px;
}
.page_size_top_menu {
	min-width: 130px;
}
#hide_inquiry {
	font-size:11px;
	font-weight: bold;
	padding-top:5px;
	padding-right:10px;
	text-shadow: 0 1px 0 #fff;

}
#hide_inquiry a {
	color:#AB5200 !important;
}
#hide_inquiry a:hover {
	text-decoration: underline !important;
}

#col_options {
	background-color:#E0E9EA !important;
	padding:5px;
	-moz-box-shadow: 0 0 5px #97AEB2;
	-webkit-box-shadow: 0 0 5px #97AEB2;
	box-shadow: 0 0 5px #97AEB2;
	border:1px solid #ABB9BB;
	font-family:Helvetica;
	z-index: 9999;
}
/*#col_options .yui-panel .container-close a {
visibility: visible !important;}*/
.inputs {
	display:inline;
    margin-left: 15px;
}
.filter-options-left {
	float:left;
	padding-left:10px;
	padding-right:0px;
}
.filter-options-right {
	float:left;
	display:inline;
}
.filter-header {
	font-weight: bold;
	padding-right:15px;

}
.options-bd {
	padding:5px;
	background-color:#fff !important;
	border:1px solid #C1D0D3;
}
.options-header {
	font-size:12px;
	color:#0E5B6E;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	padding-bottom:5px;
}
.info-blurb {
	font-size:12px;
	color:#666;
	line-height: 18px;
	padding-bottom:10px;
}
.results_per_page, .toggle_checkbox_row {
	margin-bottom:5px;
	font-size:11px;
	color:#666;
}
.results-header {
	font-weight: bold;
	padding-bottom:3px;
}
.options-tops {
	padding-bottom:10px;
}
.options-header {
	float:left;
}
.closeit {
	float:right;
}
.closeit a:hover {
	color: #C43234 !important;
	text-decoration: none !important;
}
.yui-dt-message {
	font-size:14px;
	font-style: italic;
	color:#B1B2B2;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
	font-family:Georgia;
	background-color:#fff;
}
.yui-dt-loading {
        display:none;
}
#toggleAll {
    font-size:14px !important;
}
.slider-grip {
	float:right;
	width:5px;
	height:20px;
	background:none;
	border-right:1px solid #000;
	cursor: col-resize;
}
#page_selector_split {

}
/* Added by patrick -- needs merge */
/* TABLE { table-layout: fixed !important;} */
TABLE TD { word-wrap: break-word !important;vertical-align: middle !important;}
.slider-grip {
	display:none;
}
#yui-dt5-th-type {
	width:30px;
}
#yui-dt4-th-type {
        width:30px;
}
.hidden_panel { position: absolute; overflow: visible;}

.yui-dt-even {
    background-color: #f4f4f4;
}

.latch .yui-dt-even:hover {
    cursor: pointer;
    background-color:#FFFEEA !important;
    color:#33707E;    
}
.latch .yui-dt-odd:hover {
    cursor: pointer;
    background-color:#FFFEEA !important;
    color:#33707E;    
}  
.yui-dt-data {
    background-color:#fff;
}
.button-wrap {
    background-color: #E0E9EA;
    border-top:1px solid #ffffff;
    padding: 5px 0 5px 0;

}
.yui-dt-liner {
    word-wrap: break-word;
    text-wrap: unrestricted;
}
.yui-dt4-col-deliveredto, .yui-dt5-col-deliveredto {
    max-width: 90px;
}
.yui-dt5-col-sender, .yui-dt5-col-recipient {
    max-width:90px !important;
}
.yui-dt5-col-host {
    max-width:50px;
}
.yui-dt5-col-size {
    max-width:30px;
}
.yui-dt5-col-message {
    max-width:100px;
}
.yui-dt4-col-sender, .yui-dt4-col-recipient {
    max-width:90px !important;
}
.yui-dt4-col-host {
    max-width:50px;
}
.yui-dt4-col-size {
    max-width:30px;
}
.yui-dt4-col-message {
    max-width:100px;
}
.yui-dt-liner input {
    font-size: inherit !important;
}
.yui-dt4-col-check{
    width:20px;
}
.yui-dt5-col-check{
    width:20px;
}
.buttons-left {
    float:left;
    padding-left:3px;
}
.buttons-right {
    float:right;
    padding-right:3px;
}
.button-wrap button {
    background: url(/cPanel_magic_revision_1333594465/images/whm-button-bg.png) repeat-x top left;
    border:1px solid #C1D0D3;
    padding: 8px 6px 6px 6px;
    font-weight: bold;
    color:#004C5F;
    font-size:11px;
    font-family:Helvetica;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    -webkit-linear-gradient (
        #fcfcfc, #f2f2f2 3px, #e8e8e8)
}
.placeholder-text {
    padding-top: 7px;
    padding-left: 3px;
    font-family:Georgia;
	font-style: italic;
	font-size:12px;
	color:#666;
	overflow: hidden;
}
.print-report {
    background: url(i/print.png) no-repeat left;
    padding-left:22px;
}
.icon_holder {
    text-align: center;
    cursor: pointer;
}
.cpanel-date-hint {
    color: #1e66c0;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
    padding-left: 5px;
}

/* right-align numeric columns */
tbody .yui-dt-col-TOTALSIZE,
tbody .yui-dt-col-SENDCOUNT,
tbody .yui-dt-col-DEFERCOUNT,
tbody .yui-dt-col-FAILCOUNT,
tbody .yui-dt-col-DEFERFAILCOUNT,
tbody .yui-dt-col-SUCCESSCOUNT,
tbody .yui-dt-col-size {
    text-align: right;
}

tbody .yui-dt-col-actions,
tbody .yui-dt-col-REACHED_MAXEMAILS,
tbody .yui-dt-col-REACHED_MAXDEFERFAIL {
    text-align: center;
}

.yui-dt5-col-type, .yui-dt-col-type {
    text-align: center !important;
    margin: 0 auto !important;
}
#table_container {
    width:900px;
    margin-left:30px;
}

/* cPanel Calendar Skinning */

.calweekdayrow th { 
	font-size: 13px;
}

.yui-skin-sam .yui-calcontainer {
	border: 1px solid #D0D0D0 !important;
	border-radius: 5px;
}

.yui-skin-sam .yui-calendar .calweekdaycell {
	color: #666666 !important;
}

.yui-skin-sam .yui-calendar .calheader {
	color: #666666 !important;
	font-size: 13px !important;
}

.yui-skin-sam .yui-calendar td.calcell a {
    color: #006666;
}

.yui-skin-sam .yui-calendar td.calcell.selected a {
    background-color: #A6CACA;
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover a{
	background-color:#006666;
	color:#fff;
	cursor:pointer;
}

.yui-skin-sam .yui-calendar td.calcell.today {
    background-color: #006666;
}

.check-all {
    padding-bottom: 5px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
    color: #333333;
}

.reset-to-default button {
    background-image: -moz-linear-gradient(#fafafa,#efefef 1px,#ddd);
    background-image: -webkit-linear-gradient(#fafafa,#efefef 1px,#ddd);
    background-image: -o-linear-gradient(#fafafa,#efefef 1px,#ddd);
    background-image: -ms-linear-gradient(#fafafa,#efefef 1px,#ddd);
    filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr="#efefef", endcolorstr="#dddddd");
    -cp-background-image: linear-gradient(#fafafa,#efefef 1px,#ddd);
    behavior: url(/cPanel_magic_revision_1333594446/cjt/ie9gradients.htc);
    border: 1px solid #A5A5A5;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-family: Helvetica;
    font-size: 10px;
    color: #4C4C4C;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    margin: 5px 0 10px 0px;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    vertical-align: middle;
    border-image: initial;
}
.reset-to-default button:hover {
    color:#04586C;
}
.reset-to-default button:active {
    background-image: -moz-linear-gradient( #f1f1f1, #e0e0e0 1px, #f2f2f2 );
    background-image: -webkit-linear-gradient( #f1f1f1, #e0e0e0 1px, #f2f2f2 );
    background-image: -o-linear-gradient( #f1f1f1, #e0e0e0 1px, #f2f2f2 );
    background-image: -ms-linear-gradient( #f1f1f1, #e0e0e0 1px, #f2f2f2 );
    filter: progid:DXImageTransform.Microsoft.Gradient( startcolorstr="#e0e0e0", endcolorstr="#f2f2f2" );
    -cp-background-image: linear-gradient( #f1f1f1, #e0e0e0 1px, #f2f2f2 );
}

.btn,
.option_box {
	margin-top: 10px;
}