* {
	margin: 0 auto;
}

body {
	font-family: Arial;
	font-size: 9pt;
	color: #000;
	background: #fff url(../images/backgroundnew.png) repeat-x;	
}

a {
	color: #515151;
	text-decoration: none;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#logincontainer a {
	color: #6B6B6B;
	text-decoration: none;
	margin-left: 5px;
}

#warning {
	background: #FFFA7E;
	border: 1px dotted #707070;
	width: 320px;
	float:left;
	margin-left: 15px;
	padding: 10px;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.button {
	height: 21px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	background: #6F899B url(../user/images/button_back.png) -0px -1px repeat-x;
	border: 1px solid #666666;
	color: #000;
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
	outline: none;
	text-shadow: 0px 1px 1px #fff;
}

.button:active {
	outline: none;
	background: url(../user/images/button_back_pressed.png) -0px -1px repeat-x;
}


.buttonwhite {
	height: 21px;
	-webkit-border-radius: 4px;

	-moz-border-radius: 3px;
	background: #6F899B url(../user/images/button_white_back.png) -0px -1px repeat-x;
	border: 1px solid #787878;
	color: #000;
	font-size: 9pt;
	text-shadow: 0px 1px 1px #fff;
	padding: 0px 10px 0px 10px;
	outline: none;
}

.buttonwhite:active {
	outline: none;
	background: url(../user/images/button_white_back_pressed.png) -0px -1px repeat-x;
}

.buttonwhitearrowleft {
	height: 29px;
	width: 90px;

	background: url(../images/loginbutton_arrowleft.png) -0px -1px repeat-x;
	border: none;
	color: #000;
	font-size: 9pt;
	text-shadow: 0px 1px 1px #fff;
	padding: 0px 10px 0px 10px;
	outline: none;
}



hr {
	border: none;
	height: 2px;
	background: url(../images/hr.png) repeat-x;
}


#logincontainer {
	margin-top: -42px;
	float: right;
	width: 415px;
}

.field {
	border: 1px solid #828282;
	padding: 3px;
	height: 15px;
	outline-color: silver;
	-webkit-border-radius: 4px;
	cursor: default;
}

#login {
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	width: 320px;
	border-top: 1px solid #eee;
	background: #eee url(../images/loginshadow.png) -0px -3px repeat-x;
	
	-moz-border-radius: 7px;
	-webkit-box-shadow: 0px 1px 3px #000;
	
	margin-left: 85px;
	padding: 5px;
}

#netgrafilogo {
	

	margin-top: -10px;
}

#contentcontainer {
	width: 800px;
	margin: 0 auto;
	background: #fff url(../images/shadowcontentcontainer.png) -0px -6px repeat-x;;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #000;
}

#text {
	padding: 15px;
	width: 800px;
	float:left;
	text-align: justify;
}

#footer {
	width: 170px;
	color: #8E8E8E;
	margin-top: 20px;
	text-align: center;
	font-size: 8pt;
}



#footer a:hover {
	color: #8D8D8D;
}

h1 {
	color: #4B4B4B;
}

h2 {
	color: #4B4B4B;
	font-size: 11pt;
}