/* TAGS */

body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #ff6600;
	background-image: url('../images_adv/back.png');
	background-repeat: repeat-x;

}

body, h1, h2, h3, h4, h5, h6, div, form, p, a, img {
	margin: 0; padding: 0;
}

a { color: #FF6600; }

img { border:0; }

/* TOOLS */

.bold { font-weight: bold; }
.floatLeft { float: left; }
.floatRight { float: right; }
.separator { clear: both; }
.relative { position: relative; }
.paddingStd { padding: 10px; }
.marginStd { padding: 10px; }
.em { color: #ff6600; font-weight: bold; }

/* BOXES */

#BoxFeedback {
	display:none;
	padding:5px;
}

.BoxFeedbackOk {
	border: 1px solid #00FF00;
}

.BoxFeedbackKo {
	border: 1px solid #FF0000;
}

#BoxMainContainer {
	margin: 0 auto;
	width:  895px;
	background-color: white;
	position: relative;
}

#BoxLeftContainer {
	width: 375px;
	float:left;
	background-color: white;
	position: relative;
}

#BoxRightContainer {
	width: 520px;
	float:left;
	background-color: #FFc45e;
}

.BoxIcn {
	width: 30px;
	height: 25px;
	float:left;
}

.BoxTextIcn {
	float:left;
	width: 325px;
	padding-top: 15px;
}

.BoxFormElem {
	height: 50px;
}

.BoxFormLeftCol {
	float:left;
	width: 260px;
	padding-right: 15px;
}

.BoxFormRightCol {
	float:left;
	width: 210px;
}

#BoxDownload {
	width: 165px;
	height: 150px;
	position: relative;
	background-image: url('../images_adv/download_bg.png');
}

#BoxPdfIco {
	display:block;
	padding: 15px 0 10px 52px;
}

#BoxPdfTxt {
	text-align:center;
	padding-left: 17px;
}

/* IMGS */

/* TITS */

.TitFormSection {
	padding-bottom: 4px;
	border-bottom: 1px dotted white;
	margin-bottom: 10px;
	margin-top: 10px;
	color: white;
}

/* TXTS */

.TxtFormLabel {
	padding-bottom: 5px;
}

/* LNKS */

#BoxPdfTxt a {
	color: #000;
}

.LnkOrange {
	color: #FF6600;
}

/* FORMS */

.FormFieldSmall {
	width: 50px;
}

.FormFieldMedium {
	width: 180px;
}

.FormFieldLarge {
	width: 240px;
}

/* LISTS */

ol {
	display: inline;
	margin:0;
	padding:10px;
	list-style-position: outside;
}

/* POPUP */

.BoxPop {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #CCC;
	position:relative;
	height: 490px;
}
.BoxPop a {
		text-decoration: underline;
		color: #666;
}
