* {margin:0; padding:0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0; outline:0; background:transparent;}

body{
	background: #001a36;
	padding: 0; 
	margin: 0;
}

form {
	padding-top: 170px;
}

table {
	margin: auto;
	font: 12px Arial;
	font-weight: bold;
	color: #4c3d4c;
	border-collapse: collapse;
}

td.sepV { width: 20px; }
td.sepH { height: 10px; }

td.alert {
	text-align: center;
	color: #BB2020;
	height: 30px;
}

div.by_kompromis {
	text-align: right;
	margin-right: 25px;
}

#Connect {
	background: url("bg_connect.png") no-repeat;
	width: 628px;
	height: 375px;
	margin: 260px auto 0;
}

input[type=text], input[type=password] {
	font: 12px Arial;
	color: #4c3d4c;
	width: 230px;
	border: #ccc 1px solid;
	padding: 3px;
}

input[type=submit] {
	font: 12px Arial;
	font-weight: bold;
	color: #fff;
	background: #004d79;
	border: 0;
	padding: 8px 16px;
	float: right;
}

