body.timer_body {
  font-family: Verdana,Helvetica,Tahoma,sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 5px; margin: 0;
	width: 560px;
}
body.timer_body .tip {
  background: transparent url('/assets/bell.png') 0 5px no-repeat;
  font-size: 20px;
  line-height: 25px;
  margin: 1em 0;
  text-indent: 25px;
  max-width: 500px;
}
body.timer_body .loader {
    background: url("http://38mama.ru/assets/fd678083/img/ajax-loader.gif") no-repeat scroll center center transparent;
    display: none;
    height: 40px;
    margin-top: 100px;
    width: 100%;
}

body.timer_body div#tform_contaier {
  max-width: 550px;
  background-color:#fff;
  display: none;
  position: absolute;
  top: 0; left: 0;
  z-index: 1000;
}
body.timer_body div#tform_body {padding:10px 10px; background-color:#fff; min-width: 550px}

body.timer_body .submit {cursor: pointer}

body.timer_body dd, body.timer_body dt {
  display: block;
  padding: 5px;
  margin: 0;
}
body.timer_body dd {margin-top: 1em;}


body.timer_body #custom_time input, body.timer_body input#alert_text {
  padding: 4px;font-size: 20px;border: 1px solid lightgray; border-radius: 5px; text-align: center;
}
body.timer_body #custom_time select {
  padding: 4px;font-size: 20px;border: 1px solid lightgray; margin-right:5px; border-radius: 5px;
}

body.timer_body #custom_time {display: none;}

body.timer_body dt#custom_time:target {display: block;}

body.timer_body .button, body.timer_body .button:visited {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 14px 9px;
}

body.timer_body .button, body.timer_body .button:visited {
    background: url("/assets/button-bg.png") repeat-x scroll 0 0 #222222;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
body.timer_body .button:hover {
    background-color: #111111;
    color: #FFFFFF;
}
body.timer_body .button.green {
    background-color: #91BD09;
}
body.timer_body .button.green:hover {
    background-color: #749A02;
}
body.timer_body .button.blue {
    background-color: #0099DC;
}
body.timer_body .button.blue:hover {
    background-color: #006EAD;
}
body.timer_body .button.yellow {
    background-color: #FFB515;
}
body.timer_body .button.yellow:hover {
    background-color: #FC9200;
}
body.timer_body .button.red {
    background-color: #FF0015;
}
body.timer_body .button.red:hover {
    background-color: #CC0015;
}


div > .tooltip, li > .tooltip, a > .tooltip, span > .tooltip {
	opacity: 0;
	margin-top: -10px;
	visibility: hidden;
	margin-left: -65px;
}

	div:hover > .tooltip, li:hover > .tooltip, a:hover > .tooltip, span:hover > .tooltip,
	a .tooltip:hover, span .tooltip:hover, li .tooltip:hover, div .tooltip:hover {
		opacity: 1;
		visibility: visible;
		overflow: visible;
		margin-top: 30px;
		display: inline;
		margin-left: -10px;
		min-width: 200px;
	}

.tooltip {
	background: #FFFBCF;
	background: -moz-linear-gradient(top, #FFFBCF 0%, #FFFCDF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFBCF), color-stop(100%,#FFFCDF));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFBCF', endColorstr='#FFFCDF',GradientType=0 );

	border: 2px solid #EEEEEE;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;

	padding: 10px;
	margin-left: -10px;

	position: absolute;

	font-family: Verdana,Helvetica,Tahoma,sans-serif;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	font-style: normal;
	color: #555;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 0 #fff;	
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 0 #fff;	
	box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 0 #fff;

	z-index: 10;	
}

.tooltip span { /* Triangle */
	background: #FFFBCF;

	border: 0;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;	

	width: 10px;
	height: 10px;
	margin-left: 10px;
	margin-top: -16px;
	
	display: block;
	position: absolute;


	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
	-webkit-box-shadow: inset -1px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-o-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	
	display /*\**/: none\9;
	*display: none !important;
	*display: none;
}
.opener {
	position: absolute; top: 0; left: 0; background: #ffc600 url('/assets/bell.png') 5px 3px no-repeat; border-radius: 0 0 5px 5px; padding: 0 5px 7px 23px; color: #444; font-size: 10px; z-index: 1001; box-shadow: 0 1px 2px 1px rgba(0,0,0,0.5); text-shadow: -1px -1px 0 rgba(255,255,255,0.3); text-decoration: none!important;
}
.timer_frame {display: none	}