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

html {
	height:100%;
	min-height: 100%; 
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cfc499;
	height:100%;
}

img {
	border:0;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#cfc499;
	text-decoration:none;
}

#page {
	z-index:2;
	height:100%;
	position:relative;
	background-image:url(../img/trans.gif);
}

#sx {
	width:340px; 
	position:relative;
}

#content-sx {
	width:360px;
	height:100%;
	position:relative;
}

#content-intro-sx {
	float:right;
	margin-right:20px;
	margin-top:50px;
	width:240px;
	font-size:12px;
	line-height:20px;
}

#content-intro-sx a {
	font-size:14px; 
	color:#aa965e;
	text-decoration:none;
}

#content-intro-sx a:hover {
	text-decoration:underline;
}

#frasetta {
	font-style:italic;
	line-height:25px;
	color:#cfc499;
}

#dx {
	height:100%;
}

.input-bg {
	background-image:url(../img/bg-input.png); 
	width:172px; 
}

.input {
	width:170px; 
	border:0px solid #fff; 
	background-color:transparent; 
	color:#cfc499;
}

