﻿

.JoinUserCSS, .JoinUserCSSBackground
{
	background-image:url(/app_themes/user_images/JOIN_USER_back.png) ; 
	background-repeat:no-repeat;
	width:533PX;
	height:1000px;
}

.JoinUserCSS, h2
{
	border-style: none;
	border-width: 0px;
	font-family: 'Times New Roman' , Times, serif;
	font-size: 20px;
	color: #FF9933;
	font-weight: bolder;
	 padding-left:5px;
	margin-top:7px;
}


.JoinUserHelpText
{
	border-color: #FFFFFF;
	border-style: none none groove none;
	border-width: 1px;
	color: #666666;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	margin-top: 80px;
	padding-left: 50PX;
	padding-right: 30px;
	text-align: left;
}

.JoinUserSimpleText
{
	padding-top:20px;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	padding-left: 50PX;
	padding-right: 30px;
	color: #666666;
	font-weight: normal;
}

.JoinUserSimpleText h3
{
	text-decoration: underline;
	border-width: 1%;
	font-family: 'times New Roman' , Times, serif;
	font-size: 16px;
	color: #336600;
}

.JoinUserSimpleTextRed
{
	color: #FF3300;
}

.DialogBox
{
 	background-image:url(/app_themes/user_images/stop_box.png) ; 
 background-repeat :no-repeat;
 
  table-layout:inherit;
	
}


.DialogBoxLeganda
{
	font-family: 'Trebuchet MS';
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bolder;
	padding-top: 4px;
	padding-right: auto;
	padding-left: auto;
	text-align:center;
	width:541px;
}



.DialogBoxBodyHtml
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	color: #666666;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
	height:50px;
	width:541px;
}


.DialogBoxButtonsHtml
{
	font-family: 'Trebuchet MS';
	text-align: center;
	font-size: 12px;
	color: #000000;
	margin-top: 20px;	
	width:541px;
}

.DialogBoxButtonsHtml span
{
	word-spacing: 2px;
	cursor:pointer;
	width:541px;
}


.noWidthCss
{
 width:0px;
 border:none;
}
.noHeightCss
{
 border:none;
 height:0px;
}
.noWidthHeightCss
{
 border:none;
 height:0px;
 width:0px;
}
.topEdge
{
 border:none;
 background:blue;
}
