body {
	background-image: 	url(/images/ressources/background.jpg);
	background-repeat: 	no-repeat;
	background-color: 	#000000;

	margin-left: 		0px;
	margin-top: 		90px;

	font-family: 		Arial;
	font-size: 			8pt;
	color: 				WhiteSmoke;
}

textarea {
	position:			relative;
	height: 			100px;
	width: 				250px;
	border:				1px solid #FBD503;
	background-color: 	#FFFFFF;
	font-size: 			8pt;
	font-family:		Arial;
}
input {
	position: 			relative;
	border:				1px solid #FBD503;
	background-color: 	#FFFFFF;
	font-size: 			8pt;
	font-family:		Arial;
}
.text_field {
	width: 200px;
}
.fieldWithErrors input {
	background-color: 	red;
}
.fieldWithErrors textarea {
	background-color: 	red;
}

a, a:visited {
	position: 			relative;
	text-decoration: 	none;
	color:				#FBD503;
}
a:hover {
	position: 			relative;
	color: 				#FFFFFF; /*#AFD221;*/
}

img {
	border-left: 		15px solid #FBD503; /*#B2B2B2; */
	border-top: 		1px solid #FBD503; /*#B2B2B2;*/
	border-right: 		1px solid #FBD503; /*#B2B2B2;*/
	border-bottom: 		1px solid #FBD503; /*#B2B2B2;*/
}
.left_column {
	width:				80px;
}
.menu_cell {
	height: 			25px;
	vertical-align:		middle;
	background-image:	url(/images/ressources/menu.png);
	background-repeat:	no-repeat;
}
.menu_item {
	padding-left:		15px;
	font-size: 			8pt;
	font-weight: 		900;
	font-variant:		small-caps;
	color:				#FBD503; /*#AFD221;*/
}
.menu_item a, .menu_item a:visited {
	text-decoration: 	none;
	color:				#FFFFFF;
}
.menu_item a:hover {
	color:				#FBD503;
}
.welcome_text {
	padding-top: 		15px;
	font-size:			7pt;
	font-weight:		600;
	color:				#000000;
}
#subscriber_email {
	width: 120px;
}
.container {
	vertical-align:		top;
	color: 				#FFFFFF;
}
.container_small {
	width:				150px;
}
.container_medium {
	width: 				300px;
}
.container_big {
	width:				475px;
	min-width:			475px;
	max-width:			475px;
}
.container_small_top {
	background-image: 	url(/images/ressources/container/container-small-top.png);
	background-repeat:	no-repeat;
	font-size:			5pt;
	height:				10px;
}
.container_small_top img {
	border: none;
	width: 150px;
	height: 0px;
}

.container_small_middle {
	background-image: 	url(/images/ressources/container/container-small-middle.png);
}
.container_small_bottom {
	background-image: 	url(/images/ressources/container/container-small-bottom.png);
	background-repeat:	no-repeat;
	font-size:			5pt;
	height:				10px;
}
.container_medium_top {
	background-image: 	url(/images/ressources/container/container-medium-top.png);
	background-repeat:	no-repeat;
	font-size:			5pt;
	height:				10px;
}
.container_medium_top img {
	border: none;
	width: 300px;
	height: 0px;
}
.container_medium_middle {
	background-image: 	url(/images/ressources/container/container-medium-middle.png);
}
.container_medium_bottom {
	background-image: 	url(/images/ressources/container/container-medium-bottom.png);
	background-repeat:	no-repeat;
	font-size:			5pt;
	height:				10px;
}
.container_big_top {
	background-image: 	url(/images/ressources/container/container-big-top.png);
	background-repeat:	no-repeat;
	font-size:			5pt;
	height:				10px;
}
.container_big_top img {
	border: none;
	width: 475px;
	height: 0px;
}
.container_big_middle {
	background-image: 	url(/images/ressources/container/container-big-middle.png);
}
.container_big_bottom {
	background-image: 	url(/images/ressources/container/container-big-bottom.png);
	background-repeat:	no-repeat;
	font-size:			5pt;
	height:				10px;
}
.container_spacer {
	width:				25px;
}
.separator {
	width: 100%;
	border: none;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FBD503; /*#B2B2B2;*/
}
.content_for_big_container {
	padding-left: 15px;
	padding-right: 25px;
}
.content_for_big_container p {
	font-size: 11px;
}
.content_for_medium_container {
	padding-left: 15px;
	padding-right: 25px;
}
.content_for_small_container {
	padding-left: 15px;
	padding-right: 10px;
}
