@charset "utf-8";
/* CSS Document */

/* LINKS */
a:link {color:#600}
a:visited {color:#600;}
a:hover {color: red;}


body {
	background:#02CBFF url("/images/bck.jpg")
	top left repeat-x fixed;
        
        margin: 0 0 0 0;
        padding: 0 0 0 0;
   	font-family: Tahoma, Geneva, sans-serif;
}

#folder{
	position:absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:9px;
	text-decoration:none;
	font-style:normal;
	color:#00618e;
	left:1050px;
	top:305px;
}

#folder_opened{
	position:absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:9px;
	text-decoration:none;
	font-style:normal;
	color:#00618e;
	left:1000px;
	top:330px;
}

#username{
	position:absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:9px;
	text-decoration:none;
	font-style:normal;
	color:#00618e;
	left:90px;
	top:323px;
	
}
#password{
	position:absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:9px;
	text-decoration:none;
	font-style:normal;
	color:#00618e;
	left:90px;
	top:350px;
}


#galeria_forum{
	position:absolute;
	left:800px;
	top:120px;
}

#nome_user{
	position:absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-style:normal;
	color:#00618e;
	left:15px;
	top:360px;
	width:207px;
        height:295px;
        background: url('http://www.cpa-autocaravanas.com/images/login_form.png');
        background-repeat: no-repeat;
}
#menu_galeria{
	position:absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-style:normal;
	color:#00618e;
	left:1010px;
	top:350px;
	z-index:200;
}
#login_form{
	background: url('http://www.cpa-autocaravanas.com/images/login_form.png');
	background-repeat: no-repeat;
	position:absolute;
	left:0px;
	top:100px;
	width:300px;
	height:134px
}

#login_btn{
	position:absolute;
	left:93px;
	top:107px;
}
#login_usr{
	position:absolute;
	left:98px;
	top:35px;
}

#reg_btn{
	position:absolute;
	left:92px;
	top:8px;
}
#login_pwd{
	position:absolute;
	left:98px;
	top:61px;
}
#lost_pwd{
	position:absolute;
	left:92px;
	top:83px;
}

