@charset "utf-8"; 
body{background:#E5E5E5; margin:0px;}
div.workspace
{
	width:780px;
	height:560px;
}
div.content
{
	height:560px;
	width:100%;
	background:url(../images/background.png);
	background-repeat:no-repeat;
	padding-top:3px;
}

table.contentTable
{
	width:774px;
	height:554px;

}
td.middle
{
	width:400px;
	height:100%;
	background:url(../images/bg_image2.png);
	background-repeat:repeat-x;

}
img.papirici
{
	position:absolute;
	top:188px;
}
td.topLeft
{
	background:url(../images/bg_image2.png);
	background-repeat:repeat-x;
	height:277px;
	width:140px;
}
td.topRight
{
	background:url(../images/bg_image2.png);
	background-repeat:repeat-x;
	height:277px;
	width:240px;
}
div.loginForm
{
	height:105px;
	width:100%;	
	padding-right:7px;
}
div.loginRest
{
	height:60px;
	width:100%;
	text-align:right;
}
div.registerDiv
{
	height:170px;
	text-align:right;
	padding-right:10px;
}
table.tableRest
{
	width:100%;
	text-align:right;
}
table.loginTable
{
	padding-right:5px;
	text-align:right;
	width:240px;
	font-size:13px;
}
td.label
{
	font-size:12px;
}
td.loginStatus
{
	color:#E7821F;
}
td.loginBtnTd
{
	width:230px;
	padding:1px 14px 0px 5px;
}

td.loginTitle
{
	text-align:right;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight:600;
	font-size:18px;
	color:#122B5F;
	word-spacing:-1px;
}
td
{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight:600;
	font-size:14px;
	color:#203360;
	word-spacing:-1px;
}
input.text1
{
	border:2px #122B5F solid;
	width:115px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}
input#rememberme
{
	position:relative;
	top:-2px;
}
span#rememberm
{
	position:relative;
	top:-2px;
}
input.loginButton
{
	font-family:Verdana, Arial, sans-serif;
	font-weight:600;
	font-size:15px;
	color:#0C265C;
	border:1px silver solid;
	width:115px;
	height:28px;
	margin-top:1px;
	cursor:pointer;
	background:url(../images/button.png);
	background-repeat:repeat-x;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


a.zaboravljenaLink
{
	color:#3B5999;
	font-size:11px;
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif;
	cursor:pointer;
}
a.zaboravljenaLink:hover
{
	color:#3B5999;
	font-size:11px;
	text-decoration:underline;
	font-family:Verdana, Arial, sans-serif;
	cursor:pointer;
}
a.registerLink
{
	color:#3B5999;
	font-size:16px;
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif;
}
a.registerLink:hover
{
	color:#3B5999;
	font-size:16px;
	text-decoration:underline;
	font-family:Verdana, Arial, sans-serif;
}