@charset "utf-8";
/* Login Forme za ISME CG */

body{
background:#4e4e4e;
background-image:url(img/back_login.gif);
background-repeat:repeat-x;
}
#login{
margin:auto;
width:400px;
height:550px;
margin-top:20px;
border:#ABABAB 1px dashed;
background-image:url(img/login_ban.gif);
background-repeat:no-repeat;
}
/*forme2*/

label{
margin-left:20px;
}

.input1{
width: 350px;
list-style-type: none;
font-style: normal;
border: #459cb8 solid 1px;
padding: 3px;
margin-left:20px;
font-family:"Trebuchet MS";
font-size:12px;
background-color:#fff;
color:#222;
}

.textarea1{
width: 350px;
height:70px;
list-style-type: none;
font-style: normal;
margin-left:20px;
border: #459cb8 solid 1px;
padding: 3px;
font-family:"Trebuchet MS";
font-size:12px;
background-color:#fff;
color:#222;
}
.submitbutton3{
margin-top: 5px;
width: 90px;
background-color:#000;
border:none;
font-family:"Trebuchet MS";
color:#999;
font-size:12px;
background-image:url(img/submit_back.gif);
height:25px;
float:right;
margin-right:25px;
}
.style1 {
	font-family: "Trebuchet MS";
	color: #459CB8;
}
.style2 {color: #459CB8}

#naslov{
font-family: "Trebuchet MS";
	color: #459CB8;
	font-size:18px;
	text-align:center;
	margin-top:40px;
}
