/*Png transparent trick*/
/*

.pngTrick{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/leftWallet.png', sizingMethod='display');	
}
*>.pngTrick{
	background-image:url(../images/leftWallet.png);
	background-repeat:no-repeat;
}

*/


body{
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
input, textarea{
	background:none;
	border:none;
	width:400px;
}
textarea{
	height:300px;
}
.input_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;

	margin-left:10px;
	margin-bottom:-3px;
	color:#707378;
}
.input_div{
	margin:-10px;
	margin-left:-6px;
	margin-right:-6px;
}
.Master_Container{
	background-image:url(../images/err_background.jpg);
	background-repeat:no-repeat;
}
.Content_Container{
	padding-left:30px;
	padding-top:122px;
	margin-bottom:20px;
}
.text_container{
	margin-bottom:20px;
	width: 370px;
}

.returnButton 
{
	margin-top: 30px;
	width:181px;
	height:21px;
	padding-right: 97px;
	padding-top:3px;
	padding-bottom: 5px;
}

.returnButton a:link,
.returnButton a:visited,
.returnButton a:active
{
	text-decoration:none;
	background-image:url(../images/err_BtnBack.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right: 97px;
	padding-top:3px;
	padding-bottom: 5px;
	width:181px;
	height:21px;
	color:#fff;
	cursor: pointer;
}

.returnButton a:hover,
.returnButton a:visited:hover
{
	text-decoration:none;
	background-image:url(../images/err_BtnBack_over.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:3px;
	margin-top: 30px;
	width:181px;
	height:21px;
	color:#aac9df;
	cursor: pointer;
}


/*Input section*/
.input_container{
	background-color:#fbfbfc;
}
.input_top{
	background-image:url(../images/input/top_bg.gif);
	background-repeat:repeat-x;
}
.input_right{
	background-image:url(../images/input/right_bg.gif);
	background-repeat:repeat-y;
}
.input_btm{
	background-image:url(../images/input/btm_bg.gif);
	background-repeat:repeat-x;
}
.input_left{
	background-image:url(../images/input/left_bg.gif);
	background-repeat:repeat-y;
}
.Form_Container{
	padding-left:30px;
}
.form_element{
	margin-bottom:16px;
}

/* ERROR.HTM */

.wrapper_container
{
	width: 882px;
	margin-left: auto;
	margin-right: auto;
}

.Content_Container_error
{
	padding-left:30px;
	padding-top:122px;
	padding-bottom: 20px;
}

			/* french */

.Master_Container_error_fr{
	background-image:url(../images/error_fr.jpg);
	background-repeat:no-repeat;
	width: 441px;
	float: left;
}

			/* english */

.Master_Container_error_en{
	background-image:url(../images/error_en.jpg);
	background-repeat:no-repeat;
	width: 441px;
	float: left;
}

/* PAGE NOT FOUND.HTM */

.wrapper_container
{
	width: 882px;
	margin-left: auto;
	margin-right: auto;
}


.Content_Container_page
{
	padding-left:30px;
	padding-top:122px;
	padding-bottom: 20px;
}

			/* french */

.Master_Container_page_fr{
	background-image:url(../images/page_not_found_fr.jpg);
	background-repeat:no-repeat;
	width: 441px;
	float: left;
}

			/* english */

.Master_Container_page_en{
	background-image:url(../images/page_not_found_en.jpg);
	background-repeat:no-repeat;
	width: 441px;
	float: left;
}

