.reg_hide {
	display: none;
}
.reg_show {
	display: block;
}
.reg_button {
	text-align: center;
}
.reg_next_butt {
	cursor: pointer;
    margin: 0 auto;
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
    
    background-color:#89c403;
    
    border:1px solid #74b807;
    
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:24px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    
    text-shadow:0px 1px 0px #528009;
    
}
.reg_next_butt:hover {
    color: #FFFFFF;
    text-decoration: none;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
    background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
    
    background-color:#77a809;
}
.reg_next_butt:active {
    position:relative;
    top:1px;
}

.reg_prev_butt {
	cursor: pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #91b8b3;
    -webkit-box-shadow:inset 0px 1px 0px 0px #91b8b3;
    box-shadow:inset 0px 1px 0px 0px #91b8b3;
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
    background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
    
    background-color:#768d87;
    
    border:1px solid #566963;
    
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:24px;
    font-weight:bold;
    padding:6px 7px;
    text-decoration:none;
    
    text-shadow:0px 1px 0px #2b665e;
    
}
.reg_prev_butt:hover {
    color: #FFFFFF;
	text-decoration: none;
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
    background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
    
    background-color:#6c7c7c;
}
.reg_prev_butt:active {
    position:relative;
    top:1px;
}
.reg_err_msg {
	display: block;
	background-color: #ffcdcd;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	padding: 2px 0px 2px 0px;
}
.reg_suc_msg {
	display: block;
	background-color: #b2fdd0;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	padding: 2px 0px 2px 0px;
}
.reg_req {
	font-weight: bold;
	color: red;
}
.fr {
	float: right;
}
.fl {
	float: left !important;
}
.fl_spc {
	float: left;
	width: 650px;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}
.cvv_sml {
	width: 80px !important;
}
,frm-hdng {
	clear: both;
}
.impt-right {
	float: right;
	width: 300px;
	
}