body{
  background: none repeat scroll 0 0 #F2F2F2;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin:auto;
  width:600px;
	font-size:12px
}
#container{
	background-color:#F9F9F9;
	width:320px;
	margin:200px 85% auto;
	border:solid 1px;
	padding:20px 30px 0 30px;
border-radius:3px;
}
#header{
	color:#7ABCFF;
	text-align:center;
	border-top-right-radius:5px;
	border-top-left-radius:5px;  
}
#content{
  padding:1px;
}
#footer{
	color:#FFF;
	width:370px;
	margin-left:-30px;
	font-size:12px;
	padding:5px;
	text-align:center;
	background:#7abcff;
}

input{
	border: 1px solid #ccc;
}

input:focus, textarea:focus, select:focus {
  background-color:#FFC;
	border: 1px solid #ccc;
}

.tombol {
  padding: 5px 10px;
  display: inline;
  background: #777;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 1px 1px #666;
  text-decoration:none;
  font-size:0.8em;
}
.tombol:hover {
  background-position: 0 -48px;
}
.tombol:active {
  background-position: 0 top;
  position: relative;
  top: 1px;
  padding: 6px 10px 4px;
}
.tombol.red { background-color: #e50000; }
.tombol.purple { background-color: #9400bf; }
.tombol.green { background-color: #58aa00; }
.tombol.orange { background-color: #ff9c00; }
.tombol.blue { background-color: #2c6da0; }
.tombol.black { background-color: #333; }
.tombol.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.tombol.small { font-size: 75%; padding: 3px 7px; }
.tombol.small:hover { background-position: 0 -50px; }
.tombol.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.tombol.large { font-size: 125%; padding: 7px 12px; }
.tombol.large:hover { background-position: 0 -35px; }
.tombol.large:active { padding: 8px 12px 6px; background-position: 0 top; }

/*===================================================================================== *//* The source of demo preview has been stripped and compressed for security reasons.====================================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{ margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{display:block}
body
	{line-height:1}
ol,ul
	{list-style:none}
blockquote,q
	{quotes:none}
blockquote:before,blockquote:after,q:before,q:after
	{content:"";content:none}
table
	{border-collapse:collapse;border-spacing:0}
body
	{background:url(../images/body-bg.png);color:#838383;font:13px "Droid Sans",Arial,Helvetica,sans-serif}
h1,h2,h3,h4,h5,h6
	{font-weight:700;font-family:"Droid Sans",sans-serif;color:#434853;text-shadow:0 1px 0 #fff;letter-spacing:-.5px}
h1{font-size:20px;color:#7abcff;padding:0 0 13px 0;border-bottom:1px solid #e0e0e0}h2{font-size:24px}h3{font-size:17px}h4{font-size:14px}h5{font-size:12px}h6{font-size:10px}
input,textarea
	{font-family:tahoma,arial;font-size:12px;color:#57595d;outline: none;}a{text-decoration:none}
p
	{line-height:20px}
#box_bg{
	border:10px solid #d5d5d5;
	background:#f9f9f9;
	width:180px;
	display:block;
	margin:200px auto 0 auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	box-shadow:0 0 2px #dadada,inset 0 -3px 0 #e6e6e6
}
#content{
	padding:23px 28px
}
.social{
	padding:13px 0 0 0;height:75px}.blue{color:#2b83b6}.twitter{background:url(../images/twitter_btn.png) no-repeat;height:32px;width:157px;display:block;float:left;margin-top:10px}.twitter:hover{background:url(../images/twitter_btn.png) no-repeat;background-position:0 -32px}.twitter:active{margin-top:11px}.btn_1{padding:8px 0 0 35px;text-shadow:-1px -1px 0 #0083b3;color:#fff;font-weight:700;font-size:12px;height:32px;display:block}.fb{background:url(../images/fb_btn.png) no-repeat;height:32px;width:157px;display:block;float:right;margin-top:10px}.fb:hover{background:url(../images/fb_btn.png) no-repeat;background-position:0 -32px}.fb:active{margin-top:11px}.btn_2{padding:8px 0 0 31px;text-shadow:-1px -1px 0 #366c96;color:#fff;font-weight:700;font-size:12px;height:32px;display:block}

/* Button Style */
.button{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	float:right;
	margin-top:18px;
	color:#FFF;
}
.button a{
	padding:9px 26px 8px 26px;
	color:#fff;
	font-weight:700;
	font-size:14px;
	display:block
}
.button.green{
	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	border:1px solid #309230;
	border-bottom:2px solid #166d16;
	box-shadow:inset 0 1px 0 #FFF;
	text-shadow:-1px -1px 0 #369135;
	padding:4px 26px 3px 26px;
	cursor:pointer;
}
.button.green:hover{background:#7abcff}
.button.green:active{margin-top:19px}
#login{padding:0 0 0 0;border-top:1px solid #e0e0e0}
.login{
	font-size:14px;
	color:#8e8d8d;
	font-family:"Droid Sans";
	padding:11px 30px 10px 53px;
	background-color:#fdfdfd;
	display:block;
	border:1px solid #d8d8d8;
	margin:13px 0 -3px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	box-shadow:inset 2px 2px 4px #f1f1f1
}
.user{background:url(../images/user.png) no-repeat}
.password{background:url(../images/password.png) no-repeat}
.checkbox{margin:30px 0 15px 0}.checkbox li{list-style:none;height:15px}
.checkbox li:not(#foo)>fieldset>div>span>input[type="checkbox"]{opacity:0;float:left;width:15px}
.checkbox li:not(#foo)>fieldset>div>span>input[type="checkbox"]+label{margin:0;clear:none;padding:0 0 0 22px;cursor:pointer;background:url(../images/check.png) no-repeat;height:15px;display:block}
.checkbox li:not(#foo)>fieldset>div>span>input[type="checkbox"]:checked+label{background:url(../images/check.png) no-repeat;height:15px;display:block;background-position:0 -15px}
#bottom_text{margin:12px auto;width:300px;display:block;text-align:center;text-shadow:1px 1px 0 #fff;line-height:19px}
#bottom_text a{color:#2d932b;font-weight:700;padding:0 8px 0 0;background:url(../images/bullet.png) no-repeat 100% 50%}
#bottom_text a:hover{color:#878787;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .3s linear;-transition:all .2s linear}
#blue{color:#2b83b6!important}
#blue:hover{color:#878787!important}