/*
 * foglio di stile Nijon Contents
 */

body {
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c7c7c7;
	font-size: 13px;
	line-height: 15px;
}

h1 {
	font-size: 24px; 
	color: #d67800;
	font-weight: normal;
	margin: 10px 0;
}

h2 {
	font-size: 18px; 
	color: #d67800;
	font-weight: normal;
	margin: 10px 0;
}

p {
	margin: 5px 0;
	text-align: justify;
}

.clear {
	clear: both;	
}

.error-msg {
	padding: 10px 30px;
}

.errorTitle {
	color: red;
}

.errorList {
	color: red;
}

.rowFull {
	height: 70px;
}

.TextArea {
	height: 150px;
}

.rowLeft {
	height: 70px;
	float: left;
}

.rowRight {
	height: 70px;
	float: right;
}

/* 
 *  Page elements
 */

#login-username {
	position: absolute; 
	top: 60px;
	left: 30px;
}

#login-password {
	position: absolute; 
	top: 110px;
	left: 30px;	
}

#login-pulsante {
	position: absolute; 
	top: 160px;
	left: 30px;	
}

#nikon-experience {
	top: 10px;
	left: 30px;
	position: absolute;
}

#nikon-courses {
	top: 10px;
	left: 270px;
	position: absolute;
}

#nikon-life {
	top: 10px;
	left: 510px;
	position: absolute;
}

#sguardi {
	top: 10px;
	left: 750px;
	position: absolute;
}

#nikon-club-int {
	top: 20px; 
	right: 30px;
	position: absolute;
}

/* 
 *  Page structure
 */

#container {
	width: 992px;
	margin: 0 auto;
	background: url('../images/container_background.png') repeat-y;
}

#header {
	width: 992px;
	height: 130px;
	position: relative;
}

	#logo {
		/*width: 227px;
		height: 83px;*/
		position: absolute;
		top: 20px;
		left: 30px;
	}

#content {
	padding: 0px;
	margin: 0px;
	background: url('../images/content_background.png') repeat-y;
}

	#int-left {
		float: left;	
		width: 750px;
		background: transparent url('../images/puntini.png') no-repeat right top;
	}
	
		#dati {
			padding: 20px 30px;
		}
	
	#int-right {
		float: right;
		width: 202px;
		padding: 20px 17px;
	}
	
	#login-header, #int-header {
		padding: 20px 30px;
		position: relative;
	}
	
	#login-panel {
		height: 190px;
		width: 932px;
		position: relative;
		padding: 20px 30px;
	}
	
	#liberatoria {
		width: 645px;
		height: 74px;
		padding: 35px 10px 10px 30px;
		margin: 10px 0;
		position: relative;
		background: transparent url('../images/liberatoria_background.png') no-repeat;
		color: #333;
	}
		
		.liberatoria-check {
			position: absolute;
			top: 30px;
			left: 10px;
		}
	
	#footer-panel {
		height: 260px;
		width: 992px;
		position: relative;
		padding: 20px 0px;
	}
	
	#footer-panel-content {
		height: 150px;
		width: 932px;
		position: absolute;
		padding: 30px 30px;
		border-top: 1px #c7c7c7 solid;
		bottom: 0px;
		left: 0px;
		background-color: #000;
		overflow: auto;
	}
	
	
