/* CSS Document */

.r_box {
	
	width: 820px;
	background: url(../images/r_glow.png);
	background-position: center top;
	background-repeat: no-repeat;
	border: 1px solid #155dcc;
	margin: 30px auto;
	
	/* Glow -Shadow */
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 194, 254, 0.7);
	-moz-box-shadow:    0px 0px 50px 0px rgba(0, 194, 254, 0.7);
	box-shadow:         0px 0px 50px 0px rgba(0, 194, 254, 0.7);
	
}

.r_step {
	margin-left: 60px;
	line-height: 90px;
}

.r_big_txt {
	font-size: 28px;
}

.r_normal_txt {
	font-size: large;
}

.grad_stk	{
  
  background: -webkit-linear-gradient(#aeaeae, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
    
}

.r_box_inside {
	color:#34b9fe;
	float: left;
	width: 310px;
	margin: 30px 10px 10px 60px;
}




.r_input { 
	height:18px; 
    width: 160px; 
	float: left;
	
} 

.r_input_phone {
	width: 95px;
}





.ttextin{
    position:relative;
    left:100px;
    top:-30px;
    background-color:#C0C0C0;
    -moz-border-radius-bottomleft:5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-a, .col-sm-b {
float: left;
}

.col-sm-6 {
width: 50%;
}

.col-sm-a {width:39%}
/*.col-sm-b {width:65%}*/

.col-sm-offset-6 {
margin-left: 40%;
}


.form-group {
	/*width: 260px;*/
	margin-bottom: 15px;
}

.form-group-2 {
	margin-bottom: 15px;
}


.a_reg {
color: #fff;
text-decoration: none;
}

iframe {
	display: none;
}

.error_place {
	width: 800px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background: #940000;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #FF4242;
	
}

.error_place span {
	margin: 0 10px;
	font-size: x-large;
	position: relative;
	top: 4px;

}

#register_btn {
	font-size: 12px;
	padding:7px 11px;
}

#reg_check_left {
	float: left; 
	width: 5%;
}

#reg_check_right {
	float:left; 
	width: 90%; 
	margin-left: 5%;
}