@charset "utf-8";
/* CSS Document for alarmcocky.com */

body{
	background: url(../images/landscapebg.jpg) top center  no-repeat #1d9320;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #47AAF0; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #37AD35; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#pangitna{
	width:950px;
	margin:auto;
	}

#content {
	background:url(../images/cocky.png) top left no-repeat;

	}

#logo{
	margin:auto auto 60px 300px;
	width:671px;
	}
#logo img{
	border:none;
	}
#orasan{
	background:url(../images/date_bg.png) top center no-repeat;
	width:264px;
	height:123px;
	/*margin-left:280px;*/
	color:#0d81d1;
	padding:.1px;
	text-align:center;
	}
#footer{
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	margin-top:25px;
	}

#action{
	margin:20px auto 20px auto;
	}

#alarm_holder{
	width:200px;
	margin:auto auto 20px auto;
	}
#set_alarm div{
margin-bottom: 0.8em;
}

#button_holder{
	text-align:right;
	margin-top:20px;
	
	}

#set_alarm div.leftcolumn{

width: 150px;
font-size: 18px;
clear: left;
}

#set_alarm span{
margin-right: 5px;
}

#isetmo{
	width:400px;
	/*border:1px solid #dbd9d9;
	margin-left:290px;*/
	background:url(../images/white_bg.png);
	padding:4px 9px 9px 9px;
	color:#464646;
	margin-bottom:20px;
	}
#kopyahinmo{
	/*width:422px;
	margin-left:290px;*/
	margin-bottom:5px;
	text-align:right;
	}
#message{
	margin:20px auto 20px auto;
	}
#instructions{
	width:402px;
	font-size: 10.5pt;  
	color:#464646;
	margin:20px auto 20px 0px;
	background:url(../images/white_bg.png);
	padding:9px;
	text-align:justify;
	
	}
/* classes*/
.highlighttext{
background-color: #FFFF66;
font-weight:bold;
text-decoration:none;
color:#b20906;
padding-left:5px;
padding-right:5px;
}
.time{
	font-size:60px;
	}
.date{
	font-size:18px;
	}
.title{
	font-size:15px;
	color:#464646;
	margin-top:0px;
	}
.subtitle{
	font-size:18px;
	}

.button{
	background:url(../images/button_bg.png) no-repeat;
	width:120px;
	height:36px;
	border:none;
	font-size:24px;
	color:#FFFFFF;
	}
.reminder {
	margin-left:40px;
	height:100px;
	width:350px;
	}
.clear {
	clear:both;
	}

/*elements*/
select {
	height:25px;
	border:1px solid #464646;
	color:#464646;
	font-size:18px;
	}
	
#leftdiv{
float:left;
width:300px;
}
#rightdiv{
float:left;
}