html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.83em;	
	
	background: transparent url('../images/lineIMC.jpg');
	background-repeat: repeat-x;
}

#content {
		width: 560px;

		min-height: 360px;
		height:auto !important;
		height:360px;		
		
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		
		padding-bottom: 10px;
		
		background-color: white;
}

input, textarea, option, select {
	background : #FFFFFF;
	color : #333333;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 1em;
}

#roundtop { 
	background: url("../images/topright.jpg") no-repeat top right; 
}

img.corner {
   width: 20px;
   height: 20px;
   border: none;
   display: block !important;
}