@font-face {
 font-family: TeleGroteskNor;
 src: url("fonts/tele-grotesknor.eot") /* EOT file for IE */
}
@font-face {
 font-family: TeleGroteskNor;
 src: url("fonts/tele-grotesknor.ttf") /* TTF file for CSS3 browsers */
}

body {
	font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 12px;
}

.telegrotesk {
	font-family: TeleGroteskNor;
}

a, a:visited {
	color: #000;
}

p.notice {
	font-weight: bold;
	color: #E20074;
}

input.inputbox {
	height: 18px;
}

button {
	border: none;
	min-width: 100px;
	text-align: center;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#D9D9D9);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(217,217,217)),
	    color-stop(0, rgb(217,217,217)),
	    color-stop(1, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(217,217,217) 0%,
	    rgb(217,217,217) 0%,
	    rgb(255,255,255) 100%
	);
	-moz-box-shadow: 2px 2px 5px #ccc;
  	-webkit-box-shadow: 2px 2px 5px #ccc;
 	box-shadow: 2px 2px 5px #ccc;

}

#wrap {
	width: 974px;
}

#header {
	margin: 12px;
	padding: 12px;
	background: url("../images/bgdigits.gif") repeat scroll 0 4px transparent;
}

#header #logo {
	margin-left: 4px;
}

#main {
	border: 3px solid #c5c4c4;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
	margin: 12px;
	width: 960px;
	height: 480px;
	background: url("../images/background.jpg") no-repeat;
}

#login {
	position: absolute;
	border: 2px solid #E20074;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
	width: 180px;
	/* height: 300px; */
	display: block;
	margin: 90px 0 0 12px;
	background: #d9d9d9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E9E9E9);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(217,217,217)),
	    color-stop(0.32, rgb(255,255,255)),
	    color-stop(1, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(217,217,217) 0%,
	    rgb(255,255,255) 32%,
	    rgb(255,255,255) 100%
	);
}

#login h3 {
	margin: -2px -2px 0 -2px;
	border: 1px solid #E20074;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
	padding: 8px;
	color: white;
	background: #e20075;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF99DA, endColorstr=#E20074);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.19, rgb(226,0,117)),
	    color-stop(0.69, rgb(226,0,117)),
	    color-stop(1, rgb(255,153,218))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(226,0,117) 19%,
	    rgb(226,0,117) 69%,
	    rgb(255,153,218) 100%
	);
}

#login .content {
	padding: 12px 6px;
	border-bottom: 1px solid #e20075;
}

#login .last {
	border: none;
}

#login fieldset {
	margin: 6px 0 6px 0;
}

#login input {
	margin-top: 6px;
	min-width: 165px;
}

#login button {
	margin: 6px 0 0 65px;
}

#headline {
	position: absolute;
	width: 400px;
	margin: 90px 0 0 220px;
}

#headline h2 {
	font-size: 36px;
	color: #E20074;
}

#headline p {
	font-size: 36px;
	color: #000;
}

#copyright {
	position: absolute;
	margin: 450px 0 0 20px;
}

#loginmsg {
	color: #E20074;
	margin-bottom: 6px;
}

#registerwindow .x-window-bl, #registerwindow .x-window-br, #registerwindow .x-window-bc, #registerwindow .x-panel-nofooter, #registerwindow .x-panel-body, #registerwindow .x-window-ml, #registerwindow .x-window-tl, #registerwindow .x-window-tc, #registerwindow .x-window-tr, #registerwindow .x-window-mr {
	background: #f3f4f3 !important;
}

#registerwindow .x-toolbar, #registerwindow .x-small-editor {
	border: none;
}

#registerwindow .x-window-ml {
	border-left: 1px solid #999999;
}

#registerwindow .x-window-mr {
	border-right: 1px solid #999999;
}

#registerwindow .x-window-tl {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	-moz-border-radius: 6px 6px 0 0 !important; -webkit-border-radius: 6px 6px 0 0 !important; -khtml-border-radius: 6px 6px 0 0 !important; border-radius: 6px 6px 0 0 !important;
	color: #000;
	background: #e7e8e8 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e7e7e7, endColorstr=#dddddd);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(221,221,221)),
	    color-stop(1, rgb(231,231,231))
	) !important;
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(221,221,221) 0%,
	    rgb(231,231,231) 100%
	) !important;
}

#registerwindow .x-window-tr {
	border-right: 1px solid #999999;
	-moz-border-radius: 0 6px 0 0 !important; -webkit-border-radius: 0 6px 0 0 !important; -khtml-border-radius: 0 6px 0 0 !important; border-radius: 0 6px 0 0 !important;
	color: #000;
	background-color: #e7e8e8 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e7e7e7, endColorstr=#dddddd);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(221,221,221)),
	    color-stop(1, rgb(231,231,231))
	) !important;
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(221,221,221) 0%,
	    rgb(231,231,231) 100%
	) !important;
}

#registerwindow .x-window-tc {
	color: #000;
	background-color: #e7e8e8 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e7e7e7, endColorstr=#dddddd);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(221,221,221)),
	    color-stop(1, rgb(231,231,231))
	) !important;
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(221,221,221) 0%,
	    rgb(231,231,231) 100%
	) !important;
}

#registerwindow .x-window-bl {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	-moz-border-radius: 0 0 6px 6px !important; -webkit-border-radius: 0 0 6px 6px !important; -khtml-border-radius: 0 0 6px 6px !important; border-radius: 0 0 6px 6px !important;
}

#registerwindow .x-window-br {
	border-right: 1px solid #999999;
	-moz-border-radius: 0 0 6px 0 !important; -webkit-border-radius: 0 0 6px 0 !important; -khtml-border-radius: 0 0 6px 0 !important; border-radius: 0 0 6px 0 !important;
}

#registerwindow .x-toolbar {
	background: none;
	border: none;
}

#registerwindow .x-window-mc {
	background: #f3f4f3 !important;
}

#registerwindow .x-form-text, #registerwindow textarea.x-form-field {
	background: #fff !important;
}

#registerwindow {
	
}

#pass_close_button button {
	background-image: -moz-linear-gradient(center bottom , #D9D9D9 0%, #D9D9D9 0%, #FFFFFF 100%) !important;
    border: 1px solid #E4E4E4 !important;
    border-radius: 3px 3px 3px 3px !important;
    box-shadow: 2px 2px 5px #CCCCCC !important;
    min-width: 100px !important;
    text-align: center !important;
    font-size: 12px !important;
}

#pass_restore_button button {
	background: #e20075 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF99DA, endColorstr=#E20074) !important;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.19, rgb(226,0,117)),
	    color-stop(0.69, rgb(226,0,117)),
	    color-stop(1, rgb(255,153,218))
	) !important;
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(226,0,117) 19%,
	    rgb(226,0,117) 69%,
	    rgb(255,153,218) 100%
	) !important;
    border: 1px solid ##E20074 !important;
    border-radius: 3px 3px 3px 3px !important;
    box-shadow: 2px 2px 5px #CCCCCC !important;
    min-width: 100px !important;
    text-align: center !important;
    font-size: 12px !important;
    color: #fff;
}