/*
* @author: ikhwan
* @url: www.mohamadikhwan.com
*
*/

html, body{
	background-color:#EAEAEA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #fff;
}
body{
	padding-bottom: 20px;
}
#header{
	background: url('filemantop.jpg') repeat-x;
	height: 90px;
	padding-left:0px;
}
#header h1{
	padding-top:0px;
	vertical-align:middle;
}
#leftside, #rightside{
	width: 30%;
}
#wrapper{
	width: auto;
}
#maincontent{
	width: 100%;
}
#tab{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 0;
	text-align:center;
	width:100%;
	background-color: #f7f7f7;
}
#tab li{
	display: inline;
	padding:20px 70px 4px 10px;
	width: auto;
}
#tab a:link, #tab a:visited{
	color: #09F;
	text-decoration:none;
}
#tab a:hover, #tab a:focus {
	color: #03C;
}
#tab a.active{
	color: #C60;
}
.content{
	width: 90%;
	background-color:#FFF;
	padding: 5px;
	box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow:3px 3px 3px #999;
}
.motto{
	background-color: #f7f7f7;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.form {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	margin: 0;
	padding: 0;
	text-align:left;
	vertical-align:top;
	width:100%;
	background-color: #f7f7f7;
	box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow:3px 3px 3px #999;
}

iframe {
	border: none;
}


td.title {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin:0;
	padding:0;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#eeeeee;
	background-image:url('/i/td_title_bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}

.product {
	border-top: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 0;
	text-align:left;
	vertical-align:top;
	width:100%;
	background-color: #f7f7f7;
	box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow:3px 3px 3px #999;
}
