div.register{
	/* border:1px solid #ccc; */
	background:#fff;
	box-shadow:  5px 3px 10px #dcdcdc, -1px -1px 10px #dcdcdc, -1px -1px 10px #dcdcdc;
	min-width:1200px;
	border-radius:5px;
	padding:20px 40px;
	margin-bottom:40px;
}
div.reg-title{
	/* border-bottom:1px solid #ddd; */
	overflow:auto;
	zoom:1;
	padding:10px 0px;
}
div.reg-title div.left{
	float:left;
}
div.reg-title div.right{
	float:right;
}
div.right span>a{
	color:#ff9c00;
	font-size:14px;
}
div.left span{
    font-size:20px;
    font-weight:bold;
    color:rgb(153,153,153);
}
div.right span{
	font-size:14px;
	color:rgb(153,153,153);
	position:relative;
	top:8px;
}
hr.blueHR{
	border-top: 4px solid #ff9c00;
    width: 10%;
    position:relative;
    left:-60px
}
div.reg-msg{
	margin:60px 0px;
}
div.reg-msg input[type="text"], div.reg-msg input[type="password"]{
	height:40px;
	width:320px;
	border:1px solid #ddd;
	margin-left:12px;
	padding-left:10px;
}
div.reg-msg label{
	margin-left: 200px;
	margin-bottom:18px;
}
div.true-title {
	border-bottom:1px dashed #ddd;
	padding:20px 0px;
}
div.true-title span{
	color:#ff9c00;
	font-size:18px;
}
div.reg-msg a{
	color:#ff9c00;
}
div.reg-msg input[type="checkbox"]{
	position:relative;
	right:5px;
	top:2px;
}
span.error{
	display:inline-block;
	background: #ff9c00;
    padding: 10px;
    color:#fff;
    margin-left: 10px;
}
span.entry-trangle{
	position: absolute;
    margin-top: 10px;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ff9c00;
    margin-left: 5px;
}
input.freeReg{
	background:#ff9c00;
	width:320px;
	border:none;
	border-radius:5px;
	margin-left:245px;
	color:#fff;
	margin-top:40px;
	font-size:18px;
	padding:10px 0px;
}