
html,body {
  margin														: 0;
  padding													: 0;
  height														: 100%;
  border														: none;
}
			
body {
	 margin-top          : 0px;
	 margin-bottom       : 0px;
		overflow												: -moz-scrollbars-vertical;
}

form {
	 margin          				: 0px;
}


/* ------------------------------------- FORM ELEMENT --------------------------------------- */

.input, .select, .textarea {
		font-family         : Verdana, Arial, Helvetica, sans-serif;
	 font-size           : 11px;
 	color               : #666666;
 	text-decoration     : none;
	 font-weight         : normal;
		border              : 1px solid #7F9DB9;
}

.input {
	 padding-left        : 6px;
		height 													: 16px;
		line-height									:	14px;
}

.select { 
		color															: #666666;
}

.textarea {
	 padding-left        : 6px;
}
 
.inputbutton {
		font-family         : Verdana, Arial, Helvetica, sans-serif;
	 font-size           : 11px;
 	color               : #666666;
}


.main-text,.page-title{
		font-family         : Arial, Helvetica, sans-serif;
	 font-size           : 16px;
 	color               : #4d4d4f;
}

.page-title{
  font-weight         : bold;
	 font-size           : 18px;
}

.product-definition{
  font-weight         : bold;
	 font-size           : 16px;
		text-decoration     : underline;
		cursor              : pointer;
}

.header-lang{
		font-family         : Arial, Helvetica, sans-serif;
	 font-size           : 10px;
 	color               : #ffffff;
	 font-weight         : bold;
	 text-decoration     : none;
}


.footer-address{
		font-family         : Arial, Helvetica, sans-serif;
	 font-size           : 16px;
 	color               : #ffffff;
	 font-weight         : bold;
}
