@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"’ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@FONT@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@font-face {
	font-family:"MyFont_Light";
	src: url(Fonts/Light/Segoe-UI-Light.eot);
    src: url(Fonts/Light/Segoe-UI-Light.eot?#iefix) format('embedded-opentype'),
    url(Fonts/Light/Segoe-UI-Light.woff) format('woff'),
    url(Fonts/Light/Segoe-UI-Light.ttf) format('truetype'),
    url(Fonts/Light/Segoe-UI-Light) format('svg');
}

@font-face {
	font-family:"MyFont_Bold";
	src: url(Fonts/Semibold/Segoe-UI-Semibold.eot);
    src: url(Fonts/Semibold/Segoe-UI-Semibold.eot?#iefix) format('embedded-opentype'),
    url(Fonts/Semibold/Segoe-UI-Semibold.woff) format('woff'),
    url(Fonts/Semibold/Segoe-UI-Semibold.ttf) format('truetype'),
    url(Fonts/Semibold/Segoe-UI-Semibold) format('svg');
}


a{
	text-decoration:none;
}
	
body {
	background-color: #019cc8;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	margin-top:0px;
}

.bg{
	background-image:url(images/image_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	width:1000px;
	height:768px;
	margin-top:0px;
	left: 50%;
	margin-left:-500px;
	position:fixed;
}

.panel{
	background-image:url(images/front-panel.png);
	background-repeat:no-repeat;
	width:636px;
	height:396px;
	position:fixed;
	left: 50%;
	margin-left:-318px;	
	top: 50%;
	margin-top:-198px;	
}

.form-box{
	width:550px;
	height:250px;
	margin:auto;
	position:fixed;
	top: 50%;
	margin-top:-125px;
	left: 50%;
	margin-left:-275px;	
}


.form{
	width:550px;
	height:250px;
	margin:auto;
	position:fixed;
	top: 50%;
	margin-top:-125px;
	left: 50%;
	margin-left:-275px;
	padding-top:50px;
}

.logo{
	background-image:url(images/logo.png);
	width:124px;
	height:33px;
	float:right;
	margin-right:45px;
	margin-top:20px;
}




.label {
	font-family: "MyFont_Light";
	font-size: 17px;
	color: #ffffff;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 300px; 
	text-align: left;
	margin-left:55px;
}

.input_text {
	height: 32px;
	width: 240px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #002537;
	font-family: "MyFont_bold";
	font-size: 17px;
	color: #42494c;
	margin-bottom: 15px;
	padding-left:10px;
	background:#f6fafd;
	margin-left:55px;

}

.input_text:focus {
	height: 32px;
	width: 240px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	font-family: "MyFont_bold";
	font-size: 17px;
	color: #42494c;
	margin-bottom: 15px;
	padding-left:10px;
	background:#f6fafd;
	margin-left:55px;

}


.submit{
	width:100px;
	height:33px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#001d26;
	border: 1px solid #fff;
	font-family:"MyFont_Light";
	text-align:center;
	font-size:17px;
	color:#fff;
	margin-top:40px;
	float:right;
	margin-right:25px;
}


.submit:hover{
	width:100px;
	height:33px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#019bc7;
	border: 1px solid #fff;
	font-family:"MyFont_Light";
	text-align:center;
	font-size:17px;
	color:#fff;
	margin-top:40px;
	float:right;
	margin-right:25px;
}

.input{
width:500px;
float:left;
text-align: right;
margin-bottom:15px;
	margin-left: 55px;

}

.label_temp {
	font-family: "MyFont_Light";
	font-size: 17px;
	color: #ffffff;
	float: left;
	margin-top: 8px;
	margin-bottom: 0px;
	width: 160px;
	text-align: left;
}

.input_text_temp {
	height: 28px;
	width: 200px;
	padding-left:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #002537;
	font-family: "MyFont_bold";
	font-size: 17px;
	color: #42494c;
	margin-bottom: 0px;
	background:#f6fafd;
float:left;
}