@charset "UTF-8";
/* by Giancarlo Casano, http://www.multitech.it */
/* All associated graphics copyright 2005, Multitech Sas */
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. */

p { 
/*	clear: both;*/
	margin-bottom: 1em; 
}

h1 {
	font-weight: normal;
	text-indent: 5px;
	letter-spacing: -1px;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #134D86;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus{
	text-decoration: none;
	outline:none;
} 

hr {
	display: none;
}

pre {
	color: #000000;
}
fieldset {
	border: 1px solid #7D7D7D;
	width:97%;
	padding: 2px 2px 2px 2px;
  	position: relative;
  	top: 6px;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: left;
}
legend  {
 	color: #ffffff;
	background: #4682B4;
	border: 1px solid #585858;
	padding: 2px 6px;
}
label {
	display: block; 
	float: left; 
  	text-align: right;
  	color: #4682B4;
	width: 130px;
	position: relative;
	padding-right: 5px;
	margin-bottom: 5px;	
}
textarea {
 	border: 1px solid #696969;
	color: #696969;
	margin-bottom: 5px;	
}
select, option {
	color: #696969;
	width: 150px;
}
select {
   border: 1px solid #696969;
	margin-bottom: 5px;	
}
input {
	margin-bottom: 5px;
}


/* ---------------- Global Classes ----------------- */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.margin-0 {
	margin: 0;
}
.margin-top {
	margin: 1em 0 0;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}



/* css clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*------- Special -------*/
.lay {
	position:absolute; 
	visibility:hidden; 
	display:none;
}

.dropdown-upward {
 margin-top: 400px !important;
}
