
#userreg.top{
font-size: 110%;
line-height: 150%;
background: #f0f0f0 url(../images/web_parts/grey-content.png) no-repeat 0 0;
color: #000;    
}
#userreg.topfontonly{
    color: #000; 
}
#userreg a{
    color:#32548a;
}
#userreg h1{
    font-size:180%;
    font-weight: bold;
    margin: 0;
    padding:0;
    line-height:64px
}
#userreg h2{
    text-decoration: none;
    border:none;
    line-height:48px;
    margin: 0;
    padding:0;
    font-weight: bold;
}
/*CheckBox */
label.checkbox {
	cursor     : pointer;
	width      : 20px;
	height     : 20px;
	border     : 1px solid #B3B3B3;
	background : #fff;
	overflow   : hidden;
	position   : relative;
	display    : inline-block;
	box-sizing : border-box;
}
label.checkbox input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	margin     : 0;
	padding    : 0;
	position   : absolute;
	left       : 20px;
	width      : 20px;
	height     : 20px;
	left       : -40px;
	box-shadow : 39px 0px #FFF;
	z-index    : 2;
}
label.checkbox input[type="checkbox"]:checked {
	box-shadow : none;
}
label.checkbox input[type="checkbox"]:checked:focus {
	box-shadow : 39px 0px #666;
	opacity    : 0.1;
}
label.checkbox input[type="checkbox"]:focus {
	box-shadow : 39px 0px #EEE;
}
label.checkbox:after {
	content           : '';
	position          : absolute;
	top               : 40%;
	left              : 5px;
	display           : block;
	margin-top        : -8px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid #D65;
	border-bottom     : 3px solid #D65;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}

/*CheckBox¤ČText */
label.checkbox_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 25px;
	margin-right : 20px;
	overflow     : hidden;
	position     : relative;
	padding-left : 25px;
	display      : inline-block;
	box-sizing   : border-box;
}
label.checkbox_text:before {
	content  : '';
	position : absolute;
	width    : 20px;
	height   : 20px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
}
label.checkbox_text:after {
	content           : '';
	position          : absolute;
	top               : 40%;
	left              : 6px;
	display           : block;
	margin-top        : -8px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid #D65;
	border-bottom     : 3px solid #D65;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label.checkbox_text input[type="checkbox"]:checked {
	box-shadow : none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #666;
	opacity    : 0.1;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 41px 0px #EEE;
}
#userreg .inputtext_b{
 border:2px solid #000;
 border-radius:5px;
 padding:0.5em;
 margin:0.5em;
}
hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ddd;
    margin:10px 0;
}

blockquote {
	width: 380px; 
	line-height: 22px; font-weight:bold; 
	 background: #FFF;  border: 3px dashed #999;}
blockquote p{
	padding: 10px; margin-left: 10px;
}
 
.bqstart {
     float: left;
     height: 45px;
     margin: -28px 0 -50px -3px;
     padding-top: 45px;
     font-size: 700%;
     color: #FF0000;
 }
 
 .bqend {
     float: right;
     height: 25px;
     margin: 10px 0 ;
     padding-top: 5px;
     font-size: 700%;
     color: #FF0000;
 }