/*  
Theme Name: MITA
Theme URI: 
Description: 
Author: Andre Halim
Author URI: http://www.bestindonesia.info

Last Modified on April 3, 2007
*/

/* Base Definitions */
* {
	padding: 0; 
	margin:0;
}

body {
	background: #4b2da1 url(images/bg.jpg) top center repeat-x; 
	margin: 0; 
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333; 
	text-align: center;
}

p {
	margin: 0.7em 0;
	line-height:1.6em;
}

a {
    color: #6E21B4;
    text-decoration:none;
}

a:link, 
a:visited {
	color: #6E21B4;	
}

a:hover, a:active {
    color: #333333;
	border-bottom: #333333 1px dotted; 
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}

blockquote
{
	color:#096c96;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	border-top: #096c96 1px dashed;
	border-bottom: #096c96 1px dashed;
}

.clear {
	clear:both;
}

fieldset 
{
	border:0;
}

/* General Image Defintions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

#content .entry img{
	padding: 4px;
}
/* End Images */

#texttop{
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

/* Wrapper Definition */
#wrapper {
	margin: 0px auto; 
	width: 970px; 	
	position: relative; 
	text-align: left;
	background:#ffffff url(images/containerbg.jpg) top center repeat-y;
}

/* Header Definitions */


#header{
	clear: both; 
	background:#ffffff url(images/headerbg.jpg) top center repeat-x;
	margin: 0px;
	padding: 0px; 
	width: 970px;
	height:137px;
}

#nav{
	clear: both; 
	background:url(images/navbg.jpg) top center repeat-x;
	margin: 0px;
	padding: 0px; 
	width: 970px;
	height:39px;
}

#contenttop{
	clear: both; 
	background:url(images/navtop.jpg) top center no-repeat;
	margin: 0px;
	padding: 0px; 
	width: 970px;
	height:15px;
}

#logo img{
	border:none;
}

#logo{
	position:absolute;
	top:17px;
	left:0px;
}

#boxtop1{
	clear: both; 
	background:#6749b4 url(images/boxtop-bg.jpg) top center no-repeat;
	margin: 0px;
	padding: 0px; 
	width: 970px;
	height:7px;
}

#boxtop{
	clear: both; 
	background:#6749b3 url(images/box-bg.jpg) top center repeat-y;
	margin: 0px;
	padding: 0px; 
	width: 970px;
}

#boxcontent{
	padding: 10px 0px 10px 0px;
	width:910px;
	background-color:#6749b3;
	margin:0px 0px 0px 40px;	
}

.boxes{
	float:left;
	padding:0px 5px 5px 5px;
	width:290px;
	background-color:#6749b3;	
}

/* Navigation Definitions */
#navigation { 
	margin: 0px;
	padding: 105px 20px 10px 20px; 
	overflow: hidden;
	float:right;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif; 
}

#navmenu{
	height: 35px;
	margin: 0px 0px 0px 0px;
}

#navigation a{
	text-decoration: none;
	padding-left: 10px;
	height:35px;
	font: 14px/38px normal Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	color:#ffffff;
}

#navigation a span{
	padding-right: 10px;
}

#navigation a, #navigation a span{
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#navigation a {
	background: #781351 url(images/left-tab.jpg) left top no-repeat;
	padding-left: 10px;
	text-decoration:none;
	color: #ffffff;
}

#navigation a span{
	background: url(images/right-tab.jpg) right top no-repeat;
	padding-right: 10px;
}

/* End hide */

#navigation a:hover{
	background: #781351 url(images/left-tab.jpg) left top no-repeat;
	padding-left: 10px;
	text-decoration:underline;
	color: #ffffff;
}

#navigation a:hover span{
	background: url(images/right-tab.jpg) right top no-repeat;
	padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0;

}

#navigation li
{
	list-style: none;
	float: left;
	margin: 0px 3px 0px 3px;
} 


#topnav{
	text-align:right;
	padding:15px 50px 0px 50px;
	color:#FFFFFF;
}

#topnav a,
#topnav a:link, 
#topnav a:visited {
	color: #ffffff;
	padding:0px 10px;	
}

#topnav a:hover,#topnav a:active {
    color: #ffffff;
	text-decoration:underline; 
}

/* Container Definitions */
#container {
	margin: 0px 10px 10px 10px; 	
}

/* Content Definitions */

#content {
	float: left; 
	width: 505px;
	padding:0px 0px 0px 0px;
	margin-top:-5px;
	position:relative;
}

#content ul 
{
    margin:0 1em;
    padding:5px 1em 2px 1em;
    /* list-style-image:url(img/bullet.png);  */
}

#content li {
	margin:0;
    padding:5px 1em 2px 1em;
	list-style-type:none;
}

#content .posttitle{
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;

}

#content h3 {
	font-size: 18px; 
	font-weight:bold;
	margin: 1em 0 0;
}

#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}

#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}

#content ol {
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}

#content .post {
	padding:0px 0px 0px 0px;
}

#content h2 {
	font-size: 22px; 
	margin: 1em 0 0;	
	font-weight:bold;
	line-height:1.4em;	
	letter-spacing:0px;
	color:#333333;
}


#content h2 a,
#content h2 a:link, 
#content h2 a:visited {
	color:#330066;
    border-bottom:#E0DFE4 1px solid;    
}

#content h2 a:hover, 
#content h2 a:active {
	color:#330066;
    border-bottom:#E0DFE4 1px dotted;    
}

	


#content .entry {
    margin: -10px 0px 0px 0px;
	padding:0px 0px 0px 60px;
	position:relative;    
}

#content .entry a,
#content .entry a:link, 
#content .entry a:visited {
	color:#6E21B4;
    border-bottom:#E0DFE4 1px solid;    
}

#content .entry a:hover, 
#content .entry a:active {
	color:#6E21B4;
    border-bottom:#E0DFE4 1px dotted;    
}

#content .post-info{ 
	font-size:12px;
	margin:0;
	padding:5px 0px 5px 60px;
	color:#2d1b61;		
}

#content .postmetadata {
	font-size:12px;
	margin:0;
	padding:5px 0px 30px 60px;
	color:#ffffff;
	background:url(images/line.jpg) bottom right no-repeat;		
}

#content .postmetadata  a,
#content .postmetadata  a:link, 
#content .postmetadata  a:visited {
	color:#ffffff;
	text-decoration:none;    
}

#content .postmetadata  a:hover, 
#content .postmetadata  a:active {
	color:#ffffff;
	text-decoration:underline;    
}

.sub-title{
	padding:0px 10px 0px 0px;
	margin:0px;
}

.spanicon
{
	text-decoration: none;
	background:url(images/post-icon.jpg) top left no-repeat;
	padding: 1px 0 1px 19px;
}


.readmore-icon{
	text-decoration: none;
	background:url(images/readmore-btn.jpg) top left no-repeat;
	padding: 6px 20px 8px 25px;
}

.paynow-icon{
	text-decoration: none;
	background:url(images/paynow.png) top left no-repeat;
	padding: 6px 30px 8px 45px;
}

.comment-icon{
	text-decoration: none;
	background:url(images/commentbtn.jpg) top left no-repeat;
	padding: 6px 20px 8px 30px;
}


/* Sidebar Definitions */
#sidebar {
	float: right; 
	width: 205px;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	color:#666666;
}


#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ul li a:hover {
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	color:#2d1b61;
	font-size:12px	
}

#sidebar ul ul li a:hover {
	text-decoration:underline;
	border:none;		
}

#sidebar li {
  padding:5px 5px 0px 5px;
}

#sidebar ul ul {
    list-style:none;
	margin: 0px;
	padding:5px 0px 20px 0px;
}

#sidebar ul ul {
    list-style:none;
	margin: 0px;
	padding:5px 0px 20px 0px;
}

#sidebar ul ul li {
  padding:5px 5px 0px 0px;
}

#sidebar ul ul ul {
	border:0px;
	margin:0px;
	padding:0px;
}

#sidebar ul ul ul li {
  padding:0px 0px 0px 0px;
}

#sidebar h2 {
	font-weight:bold; 
	font-size: 13px; 
	text-align: left;
	color: #ffffff;	
	margin:0px 5px 0px 5px;
	padding:8px 5px 8px 15px;
	background:url(images/sidebarh2.jpg) top left no-repeat;
}

#sidebar li  p {
    margin:0;
	padding:0px 0px 5px 5px;
}

#sidebar li.sideblock p img {
	margin:0;
	border:#E0DFE4 1px solid;
	background:none;
}

#sidebar li.sideblock {
  border:0;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
}

/* These help support the widgets properly */
#sidebar ul table {
	width: 170px;
	margin: 0px;
}

#sidebar ul .textwidget {
	margin:0px;
	padding:10px 5px 10px 5px;
}

/* This is to support the search widget properly */
#sidebar ul form#searchform {
    margin:0;
	padding:15px 10px 10px 10px;
	text-align:center;
}

.sidebar .feature{
	background:url(images/s-feature.jpg) 0px 0px no-repeat;
}

.sidebar .product{
	background:url(images/s-product.jpg) 0px 0px no-repeat;
}

.sidebar .course{
	background:url(images/-course.jpg) 0px 0px no-repeat;
}

/* Sidebar Definitions */

#sidebar2 {
	float: right; 
	width: 195px;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	color:#666666;
}


#sidebar2 ul ul li a:link, #sidebar2 ul ul li a:visited, #sidebar2 ul ul li a:hover {
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	color:#2d1b61;
	font-size:12px		
}

#sidebar2 ul ul li a:hover {
	text-decoration:underline;
	border:none;		
}

#sidebar2 ul {
	list-style:none;
}

#sidebar2 li {
  padding:5px 5px 0px 0px;
}

#sidebar2 ul ul {
    list-style:none;
	margin: 0px;
	padding:5px 0px 20px 0px;
}

#sidebar2 ul ul li {
  padding:5px 5px 0px 10px;
}

#sidebar2 ul ul ul {
	border:0px;
	margin:0px;
	padding:0px;
}

#sidebar2 ul ul ul li {
  padding:0px 0px 0px 0px;
}

#sidebar2 h2 {
	font-weight:bold; 
	font-size: 13px; 
	text-align: left;
	color: #ffffff;	
	margin:0px 0px 0px 0px;
	padding:8px 5px 8px 15px;
	background:url(images/sidebar2h2.jpg) top left no-repeat;
}

#sidebar2 li.sideblock p {
    margin:0;
	padding:0px 0px 5px 15px;
}

#sidebar2 li.sideblock p img {
	margin:0;
	border:#E0DFE4 1px solid;
	background:none;
}

#sidebar2 li.sideblock {
  border:0;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
}

.sidebar2 .member{
	background:url(images/s-member.jpg) 0px 0px no-repeat;
}

.sidebar2 .founder{
	background:url(images/s-founder.jpg) 0px 0px no-repeat;
}

.sidebar2 .affiliate{
	background:url(images/s-affiliate.jpg) 0px 0px no-repeat;
}

.sidebar2 .download{
	background:url(images/-download.jpg) 0px 0px no-repeat;
}

/* These help support the widgets properly */
#sidebar2 ul table {
	width: 170px;
	margin: 0px;
}

#sidebar2 ul .textwidget {
	margin:0px;
	padding:10px 5px 10px 5px;
}

/* This is to support the search widget properly */
#sidebar2 ul form#searchform {
    margin:0;
	padding:15px 10px 10px 10px;
	text-align:center;
}

.sidebarborder{
	border-right:1px solid #402885;
	border-left:1px solid #402885;	
}

.sidebartop {
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	color:#ffffff;
}


.sidebartop ul ul li a:link, .sidebartop ul ul li a:visited, .sidebartop ul ul li a:hover {
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#d4cbeb;
	font-weight:bold;
}

.sidebartop ul ul li a:hover {	
	color:#d4cbeb;
	font-weight:bold;
	text-decoration:underline;
	border:none;		
}

.sidebartop ul {
	list-style:none;
}

.sidebartop li {
  padding:5px 5px 0px 5px;
}

.sidebartop ul ul {
    list-style:none;
	margin: 0px;
	padding:5px 0px 10px 0px;
}

.sidebartop ul ul li {
  	padding:5px 5px 7px 10px;
	background-color:#41268c;
	display:block;
	background:url(images/sidebartop-menubg.jpg) top left no-repeat;	
	margin:5px 0px 5px 0px;  
}

.sidebartop ul ul ul {
	border:0px;
	margin:0px;
	padding:0px;
}

.sidebartop ul ul ul li {
  padding:0px 0px 0px 0px;
}

.sidebartop h2 {
	font-weight:normal; 
	font-size: 16px; 
	text-align: left;
	color: #ffffff;	
	margin:0px 0px 0px 0px;
	padding:0px 5px 5px 25px;
}

.sidebartop li.sideblock p img {
	margin:0;
	border:#E0DFE4 1px solid;
	background:none;
}

/* These help support the widgets properly */
.sidebartop ul table {
	width: 170px;
	margin: 0px;
}

.sidebartop ul .textwidget {
	margin:0px;
	padding:5px 5px 5px 5px;
}

.sidebartop .upcoming{
	background:url(images/upcoming.jpg) 0px 0px no-repeat;
}

.sidebartop .newsletter{
	background:url(images/newsletter.jpg) 0px 0px no-repeat;
}

.sidebartop .podcast{
	background:url(images/test.jpg) 0px 0px no-repeat;
}

.sidebartop .upcomingfont{
	color:#a99ec5;
}

.sidebartop .viewall{
	background:url(images/button.jpg) top center no-repeat;
	padding: 5px 25px 10px 25px;
	color:#d3cce8;
}
	
.sidebartop .sidebartopbuttom{
	text-align:right;
}

.sidebartop .sidebartopbuttom a{
	color:#d3cce8;
}

.sidebartop .textbox{
	padding:5px;
	margin: 1px 0px 1px 0px;
	color:#9f96b7;
/*	background-color:#41268c;*/
	width:260px;
	border:none;
	background-color:#41268c;
	background:url(images/sidebartop-menubg.jpg) top left no-repeat;	
}
	
.sidebartop li p {
    margin:0;
	padding:5px 0px 15px 0px;
}


.sidebarfooter {
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#ffffff;
	text-align:left;
}


.sidebarfooter ul ul li a:link, .sidebarfooter ul ul li a:visited, .sidebarfooter ul ul li a:hover {
	font-size:12px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#9f96b7;
}

.sidebarfooter ul ul li a:hover {	
	color:#9f96b7;
	text-decoration:underline;
	border:none;		
}

.sidebarfooter ul {
	list-style:none;
}

.sidebarfooter li {
  padding:5px 5px 0px 5px;
}

.sidebarfooter ul ul {
    list-style:none;
	margin: 0px;
	padding:5px 0px 20px 0px;
}

.sidebarfooter ul ul li {
  	padding:5px 5px 5px 10px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #301a6e;		  
}

.sidebarfooter ul ul ul {
	border:0px;
	margin:0px;
	padding:0px;
}

.sidebarfooter ul ul ul li {
  padding:0px 0px 0px 0px;
}

.sidebarfooter h2 {
	font-weight:normal; 
	font-size: 16px; 
	text-align: left;
	color: #ffffff;	
	margin:0px 0px 0px 0px;
	padding:5px 5px 0px 25px;
	border-bottom:1px solid #301a6e;
}

.sidebarfooter li p {
    margin:0;
	padding:0px 0px 5px 15px;
}

.sidebarfooter li.sideblock p img {
	margin:0;
	border:#E0DFE4 1px solid;
	background:none;
}

/* These help support the widgets properly */
.sidebarfooter ul table {
	width: 160px;
	margin: 0px;
}

.sidebarfooter ul .textwidget {
	margin:0px;
	padding:5px 5px 5px 5px;
}

.sidebarfooter .member{
	background:url(images/member.jpg) 0px 0px no-repeat;
}

.sidebarfooter .twitter{
	background:url(images/twitter.jpg) 0px 0px no-repeat;
}

.sidebarfooter .friend{
	background:url(images/friend.jpg) 0px 0px no-repeat;
}

.sidebarfooter .podcast1{
	background:url(images/podcast1.jpg) 0px 0px no-repeat;
}


.sidebarfooter .eleven{
	font-size:11px;
}

/* This is to support the calendar widget properly */
#calendar_wrap {
  margin:0;
  padding:0px 0px 5px 15px;
}

/* Footer Definitions */

#contentbottom{
	clear: both; 	
	margin: 0px;
	padding: 0px 0px 0px 0px; 
	width: 970px; 	
	height:35px;
  	background:url(images/contentbottom.jpg) top center no-repeat;
}

#wrapperfootertop{
	width:100%;
  	background-color:#301a6e;	
}

#wrapperfooter{
	width:100%;
  	background:#201149 url(images/footerbg.jpg) top center repeat-x;
}

#footertop {
	clear: both; 	
	margin: 0px auto; 
	padding: 0px 0px 0px 0px; 
	width: 970px; 	
  	background-color:#301a6e;
	color:#FFFFFF;
}

#footerbox-top{
	clear: both; 	
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 0px; 
	width: 970px;
	height:12px; 	
  	background:url(images/footerbox-top.jpg) bottom center no-repeat;
	color:#FFFFFF;

}

#footerbox{
	clear: both; 	
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	width: 970px; 	
  	background:url(images/footerbox.jpg) top center repeat-y;
	color:#FFFFFF;
}

#footerbox1{
	clear: both; 	
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 30px; 
}

.footerboxes{
	float:left;
	padding:5px;
	margin:0px 20px 0px 0px;
	width:205px;
}

#footerbox-bottom{
	clear: both; 	
	margin: 0px 0px 0px 0px; 
	padding:0px 0px 10px 0px; 
	width: 970px;
	height:11px; 	
  	background:url(images/footerbox-bottom.jpg) top center no-repeat;
	color:#FFFFFF;
}



#footer {
	clear: both; 	
	margin: 0px auto; 
	padding: 0px 0px 0px 0px; 
	width: 970px; 	
	height:52px;
	color:#FFFFFF;
}

#footerleft{
	padding:0px 0px 0px 0px;
	text-align:left;
}

#footerleft img{
	vertical-align:middle;
}
	

#footerright {
	float: right; 
	width: 300px; 
	text-align: right;
	font-size: 12px; 
	font-weight:bold;
	padding:0px 0px 0px 0px;
	display:inline;
}

#footer img{ border:none; }

#footer a:link,
#footer a:visited {
	color: #ffffff;
}

#footer a:hover, 
#footer a:active {
    color: #ffffff;
	border: 0px;
	text-decoration:underline;
}


li#sidelinks ul
{
	margin:0;
	padding:0;
}

#comments, 
#respond {
	margin: 0;
	padding:1em 0 0 0;
}

#commentform {
	margin:10px 0;	
	padding:10px;
	background:#F6F6F6;
	border-top: #E0DFE4 1px solid;
	border-bottom: #E0DFE4 1px solid;
}

.commentnum {
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}

#container .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #E0DFE4 1px solid;
}

.commentlist li {
	list-style:none;
	margin: 0;
	padding: 1em 0.5em;	
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	border-bottom: #E0DFE4 1px solid;
}

.commentlist li.alt {
    background:#F6F6F6;    
}

.commentlist li.authorcomment {
    border-top:#8F8F6B 1px solid;
	border-bottom:#8F8F6B 1px solid;
}

.commentlist li .cmtinfo {
	font-size:1em;		
}

.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}

.commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999999;
}

#content .commentsfeed {
	background:url(images/feed.gif) no-repeat left center;
	padding-left:16px;
}

#content .trackback {
	background:url(images/link.gif) no-repeat left center;
	padding-left:20px;
}

.textbox1, 
textarea {
	border:#CCCCCC 1px solid;
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}

textarea {
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}

input.textbox1:focus, 
textarea:focus {
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	border:#AAAAAA 1px solid;
}

#submit {
	padding:3px 5px;
}

.post h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}

.post h4 em	{
	font-style:normal;
	float:right;
	font-weight:normal;
}

dl {
	margin:1em 0;
}

dt {
	font-weight:bold;
}

dd {
	margin:0.5em;
	padding:0;
}

.wp-smiley, #wpstats {
	background: none;
	border: 0;
	padding: 0;
}

#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

.banner{
	padding:10px 0px 5px 5px;
}

.banner a:hover{
	border:none;
}

.saveline{
	padding:15px 0px 10px 0px;
}

#sidebar img,#sidebar2 img{
	border:none;
}


.highlight {
	/*background-color: yellow;*/
}
	
.box1 {
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	background-color: #EEEEAA;
	padding: 10px;
	border: 1px solid #000000;
	text-align: center;
}

.box h3 {
	color: #990000;
	font-family:Arial, Helvetica, sans-serif;
}

.box_form {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.box input {
	margin: 2px auto;
	font-size: 12px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #EEEECC;
}	

.box input[value="Submit"] {
	font-size: 12px;
}

.box input[value="Submit"]:hover {
	background-color: #FFFFEE;
}

.calndr{
	float:left;
	background:url(images/date.jpg) no-repeat top;
	height:58px;
	width:51px;
	margin:5px 10px 5px 0px;
	text-align:center;
	padding:3px 0px 0px 0px;
		
}

.calndr span{color:#000000}
.caldate{ font-size:24px;font-weight:bold;color:#000000;font-family:tahoma; padding:10px 0px 0px 0px;	}
span.calmonth{color:#ffffff; font-weight:bold; font-size:11px;}

.clear1, .clear{
	clear:both;
}

#commentbox{
	padding:10px 20px 10px 50px;
}

.button{
	background:url(images/button.png) top center no-repeat ;
	padding:5px 15px 5px 15px;	
}

#backtop{
	float:right; 
	padding:25px 10px 5px 10px; 
}
