
body{
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #0B0B61;
}

body.main{
	background-color: #CFCFCF;
	
}

div.clock_content {
	visibility: show;
	display: block;
	background-color: #FFFFFF;
	width: 800px;
	max-width: 800px;	
	height: 500px;
	max-height: 500px;
	border: 1px solid #0B0B61;
	vertical-align: middle;
	margin: 0px auto;
}

div.clock_header {	
	visibility: show;
	display: block;
	border: 0px solid #0B0B61;
	height: 95px;
	width: 800px;
	text-align: center;
}
div.clock_header2 {	
	visibility: show;
	display: block;
	font-size:18pt;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	background-color: #0B0B61;
	border: 0px solid #0B0B61;
	height: 30px;
	width: 800px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}
div.clock_left {
	visibility: show;
	display: table-cell;
	border: 0px solid grey;	
	width: 300px;
	height: 300px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 90px;
	
}
div.clock_right {
	visibility: hidden;
	display: table-cell;
	border: 0px solid grey;
	width: 500px;
	height: 300px;
	padding-top: 10px;
	vertical-align: top;
}

div.clock_right_frame {
	visibility: hidden;
	display: table-cell;
	vertical-align: middle;
}

label.input1 {
	font-weight: bold;
}

input {
	font-size:12px;
	color: #0B0B61;
}

input.input1 {
	width: 200px;
	border-radius: 4px;
    border: 1px solid #000000;
    padding-left: 2px;
    height: 20px;
}

input.input1:focus {
    background-color: #A9E2F3;
}

input.button-submit {	
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:4px 10px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9

}

span.warn_span {
	color: red;
}