/* CSS Document */
body {
	background-image:url(/templates/www/register/images/main_bg.gif);
	background-color:#FFFFFF; 
	background-position:bottom; 
	background-repeat:repeat-x;
	margin:0px;
	font-family:tahoma;
	font-size:11px;
}
p,form {
	margin:0px;
	padding:0px;
}
td {
 font-size:11px;
}
.page_logo{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/templates/www/register/images/r_page.png');
	width:260px; height:84px;
	background-repeat:no-repeat;
	cursor:hand;
}
.page_logo[class]{
	background: url(/templates/www/register/images/r_page.png) no-repeat center center;
	width:260px; height:84px;
	cursor:pointer;
}

.content_top{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/templates/www/register/images/content_top.png');
	width:659px; height:18px;
	background-repeat:no-repeat;
}
.content_top[class]{
	background: url(/templates/www/register/images/content_top.png) no-repeat center center;
	width:659px; height:18px;
}
.content_main{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/templates/www/register/images/content_bg.png');
	width:659px;
	background-repeat:repeat-y;direction:rtl;
}
.content_main[class]{
	background: url(/templates/www/register/images/content_bg.png) repeat-y center top;
	width:659px;direction:rtl;
}
.content_bottom{
	background: url(/templates/www/register/images/content_bottom1.gif) no-repeat center bottom;
	width:934px;
	margin-top:20px;
}
.content_bottom[class]{
	background: url(/templates/www/register/images/content_bottom1.png) no-repeat center bottom;
	width:934px; 
	margin-top:20px;
}
.content_bot{
	background: url(/templates/www/register/images/content_bot.gif) no-repeat center center;
	width:659px; height:18px;
	background-repeat:no-repeat;
}
.content_bot[class]{
	background: url(/templates/www/register/images/content_bot.png) no-repeat center center;
	width:659px; height:18px;
}

/* CSS Document */
.left_footer {
	float:left;
	width:570px; 
	height:40px;
}
.right_footer {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/templates/www/register/images/aca_company.png');
	margin-left:630px;
	height:34px
}
.right_footer[class] {
	background:url(/templates/www/register/images/aca_company.png) no-repeat center;
	margin-left:630px;
	height:34px;
}
.TextFoot {
	color:#8696A9;
	letter-spacing:1px;
}
.TextFoot1 {
	color:#414852;
	font-weight:bold;
}

.attention {
	text-align:center;
	color:#255317;
	background-color:#F7FCF5;
	border:1px solid #255317;
	position:absolute;
	padding:10px;
	z-index:2;
}
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:1px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
input {
	font-family:tahoma;
	font-size:11px;
}
input.textfield {
	border:1px solid #666666;
	width:150px;
}
input.tinyfield {
	border:1px solid #666666;
	width:50px;
}
input.file {
	border:1px solid #666666;
	width:250px;
}
select {
	font-size:11px;
	font-family:tahoma;
}
#comment {
	font-size:10px;
	color:#999999;
}
#submit {
	cursor:pointer;
	cursor:hand;
}
div#top {
}
div#errormsg{
	border:1px #FF0000 solid; 
	background-color:#FFFF99; 
	padding:10px; 
	margin:15px; 
	direction:rtl;
}
div#content_form{
	margin-left:15px; 
	margin-right:15px;
}
a.contentlink:link, a.contentlink:visited, a.contentlink:hover{
	text-decoration:none;
	color:#6171A7;
}
a.botlink:link, a.botlink:visited, a.botlink:hover{
	text-decoration:none;
	color:#4B617E;
}


