@charset "UTF-8";
/* CSS Document */
.rounded_corner {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #FFF;
	border:#ccc 1px solid;
	/*background:url(../images/register_page/bg_register.jpg);*/
	background-repeat:no-repeat;
	background-position:5px 280px;

}

.rounded_corner_red {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #FFF;
    border:#ccc 1px solid;
    background:url(../images/register_page/smartchoice/bg_smartchoice.jpg);
    background-repeat:no-repeat;
    background-position:5px 280px;

}

.rounded_corner2 {
    /*background: url("../images/register_page/bg_register_alert.png") no-repeat scroll 0 155px transparent; */
    border: 1px solid #CCCCCC;
}
.h_register{margin:15px 0px 0px 20px;}

.b_bold {
    font-weight: bold;
}
.img_cen {
    margin: 40px 0 70px;
    text-align: center;
}

.tabl{
	margin-top:12px;
	float:left;
	
}

.tabr{
	margin-top:12px;
	margin-right:10px;
	float:right;
	
}

.tmb_package{
	float:left;
	margin-top:60px;
	margin-left:20px;
	border:#ccc 1px solid;

}
.tmb_package2{float:left;
margin-top:-10px;}

.resizedTextbox {height: 20px;}

.tab_cen{ margin:5px 30px 40px 280px;}
.tab_cen2{ margin:30px 30px 0px 260px;}
	
.bg{background:url(images/bg_register.jpg)}

h3{font-family:true;}

body {
	background-repeat: no-repeat;
}

@font-face {
 font-family: true;
 src: url("TMedium.eot") /* EOT file for IE */
}
@font-face {
 font-family: true;
 src: url("TMedium.ttf") /* TTF file for CSS3 browsers */
}
.styled-button-red {
    background: url("../images/register_page/submit.jpg");

}

.styled-button-10 {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#d22327 0%,#b82125 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d22327),color-stop(100%,#b82125));
	background:-webkit-linear-gradient(top,#d22327 0%,#b82125 100%);
	background:-o-linear-gradient(top,#d22327 0%,#b82125 100%);
	background:-ms-linear-gradient(top,#d22327 0%,#b82125 100%);
	background:linear-gradient(top,#d22327 0%,#b82125 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d22327',endColorstr='#b82125',GradientType=0);
	padding:6px 28px;
	color:white;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #CCC;
}

.styled-button-10:hover {
	background:#000;
	background:-moz-linear-gradient(top,#f0f0f0 0%,#e2e2e2 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f0f0f0),color-stop(100%,#e2e2e2));
	background:-webkit-linear-gradient(top,#f0f0f0 0%,#e2e2e2 100%);
	background:-o-linear-gradient(top,#f0f0f0 0%,#e2e2e2 100%);
	background:-ms-linear-gradient(top,#f0f0f0 0%,#e2e2e2 100%);
	background:linear-gradient(top,#f0f0f0 0%,#e2e2e2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0',endColorstr='#e2e2e2',GradientType=0);
	padding:6px 28px;
	color:#666;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #CCC;
}
.table-h input{
	width:240px; height: 20px;}
	
.time select{
	width: 240px;
	}
	
.address textarea{
	width: 240px;
	vertical-align:top;
	}
.radio input{
	width:auto;}
	
	
.link a{
	color:#b7c728;}
