body {
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family:  'Open Sans', sans-serif;
	font-size: 14px;
	color: #3D3726;
        background: radial-gradient(#F00, #F90);
        background-image: url("../desain-utk-bg.jpg") no-repeat;
        
}



h1, h2, h3 {
	margin-top: 5px;
	margin-left: 10px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
        font-family:Century Gothic;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: rgb(255, 0, 0);
	display:block;
	text-align:left;
}

ul {
	font-size: 0.8em;
	font-weight: bold;
	color: #06d101;
	padding: 5;
}

li {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}

a {
	text-decoration: none;
	color: #2F2A1D;
}

a:hover {
color: rgb(255, 0, 0);
text-decoration: none;
border-bottom: none;
}

#wrapper{
	padding: 5px;
	width: 890px;
	margin:1 auto;
        border: solid 1px green;
}

#box1{
	padding:5px;
	width:270px;
	margin-right:10px;
	float: left;
}

#box2{
	padding:5px;
	margin: 0px 0px 0px 10px;
	width: 270px;
	margin-right:10px;
	float: left;
        border: solid 1px blue;
}

#box3{
	padding:5px;
	margin: 0px 0px 0px 10px;
	width:275px;
	float: left;
}

#box4{
	padding: 4px 4px 0px 3px;
    margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 20px;
	width:880px;
	float: left;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: white;
	-moz-box-shadow: 1px 12px 43px -21px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 12px 43px -21px rgba(0,0,0,0.6);
	box-shadow: 1px 12px 43px -21px rgba(0,0,0,0.6);
}

.header {
	width: 270px;
	margin: 0 auto;
	height: 36px;
	background: url(slicing/top.png) no-repeat center top;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
    -moz-border-radius:7px;
    border: 1px solid #ddd;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
}

.header h2{
margin-top:9px;
margin-left:12px;
}

.header2 {
	width: 275px;
	margin: 0 auto;
	height: 36px;
	background: url(slicing/top.png) no-repeat center top;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
    -moz-border-radius:7px;
    border: 1px solid #ddd;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
}

.header2 h2{
margin:9px;
}

.bottom {
	width: 270px;
	margin: 0 auto;
	height: 36px;
	background: url(slicing/bottom.png) no-repeat center top;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    -moz-border-radius:10px;
    border: 1px solid #ddd;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
}

#vertical-ticker1{
	height:272px;
	overflow:hidden;
	margin:0; padding:0;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0, .4);
}

	#vertical-ticker1 li{
		padding:15px 20px;
		display:block;
		background:url(slicing/bg.png);
		color:#333;
		border-bottom:1px solid #ddd;
		text-align:left;
		font-size:12px;
		font-weight:bold;
		font-family: 'Open Sans', sans-serif;
	}
	
#vertical-ticker2{
	height:95px;
	overflow:hidden;
	margin:0; padding:0;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0, .4);
}

	#vertical-ticker2 li{
		padding:15px 20px;
		display:block;
		background:url(slicing/bg.png);
		color:#333;
		border-bottom:1px solid #ddd;
		text-align:left;
		font-size:12px;
		font-weight:bold;
		font-family: 'Open Sans', sans-serif;
	}

#contact{
	height:511px;
	width:270px;
	overflow:hidden;
	margin-top:80px; padding: 2px;
        
}

	#contact li{
		padding:1px 10px;
		color:rgb(51, 50, 50);
		display:block;
		text-align:left;
		font-size:1.0em;
		font-weight:bold;
		font-family: 'Open Sans', sans-serif;
	}

#newsletter{
	height:111px;
	width:283px;
	overflow:hidden;
	margin-top: 8px;
    margin-left: -13px;
    padding:0;
	background:url(slicing/bg_newsletter_2.png) no-repeat;
}

#newsletter h3{
	margin-left: 24px;
	margin-top: 7px;
}

#socmed{
	height:111px;
	width:283px;
	overflow:hidden;
	margin-top: 20px;
    margin-left: -12px;
	padding:0;
	background:url(slicing/bg_socmed_2.png) no-repeat;
}

#socmed h3{
	margin-left: 24px;
	margin-top: 7px;
}

	.icon{
		margin-left:23px;
		height:30px;
		width:143px;
		padding:0;
	}

#wrapper2{
	padding: 0px;
	width: 310px;
	height: auto;
	margin: 1 auto;
}

#form{
	position: absolute;
	width:140px;
	margin-top:1px;
	margin-left:23px;
	float: left;
}

.buttons{
	margin-top:-30px;
	margin-left:145px;
	height:41px;
	width:119px;
	float:left;
}

.email {
	width: 120px;
}

#vertical{
	height:463px;
	width:275px;
	overflow:hidden;
	background:url(slicing/bg_alasan.png);
}

.vertical2 {
    height: 450px;
	background: rgba(255, 255, 255, 0.41);
}
	
	#vertical li{
	    
		padding: 20px 10px 2px 19px;
        margin-top: -0px;
		overflow:hidden;
		display:block;
		text-align:left;
		line-height:1.5em;
		font-size:1.0em;
		font-weight:normal;
		font-family: 'Open Sans', sans-serif;
	}

/*CSS3 Tooltip*/	
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

/*CSS3 button*/
.button1 {margin: -215px 21px 3px 730px; float: left;}
.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 7px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	color:#ffffff;
}.classname:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */