.boxregister {}
.boxregister td { padding:4px 0px;}
input.textfiled
{
	border:1px solid #b2b2b2;
	background:#fff;
}

input.btn {
	background:url(../images/button_bg.gif) no-repeat center;
	width:75px;
	height:28px;
	border:none;
	color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
input.btn:hover {
	background:url(../images/button_hov.gif) no-repeat center;
	color:#fff;
}
.select
{
	border:1px solid #b2b2b2;
	background:#fff;
	color:#707070;
} 
.td_info_profile
{
	text-transform:uppercase;
	color:#c0050b;
}
/*My custom css*/
.register-form
{
	margin-top:15px;
}
.register-form-row
{
  width:100%;
  overflow:hidden;
  margin-bottom:15px;
  	
}
.resgiter-label
{
	width:30%;
	margin-right:5px;
}
.register-input
{
	width:68%;
}
.register-form-row .register-input input[type="text"]
{
  height:40px;
  padding-left:15px;
}
.register-form-row .register-input select
{
	height:40px;
}
.button_resgister input
{
  height:40px;
  background:#b7b7b7;
  border-bottom:3px solid #8e8e8e;
  width:93px;
  font-size:16px;
  font-weight:bold;	
}

.button_resgister input:hover
{
  height:40px;
  background:#b31217;
  border-bottom:3px solid #86161a;
  width:93px;	
}
.register-form-title
{
	width:100%;
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:18px;
	color:#c0050b;
}
/*Responsive*/
@media screen and (max-width:480px)
{ 
  input[type="checkbox"]
  {
	  margin-right:15px;
  }
}
@media screen and (max-width:360px)
{
	.resgiter-label, .register-input
	{
		width:100%;
		float:none;
	}
	.resgiter-label
	{
		margin-bottom:15px;
	}
	input[type="checkbox"]
	{
	  margin-right:10px;
	}
	.note_resgister .resgiter-label, .button_resgister .resgiter-label
	{
		display:none;
	}
}
@media screen and (max-width:320px)
{
	input[type="checkbox"]
	{
	  margin-right:2px;
	}
	.birth_place select
	{
		width:140px !important;
	}
}

/*  */
.birth_place .fl,
.birth_place .fr{
	width: 49%
}
.button_resgister input#do_submit{
	background: #c0050b;
  border-bottom: 3px solid #86161a;
  color: #fff;
}
