#signup fieldset {
margin:0 0 1.5em;
padding:0;
border:1px solid #BFBAB0;
background:#EEE
}
#signup legend {margin-left:1em;color:#555;font-weight:bold;font-size:1.3em}
#signup fieldset ol {
padding:1em 1em 0;
list-style:none
}
#signup fieldset li {padding-bottom:1em}
#signup fieldset.submit {border-style:none}
#signup label {float:left;width:8em;margin-right:0.8em;font-size:1.0em; color:#000;}
#payment label {float:left;width:10em;margin-right:0.8em;font-size:1.2em; color:#000;}
.textInput_signup {border:1px solid #BFBAB0;font-size:0.9em;height:20px;width:200px; margin-top:6px;}
.textInput_signup2 {border:1px solid #BFBAB0;font-size:0.9em;height:20px;width:200px; margin-top:6px;}
.textradio_signup {font-size:1.1em;height:10px; margin-top:5px;}
.textInput_area_signup {border:1px solid #BFBAB0;height:100px;width:350px;overflow:auto;font:1.3em inherit}
#signup_fieldleft {width:500px}
#signup_fieldfull {width:910px}
#signup_fieldright {float:right;width:400px}
#signup_fieldfont {font-size:1.2em}
#signup_buttons_bottom {clear:both}
.submitbutton_signup {padding:2px 5px;margin-top:10px;margin-bottom:0px;border:1px solid #aaa;background:#505050;font-size:1.3em;color:#fff;cursor:pointer;font-weight:bold}
.submitbutton_signup:hover {background:#303030;color:#fff}  
#signup_help_text {font-size:0.8em; color:#505050; margin-top:3px; margin-left:136px; }
#signup_help_text2 {font-size:0.8em; color:#505050; margin-top:1px; margin-left:136px; margin-bottom:8px;}
#signup_help_text3 {font-size:0.9em; color:#505050; margin-top:1px; margin-left:17px; margin-bottom:8px;}
#right_website_side {height:150px; color:#fff; padding-right:10px; padding-left:25px;}

#right_shop_side {height:150px; color:#fff; padding-right:10px; padding-left:25px;}

#corner_right {
float:left;
height:90px;
margin-top:2px;
}

#right_small_web {
width:230px;
background:#fff url(/images/right_small.jpg);
background-repeat:no-repeat;
float:right;
margin-bottom:5px;
font-size:0.9em;

}



#right_shop_web {
font-size:0.9em;
margin-top:5px;
width:230px;
background:#fff url(/images/right_small.jpg);
background-repeat:no-repeat;
float:right;
}


#example_testi{
float:right;
margin-top:0px;
width:180px;
height:142px;
}

#example_testi_height{
height:60px;
}

#example_testi_height2{
height:10px;
}

#examples_style {
color: #505050;
margin-left:20px;
}

#examples_style a{

color: #505050;
text-decoration:none;
}
#examples_style a:hover{
color: #000;
text-decoration:none;
}
#examples_style img{
padding-top: 7px;
padding-right:7px;
}

#logo1{
height: 200px;
width: 200px;
background-color: #666666;
position: absolute;
margin-left: 16px;
margin-top: 20px;

}

#logo2{
height: 200px;
width: 200px;
background-color: #666666;
position: absolute;
margin-left: 246px;
margin-top: 20px;
}

#logo3{
height: 200px;
width: 200px;
background-color: #666666;
position: absolute;
margin-left: 476px;
margin-top: 20px;
}

#logo4{
height: 200px;
width: 200px;
background-color: #666666;
position: absolute;
margin-left: 16px;
margin-top: 240px;

}

#logo5{
height: 200px;
width: 200px;
background-color: #666666;
position: absolute;
margin-left: 246px;
margin-top: 240px;
}

#logo6{
height: 200px;
width: 200px;
background-color: #666666;
position: absolute;
margin-left: 476px;
margin-top: 240px;
}

#logocontent{
position: relative;
height: 500px;
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
    overflow: auto;
	display: none; /*--hidden by default--*/
	width:500px;
	height:500px;
	background: #fff;
	padding: 20px;
	padding-top: 10px;	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	font-size:0.7em;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -25px -25px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

