/* Copyright NoSalgo.com All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software 
   Autor:adriag@gmail.com
   */

/* ******************  body  *************** */

html, body {
	margin:0;
	background: #fff;
	color: #000;
	font-size: small;
}

body {
	font-family:arial,tahoma,serif;
}

img {
	border:0;
}

#box {
	width:950px;
	margin:0 auto;
	font-size:110%;
}

a {
	color:#0000EE;
}

#lang {
	font-size:80%;
}

#confirm {
	background-color:#FFFA72;
	text-align:center;
	font-size:110%;
	padding:.2em;
	font-weight:bold;
}

#box-logo {
	height:358px;
	background-image:url(../img/bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom:10px solid #0F0F0F;
	margin-bottom:1em;
}

#box-logo img {
	display:block;
	margin:0 auto;
}

#box-logo-left {
	width:60%;
	float:left;
}

#box-logo-left p {
margin:1em 0 1em 0;
}

#box-logo-right {
	width:35%;
	float:right;
}

#box-logo-right form {
	font-size:140%;
	margin:1em 0;
	padding:.5em;
	background:#f2f2f2;
	border:3px double #ccc;
}
#box-logo-right form fieldset {
	border:0;
	padding:0;
	margin:0;
}
#box-logo-right form legend {
	display:none;
}

#box-logo-right form input {
	margin-bottom:1em;
	font-size:120%;
}

#box-logo-right label {
	display:block;
}

.name-email {
	width:280px;
}

.clear {
	clear:both;
}

#footer {
	border-top:3px double #bbb;
	text-align:center;
	margin:2em 0;
	color:#bbb;
}

.use {
	text-align:center;
}

.contact {
	text-align:center;
}