#time_controls {
   bottom: 0px;
   pointer-events: none;
   position: fixed;
   width: 100%;
   z-index: 100;
}

#time_controls_wrapper {
   position: absolute;
   width: 100%;
}

#play_controller {
width: 520px;
height: 29px;
margin: 0 auto;
background-color: #39403d;
/*background-color: rgba(57,64,61, 0.75);*/
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding-top: 8px;
padding-right: 16px;
padding-bottom: 8px;
padding-left: 8px;
font-family: Officina;

pointer-events: all;
}

.playback_holder {
height: 21px;
padding: 4px 18px 4px 0px;
float: left;
background: url('../images/timecontroller/playback_sprite.png') no-repeat 100px 0px;
}

.current_time_holder {
font-size: 12px;
color: #FFFFFF;
padding-left: 16px;
}

.current_time {
font-weight: bold;
}

.current_period {
}


.time_menu_button {
display: block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size: 13px;
height: 23px;
line-height: 22px;
font-weight: bold;
margin-top: 4px;
color: #333333;
text-shadow:1px 1px 0px #FFFFFF;
text-decoration: none;
cursor: pointer;
}

.live_button {
float: left;
padding: 0px 8px 0px 8px;
background: #EFEFEF;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(214,214,214,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
margin-right: 5px;
}

.live_button:hover {
background: #FFFFFF no-repeat left 0px;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
}

.live_button_active {
background: rgb(51,51,51) !important;
background: -moz-linear-gradient(top, rgb(51,51,51) 87%, rgb(102,102,102) 99%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(87%,rgb(51,51,51)), color-stop(99%,rgb(102,102,102))) !important;
background: -webkit-linear-gradient(top, rgb(51,51,51) 87%,rgb(102,102,102) 99%) !important;
background: -o-linear-gradient(top, rgb(51,51,51) 87%,rgb(102,102,102) 99%) !important;
background: -ms-linear-gradient(top, rgb(51,51,51) 87%,rgb(102,102,102) 99%) !important;
background: linear-gradient(top, rgb(51,51,51) 87%,rgb(102,102,102) 99%) !important;
color: #FFFFFF !important;
text-shadow: 1px 1px 0px #000000 !important;
}

.open_menu_button {
float: right;
background: #EFEFEF url('../images/timecontroller/clock.png') no-repeat left 0px;
background: url('../images/timecontroller/clock.png') no-repeat left 0px, -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
background: url('../images/timecontroller/clock.png') no-repeat left 0px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(214,214,214,1)));
background: url('../images/timecontroller/clock.png') no-repeat left 0px, -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: url('../images/timecontroller/clock.png') no-repeat left 0px, -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%), url('../images/timecontroller/clock.png') no-repeat left 0px;
background: url('../images/timecontroller/clock.png') no-repeat left 0px, linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
padding: 0px 8px 0px 22px;
}

.open_menu_button:hover {
background: #FFFFFF url('../images/timecontroller/clock.png') no-repeat left 0px;
background: url('../images/timecontroller/clock.png') no-repeat left 0px, -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/clock.png') no-repeat left 0px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1)));
background: url('../images/timecontroller/clock.png') no-repeat left 0px, -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/clock.png') no-repeat left 0px, -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%), url('../images/timecontroller/clock.png') no-repeat left 0px;
background: url('../images/timecontroller/clock.png') no-repeat left 0px, linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
}

.open_menu_button {
background: #EFEFEF url('../images/timecontroller/clock.png') no-repeat left -23px;
background: url('../images/timecontroller/clock.png') no-repeat left -23px, -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
background: url('../images/timecontroller/clock.png') no-repeat left -23px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(214,214,214,1)));
background: url('../images/timecontroller/clock.png') no-repeat left -23px, -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: url('../images/timecontroller/clock.png') no-repeat left -23px, -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%), url('../images/timecontroller/clock.png') no-repeat left -23px;
background: url('../images/timecontroller/clock.png') no-repeat left -23px, linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
}

.time_menu_button_active:hover {
background: #EFEFEF url('../images/timecontroller/clock.png') no-repeat left -23px;
background: url('../images/timecontroller/clock.png') no-repeat left -23px, -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/clock.png') no-repeat left -23px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(214,214,214,1)));
background: url('../images/timecontroller/clock.png') no-repeat left -23px, -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/clock.png') no-repeat left -23px, -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%), url('../images/timecontroller/clock.png') no-repeat left -23px;
background: url('../images/timecontroller/clock.png') no-repeat left -23px, linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
}

.playback_button {
width: 21px;
height: 21px;
cursor: pointer;
float: left;
display: block;
}

.playback_button_disabled {
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default !important;
}

.rewind_button {
background: url('../images/timecontroller/playback_sprite.png') no-repeat -2px 0px;
}

.rewind_button:hover {
background: url('../images/timecontroller/playback_sprite.png') no-repeat -2px -21px;
}

.play_button {
background: url('../images/timecontroller/playback_sprite.png') no-repeat -32px 0px;
}

.play_button:hover {
background: url('../images/timecontroller/playback_sprite.png') no-repeat -32px -21px;
}

.pause_button {
background: url('../images/timecontroller/playback_sprite.png') no-repeat -62px 0px;
}

.pause_button:hover {
background: url('../images/timecontroller/playback_sprite.png') no-repeat -62px -21px;
}

.forward_button {
background: url('../images/timecontroller/playback_sprite.png') no-repeat -92px 0px;
}

.forward_button:hover {
background: url('../images/timecontroller/playback_sprite.png') no-repeat -92px -21px;
}

.stop_button {
background: url('../images/timecontroller/playback_sprite.png') no-repeat -122px 0px;
}

.stop_button:hover {
background: url('../images/timecontroller/playback_sprite.png') no-repeat -122px -21px;
}

//.stop_button.playback_button_disabled  {
//background: url('../images/timecontroller/playback_sprite.png') no-repeat -122px 0px;
//}

.current_time_holder {
float: left;
}


#time_controller_container {
width: 100%;
height: 62px;
padding-top: 12px;
background-color: #39403d;
background-color: rgba(57,64,61, 0.75);
pointer-events: all;
}

#time_controller_holder {
margin: 0 auto;
width: 900px;
}

.time_controller_preset_buttons {
float: left;
width: 130px;
color: #FFFFFF;
font-size: 12px;
font-family: Officina;
text-shadow:1px 1px 0px rgba(0,0,0,0.5);
padding-left: 20px;
}

.time_controller_preset_buttons:first-child {
padding-left: 0px;
width: 150px;
}

.time_preset_button {
color: #b5cbc1;
text-decoration: none;
cursor: pointer;
text-transform: uppercase;
}

.time_preset_button:hover {
color: #FFFFFF;
}

.block_size_button {
color: #b5cbc1;
text-decoration: none;
cursor: pointer;
text-transform: uppercase;
-moz-user-select: none;
-webkit-user-select: none;
}

.block_size_button:hover {
color: #FFFFFF;
}

.block_size_button_disabled {
color: #CCCCCC !important;
cursor: default !important;
}

#time_controller {
width: 600px;
height: 20px;
font-size: 12px;
font-family: Officina;
/*text-shadow: 1px 1px 0px rgba(0,0,0,0.5);*/
color: #FFFFFF;
position: relative;
float: left;
}

.time_slider_top {
height: 20px;
margin-bottom: 5px;
}

.time_slider_label_holder {
height: 20px;
float: left;
}

.time_slider_calendar_button {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 20px;
width: 33px;
background-color: #a0aba6;
background-image: url('../images/timecontroller/calendar_idle.png');
background-repeat: no-repeat;
background-position: center;
float: left;
cursor: pointer;
}

.time_slider_calendar_button:hover {
background-color: #c0ccc6;
}

.time_slider_calendar_button_active {
background-image: url('../images/timecontroller/calendar_active.png');
}

.time_slider_calendar_button_right {
float: right;
}

.time_slider_calendar_label {
float: left;
padding-left: 10px;
height: 20px;
}

.time_slider_calendar_label_right {
float: right;
padding-right: 10px;
}


.time_resize_holder {
width: 33px;
height: 100%;
float: left;
}

.time_resize_button {
width: 16px;
height: 100%;
float: left;
cursor: pointer;
}

.time_resize_button_left {
-webkit-border-radius: 4px 0px 0px 4px;
-moz-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
background: #FFFFFF url('../images/timecontroller/resize_left.png') no-repeat center center;
background: url('../images/timecontroller/resize_left.png') no-repeat center center, -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
background: url('../images/timecontroller/resize_left.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(214,214,214,1)));
background: url('../images/timecontroller/resize_left.png') no-repeat center center, -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: url('../images/timecontroller/resize_left.png') no-repeat center center, -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%), url('../images/timecontroller/resize_left.png') no-repeat center center;
background: url('../images/timecontroller/resize_left.png') no-repeat center center, linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
margin-right: 1px;
}

.time_resize_button_left:hover {
background: #FFFFFF url('../images/timecontroller/resize_left.png') no-repeat center center;
background: url('../images/timecontroller/resize_left.png') no-repeat center center, -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/resize_left.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(230,230,230,1)));
background: url('../images/timecontroller/resize_left.png') no-repeat center center, -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/resize_left.png') no-repeat center center, -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%), url('../images/timecontroller/resize_left.png') no-repeat center center;
background: url('../images/timecontroller/resize_left.png') no-repeat center center, linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
}

.time_resize_button_right {
-webkit-border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;
border-radius: 0px 4px 4px 0px;
background: #FFFFFF url('../images/timecontroller/resize_right.png') no-repeat center center;
background: url('../images/timecontroller/resize_right.png') no-repeat center center, -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
background: url('../images/timecontroller/resize_right.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(214,214,214,1)));
background: url('../images/timecontroller/resize_right.png') no-repeat center center, -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: url('../images/timecontroller/resize_right.png') no-repeat center center, -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%), url('../images/timecontroller/resize_right.png') no-repeat center center;
background: url('../images/timecontroller/resize_right.png') no-repeat center center, linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
}

.time_resize_button_right:hover {
background: #FFFFFF url('../images/timecontroller/resize_right.png') no-repeat center center;
background: url('../images/timecontroller/resize_right.png') no-repeat center center, -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/resize_right.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(230,230,230,1)));
background: url('../images/timecontroller/resize_right.png') no-repeat center center, -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/resize_right.png') no-repeat center center, -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%), url('../images/timecontroller/resize_right.png') no-repeat center center;
background: url('../images/timecontroller/resize_right.png') no-repeat center center, linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
}

.time_slider_container {
width: 528px;
height: 20px;
float: left;
position: relative;
margin-left: 3px;
margin-right: 3px;
overflow: hidden;
background: transparent;
}

.time_slider_block {
height: 20px;
position: absolute;
background: #A1AAA7;
background: -moz-linear-gradient(top, rgba(223,226,225,0.5) 0%, rgba(207,210,209,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,226,225,0.5)), color-stop(100%,rgba(207,210,209,0.5)));
background: -webkit-linear-gradient(top, rgba(223,226,225,0.5) 0%,rgba(207,210,209,0.5) 100%);
background: -o-linear-gradient(top, rgba(223,226,225,0.5) 0%,rgba(207,210,209,0.5) 100%);
background: -ms-linear-gradient(top, rgba(223,226,225,0.5) 0%,rgba(207,210,209,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80dfe2e1', endColorstr='#80cfd2d1',GradientType=0 );
background: linear-gradient(top, rgba(223,226,225,0.5) 0%,rgba(207,210,209,0.5) 100%);
cursor: pointer;
}

.time_slider_block_first {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.time_slider_block_last {
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.time_slider_block:hover {
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(214,214,214,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%);
}

.time_slider_block_active {
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
}

.time_controller_indicator {
width: 21px;
height: 23px;
position: absolute;
top: 10px;
}

.time_slider_bar {
position: absolute;
top: 46px;
background-color: rgba(0,0,0,0);
padding: 0px;
margin: 0px;
border-spacing: 1px 0px;
   left: 36px;
}


.time_slider_bg {
width: 100%;
height: 4px;
background-color: #C3C3C3;
background-color: rgba(255,255,255,0.5);
text-align: center;
vertical-align: bottom;
}

.time_slider_zoom_button {
display: inline-block;
width: 12px;
height: 12px;
background: url('../images/timecontroller/zoom.png') rgb(255,255,255);
background: url('../images/timecontroller/zoom.png'), -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/zoom.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1)));
background: url('../images/timecontroller/zoom.png'), -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/zoom.png'), -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
background: url('../images/timecontroller/zoom.png'), -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );
background: url('../images/timecontroller/zoom.png'), linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
cursor: pointer;
margin-top: -4px;
margin-bottom: 4px;
border-radius: 2px;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=45, Color='#000000')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=45, Color='#000000');
-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.time_slider_resize_button {
width: 15px;
height: 12px;
background: url('../images/timecontroller/resize_icon.png') no-repeat center center;
position: absolute;
top: -6px;
}

.time_slider_resize_button_left {
left: -8px;
}

.time_slider_resize_button_right {
right: -8px;
}

.time_slider_resize_button:hover {
background: url('../images/timecontroller/resize_icon.png') no-repeat center center;
}

.time_active_period_label {
padding-top: 3px;
text-align: center;
font-weight: bold;
white-space: nowrap;
display: none;
}

.date_picker {
position: absolute;
z-index: 9999;
}

.time_block_tooltip {
position: absolute;
white-space: nowrap;
top: 0px;
background-color: #333333;
padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
