@charset "utf-8";
/* CSS Document */
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 10px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 30px;
/*border: 1px solid #203B72;*/
color: #fff;
width:100px;
height:20px;
background: url(../images/shade.png) no-repeat;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
text-align:left;
font: bold 12px Verdana;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(../images/shadeactive.png) no-repeat;
width:100px;
height:25px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#login_background {
	border:2px solid #f090ac; width:290px; height:125px; margin-bottom: 5px; padding: 20px;
}
#kiri {
	float:left;
	text-align:left;
	margin-top:20px;
	margin-left:5px;
	width: 100px;
	height: auto;
	/*border:1px solid #000000;*/
}
.text_user_pass {
	font-family:Verdana;
	font-size:12px;
	color: #73ABCE;
	width:auto;
	margin-top:4px;
	/*border:1px solid #000000;*/
}
#kanan {
	float:left;
	text-align:left;
	margin-top:20px;
	width: 154px;
	height:auto;
	/*border:1px solid #000000;*/
	margin-left:10px;
}
.text_border {
	border: 1px solid #73ABCE;
	width: 130px;
	height:20px;
	margin-bottom:5px;
	font-family:verdana;
	font-size:11px;
}
.text_border_1 {
	width: 130px;
	height:18px;
	margin-bottom:10px;
}
.text_border_2 {
	width: 130px;
	height:18px;
	margin-bottom:10px;
}
.text_border_3 {
	width: 130px;
	height:18px;
	margin-bottom:13px;
}
.text_border_4 {
	width: 130px;
	height:18px;
	margin-bottom:10px;
}
.text_lupa_pass {
	float:right;
	text-align:right;
	font-family:Verdana;
	font-size:12px;
	color: #73ABCE;
}
.text_lupa_pass a{
	float:right;
	text-align:right;
	font-family:Verdana;
	font-size:12px;
	color: #80B4DB;
}
.text_lupa_pass a:hover{
	float:right;
	text-align:right;
	font-family:Verdana;
	font-size:12px;
	color: #203B72;
}
.tombol_login {
	float:right;
	text-align:right;
	margin-top:5px;
}
#register_background {
	border:2px solid #f090ac; width:290px; height:180px; margin-bottom: 5px; padding: 20px;
}
#reg_kiri {
	float:left;
	text-align:left;
	width: 130px;
	height: auto;
	/*border:1px solid #000000;*/
}
#reg_kanan {
	float:left;
	text-align:left;
	width: 135px;
	height:auto;
	/*border:1px solid #000000;*/
	margin-left:5px;
}




