/* DELETE ME */

h1 {
	padding-bottom: 5px;
}

#errors, #errors_wider {
	color: red;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 10px;
	
	border: 1px dashed red;
	background: #FCB;
}

.menu_register {
	padding: 30px;
	width: 350px;
}

.register_header {
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
}

.register_input {
	width: 344px;
	margin-bottom: 10px;
}

div.register_right input {
	width: 180px;
}

#register_agree {
	margin-left: 5px;
	margin-bottom: 10px;
}

#register_agree input{
	margin-left: 0px;
}

div.facebook_register {
	font-size: 16px;
	margin-top: 30px;
	width: 412px;
}

div.facebook_register_text{
	line-height: 24px;
	text-align: center;
}

div.facebook_register_btn {
	margin-top: 20px;
	margin-left: 125px;
}

#btn_submit {
	float: right;
	clear: both;
}

.info{
	padding: 5px;
	font-style: italic;
	font-size: 10px;
	color: #666;
}

.tabBox{
	margin-top: 10px;
}

.tabBox div{
}

.select_btn_holder{
	margin-top: 20px;
}

.register_two_input {
	width: 200px;
	margin-bottom: 10px;
}

#register_website{
	display: none;
}

.register_tip{
	position: absolute;
	right: 0px;
}

.register_tip .warning, .register_tip .done, .register_tip .loading{
	margin: 0px !important;
}

/* -- */

.midbox{
	width: 412px;
	margin-right: auto;
	margin-left: auto;
}

input[type="text"], input[type="password"], textarea{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url('pie.htc');
	
	-moz-box-shadow: inset 3px 3px 10px #999;
	-webkit-box-shadow: inset 3px 3px 10px #999;
	box-shadow: inset 3px 3px 10px #999;
	
	border: 0px;
	padding: 3px;
}

.tab_header_holder{
	margin-top: 40px;
}

.tab_header {	
}

.tab_header a{
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #CCC;
	background: #CCC;
	color: #333;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
	text-align: center;
	width: 173px;
}


.tab_header.active a{
	border-bottom: 1px solid #FFF;
	background: #FFF;
	color: #333;
	
}

.tab_holder{
	padding: 30px;
	border: 1px solid #CCC;
	margin-top: -1px;
	
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	behavior: url('pie.htc');
}

.btn_univ a{
	padding: 5px !important;
}

.btn_hint_flft{
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	margin-left: 5px;
	background: url('../images/general/btn_hint.png');
}

select{
	margin: 2px 0 0 0;
}

.info_box{
	background: #FFFFB3 !important;
	border: 1px solid #C7BB00 !important;
	padding: 10px;
}

.register_slbut_title{
	position: absolute;
	top: 5px;
	right: 5px;
}

.register_slbut_title h3{
	
}
