/*  
Theme Name:Zus-faber
Theme URI:http://www.hi-project.it/
Description:The Theme of Zus-faber
Version:1.0
Author: faber
Author URI: http://www.hi-project.it/


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/*Based on studieren-info http://studieren-info.de*/

/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}

body {
	height: 100%;
}

body {
	background:#fff;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/*verdana, arial, sans-serif;*/
	text-align:center;
    font-size: 13px;
	height: 100%;
}

#container { 
	width: 1004px; 
	padding-bottom: 1px;
	padding-left: 2px;
	margin: 5px auto 0px auto;
	/*overflow: hidden;*/
	float:left;
	height: 100%;
}

#container #wrapper { 
	width: 1004px; 
	float: left; 
	/*overflow: hidden; */
	height: 100%;	
}

.page {
	margin:0 auto;
	padding: 0px;
	text-align:left;
	}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.center {
	margin: auto;
	text-align: center;
}

#header {
	background:#FFF;
	/*padding:10px;*/
	margin: auto;
	border-bottom: 1px solid #006;
	width:1002px;
    margin-bottom: 5px;
	height: 102px;
	position: relative;
	}
#header-sx {
	float:left;
	padding:4px;
	margin: auto;
	/*border-bottom: 2px solid #000;*/
	width:270px;
	/*position: absolute;*/

}
#header-logo {
	float:left;
	padding:0px 5px 0px 5px;
	margin: 0px;
	width:430px;
	font-family: "Times New Roman", Times, sans-serif; 
	font-size: 76px;
	font-weight:bold;
	letter-spacing: 0.5px;
	color: #000000;
}

#header-dx {
	float:right;
	padding:4px;
	margin: auto;
	/*border-bottom: 2px solid #000;*/
	width:270px;
}
	
#header p {
	/*font-size: 48px;*/
	}

#header-menu, #header-menu2 {
	width: 1002px;
	float: left; 
	/*position: relative; */
	font-size: 12px;
	/*height: 21px;*/
	margin: 0px 0px 3px 2px;
	display: block;
	clear: both;
	}
	
#header-menu ul { 
	margin-top: 0px; 
	margin-left: 1px; 
	margin-bottom: 0px;
	float: left; 
	padding: 3px 0px 3px 8px;
	
}
#header-menu2 ul {
	margin-top: 0px; 
	margin-left: 1px; 
	margin-bottom: 0px;
	float: left; 
	padding: 3px 0px 8px 8px;
}

#header-menu ul li , #header-menu2  ul li{ 
	display: inline; 
	/*height: 50px; */
	/*margin-right: 10px;*/
	/*padding: 10px;*/
	width:9em; 
	margin: 5px 0px 0px -6px;

}
#header-menu ul li a { 
	font-weight: bold; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
	color: #000; 
	line-height: 14px; 
	background-color: #9ce;
	padding:2px 4px 2px 4px;
	/*border: 1px solid #000;*/
	/*margin: 10px;*/
	/*display:block;  */
	width:9em;
	border: 1px solid #000;
}

#header-menu2 ul li a { 
	font-weight: bold; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
	color: #000; 
	line-height: 14px; 
	background-color: #ffb;
	padding:2px 4px 2px 4px;
	/*border: 1px solid #000;*/
	/*margin: 10px;*/
	/*display:block;  */
	width:9em;
	border: 1px solid #000;
}

#header-menu ul li a:hover { 
	color: #333;
	background-color: #ec9;	
}

#header-menu2 ul li a:hover { 
	color: #333;
	background-color: #9ce;	
}

#headbar {
	border: 1px solid #ddd;
	background:#eee;
	padding:0 0 0 0;
	height: 20px;
	margin: auto;
	width:948px;
	}

#clock {
	float:right;
	width:222px;
    margin: 0px 0px 0px 1px;
}
#clock input {
	float:right;
 	border: 0px solid #d00;
}

#content, #contenthome {
	background:#fff;
	float:left;
    margin: 0px 0px 0px 2px;
	border: 0px solid #d00;
	height: 100%;
	}
#contenthome {
	width:480px;
}
#content {
	width:504px;
}

#content .post,  #contenthome .post {
	border-bottom:1px solid #ccc;
	}

#content .post {
	width:496px;
	padding: 1px;
}

#contenthome .post {
	width:472px;
}

#contenthome .post .left {
	margin-right: 0.6em;
}

#contenthome .post .right {
	margin-left: 0.6em;
}
	
#content .post h2, #contenthome .post h2{
	margin-bottom:2px;
}

#contenthome .post h2.primopiano a{
	font-size: 22px;
	color:#800;
	}
#contenthome .post h2.primopiano_1 a{
	font-size: 26px;
	color:#800;
	}

.post .comments, .secondopiano .comments {
	background:url(img/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}

.post .comments, .secondopiano .comments {
	background-position:0 -96px;
}
	
#contenthome .post img.normal {
	margin-bottom: 0.2em;
	margin-top: 0.3em;
	max-width: 150px;
	_width: expression(this.width > 150 ? 150: true);
	border:1px solid #B0B0B0;
	padding:2px;
}

#contenthome .post  img.imgbig {
	max-width: 230px;
	_width: expression(this.width > 230 ? 230: true);
	margin-top: 0.3em;
	margin-bottom: 0.4em;
}

#contenthome .secondopiano img.imgsmall {
	max-width: 100px;
	_width: expression(this.width > 100 ? 100: true);
	margin-bottom: 0px;
}
	
#content h2.pagetitle, #contenthome h2.pagetitle{
	font-size: 24px;
	color:#800;
	margin:10px 0px 10px 0px;
	border-bottom:2px solid #ddd;
	}

#content .post .excerpt, #contenthome .post .excerpt {
	margin:10px 0px 10px 0px;
	line-height: 18px;
	}
.excerpt  p {
	margin:2px 0px 10px 0px;
}

#content .post  .Autore, #contenthome .post  .Autore{
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}

#content .post h2.titolosingle a, #contenthome .post h2.titolosingle a{
	font-size: 20px;
	margin:10px 0px 0px 0px;
}

#content2  .post {
	/*float:left;*/
	border-top:1px solid #ccc;
	width:343px;
	text-align:left;
	margin: 0px;
	border:0px solid #09f;*/
	padding:5px 5px;
	}
/*	
#content2 {
	display: table;
	background:#fff;
    float:left;
	/*width:350px;*/
    /*width:380px;
	height:194px;
	padding: 2px;
	margin: 2px;
	border:0px solid #d00;
	}*/
	
#categories {

	background:#fff;
	font-size: 13px;
	float:left;
	height: 18px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	}

#categories a {
	line-height: 14px;
}

#categories a:hover {
	color: #333;
	background-color: #ec9;	
} 

#funzioni {
	font-size: 14px;
	float:right;
	height: 18px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	}

#cambiafont {

	font-size: 10px;
	float:right;
	height: 18px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	}
	
#adsense-sx{
	float:left;
    /*clear: both;*/
    padding: 0px 5px 0px 0px;
	margin: 0px;
 	width: 160px;
}

#adsense-dx{
	float:right;
    /*clear: both;*/
    padding: 0px 0px 0px 5px;
	margin:0px;
 	width: 160px;
}

#col_promo1 {
	float: left;
	/*width: 80px;*/
    width: 125px;
    /*height:110px;*/
	height:394px;
	margin:0px;
	padding: 0px;
	/*border:1px solid #00d;*/
	}
	
#col-secondopiano {
	float:left;
    padding: 1px;
	margin:4px;
	width:341px;
	border-top:1px solid #ccc;
    border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}

#col-secondopiano div.secondopiano {
	display: table;
	padding: 4px 4px 6px 4px;
	margin: 4px;
	border-bottom:1px solid #ccc;
	height: 100%;
	}
	
#col_promo2{
	float: left;
	width: 125px;
	/*min-height: 100%;
	height: auto !important;*/
	height: 100%;
	margin:0px;
	padding: 0px;
	/*border:1px solid #00d;*/
	}

#col-brevi{
	float:left;
    /*clear: both;*/
	border:1px solid #ddd;
    padding: 1px;
	margin:4px;
 	width: 341px;
	text-align: left;
	}
	
#col-brevi h2, #col-secondopiano h2{
	line-height: 24px;
	height: 24px;
	background-color: #990002;
	color:#090002;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 14px;
	text-align: left;
	background-image: url(img/blu_sfumato.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#col-brevi div.brevi {
	/*display: table;*/
	padding: 1px;
	margin: 1px;
	text-align: left;
}

div.brevi h4 {
	/*display: table;*/
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#sidebar-col {
	float:left;
    padding: 5px;
	margin:2px 5px 0px 0px;
	width:180px;
	border: 1px solid #ccc;
	}	

#sidebar2 {
	font-size:12px;
	float:left;
	width:160px;
	border-left:#999 1px solid;
	padding:0px 0px 5px 4px;
	margin:0px 0px 0px 0px;
}

#sidebar2 ul{
	padding:0px 0px 3px 0px;
	margin:0px 0px 0px 0px;
}
	
#sidebar1 {
	float:left;
	border-left: 1px solid #ccc;
	margin: 0px 0px 5px 2px;
	width:346px;
	}

#yellow-box-side{
	border:1px solid #09f;
	padding:3px 3px 3px 3px;
	width: 290px;
	margin: 5px auto;
	}
.pubblicita-sidebar-top{
	border:1px solid #09f;
	padding:3px 3px 3px 3px;
	width: 290px;
	height: 200px;
	margin:7px;
	}

#page-box{
	border:1px solid #09f;
	padding:5px;
	margin: 20px;
	}

#page-box ul li {
    list-style:none;
	padding:1px 15px;
	}

.mlform{
	padding-left:50px;
	padding-right:50px;
	}
#green-box-side{
	border:1px solid #09f;
	padding:3px 3px 3px 3px;
	width: 290px;
	margin: 10px auto;
	}

.adv-side{
	background: #fff;
	padding:3px 3px 3px 3px;
	width: 300px;
	margin: 10px auto;
	}

.feed {
	font-size:9px;
}

#footer {
	background: #eee;
	clear:both;
	position: relative;
	text-align: center;
	padding:2px;
	border-top: 1px solid #ccc;
	margin-top:5px;
	}

#contatore {
	clear:both;
	position: relative;
	text-align: center;
	height:20px;
	}
/* End Main-Layout */



/* Begin Header */
headbar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
        font-size: 10px;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#fff
	}

.description {
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
	}
/* End Header */



/* Begin Content*/
h3,h4,h5,h6{
	color:#059;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
    font-size: 13px;
    /*text-decoration: underline;*/
	font-weight: bold;
	margin:10px 0px 0px 0px;
	}

h2{
	color:#059;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
	margin:0;
}

h3 {
	border-bottom:none;
}

h5.extra {
	font-size: 11px;
}

div.secondopiano h3 {
    font-size: 18px;
	padding: 0px 0px 8px 1px;
	margin: 0px;
	}

h2 a:link, h2 a:visited, h2 a:active, 
h3 a:link, h3 a:visited, h3 a:active,
h4 a:link, h4 a:visited, h4 a:active  {
	text-decoration:none;
    color:#059;
}

h2 a:hover, h3 a:hover {
	/*text-decoration:underline;*/
}

.post {
	float:left;
	text-align:left;
	padding:5px 5px;
	border:0px solid #09f;
	}

.postmetadata {
	color:#555;
	font-family: verdana,arial,sans-serif;
    font-size: 9px;
	padding:2px 0 0 0
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#555;
	text-decoration:none
}

.postmetadata a:hover{
	text-decoration:underline
}

.occhiello {
	font-family: times, "Times New Roman", Courier;
	line-height:100%;
	margin:2px 0px 4px 0px;
	font-size: 18px;
	text-align: left;
	}
	
.occhiellopiccolo {
	font-family: times, "Times New Roman", Courier;
	line-height:100%;
	margin:2px 0px 0px 0px;
	padding:0px;
	font-size: 14px;
	text-align: left;
	}
	
.occhielloarchivi {
	font-family: times, "Times New Roman", Courier;
	line-height:100%;
	margin:12px 0px 0px 0px;
	font-size: 14px;
	text-align: left;
	}
	
.entry {
	line-height:140%;
	margin:2px 0px 0px 0px;
	font-size: 13px;
	}
	
#entrytext, #entrytext > p, .entry p {
	line-height:140%;
	margin:2px 0px 10px 0px;
	/*font-size: 14px;*/
	/*line-height: 18px;*/
	/*text-align: left;*/
	font-size: 105%;
}
/*	
#entrytext p, .entry p {
	margin:0px 0px 10px 0px;
	line-height:140%;
}*/

a:link,a:visited,a:active,a:hover{
	color:#333;
	text-decoration:underline
}
/* End Content*/



/* Begin Comments */
#commentform input, #commentform textarea {
	font-size:12px;
	padding:0px 10px
}
	
.commentlist li {
	font-weight:bold;
	background: #fefecc;
        margin-bottom:5px;
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-family: verdana,arial,sans-serif;
        font-size: 10px;
	}

.commentlist p {
	font-weight:normal;
/*	line-height:140%;*/
	text-transform:none
	}

.commentmetadata {
	/*font-weight:normal*/
	}

.commentlist {
	padding:5px;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:10px 10px
	}

.commentmetadata {
	margin:0;
	/*display:block*/
	}
/* End Comments */

/* Mee Newsletter */
#frontendform {
	display:block;
	width: 170px;
}

#frontendform  img {
	margin:2px;
	display:block
}
/* End Mee Newsletter */	

/* Begin Lists */
.entry ul, .entry ol,
#entrytext ul, #entrytext ol{
	margin:5px 0 5px 26px
	}

#sidebar1 ul.bor{
       
	}

#sidebar-col ul li,#video ul li,#sidebar1 ul li {
	list-style:none;
	/*display: block;*/
    /*display: table;*/
	padding:1px 5px;
	/*width:336px;
    border-bottom:1px solid #ccc;*/
}

#sidebar-col ul li, #col-secondopiano ul li{
	list-style:none;
	padding:1px 5px;
	}

#col-secondopiano ul li ul li,
#video ul li ul li{
	list-style:none;
	border-bottom:1px solid #ddd;
	padding:1px 5px;}
	
#sidebar2 ul li , #sidebar2 ul li ul li  {
	list-style:none;
	padding:1px 1px;
	margin-bottom: 5px;
}


#vertical-scroll-recent-post, #widget_stags-1 {
	width:156px;
	border:1px solid #b0b0b0;
	margin: 0px 0px 0px 1px;
}

#vertical-scroll-recent-post h2, #widget_stags-1 h2 {
	width:151px;
	line-height: 24px;
	padding: 0px 0px 0px 5px;
	font-size:12px;
	color:#090002;
	background-image: url(img/grigio_sfumato.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
}

#vertical-scroll-recent-post div , div.st-tag-cloud{
	background:#fafbfc;
	/*width:100%;
	/*margin:1px 0px 7px 0px;*/
	padding:2px;
}

.vsrp_div .vsrp_date {
	font-size:10px;
	margin-bottom:-2px;
}
.vsrp_div a:link, .vsrp_div a:visited, .vsrp_div a:active{
	line-height:13px;
	float:left;
	margin-bottom:4px;
	padding:0px;
	text-decoration:none;
}

.vsrp_div a:hover {
	color:#800;
	text-decoration:underline;
}

#sidebar1 ul li ul li{
	list-style:none;
	padding:2px 2px 2px 2px;
    margin-left: 1px; 
	}

#sidebar1 img.imgsmall {
	max-height: 80px;
	_height: expression(this.width > 80 ? 80: true);
	max-width: 80px;
	_width: expression(this.width > 80 ? 80: true);
	margin-bottom: 0px;
}
	
#sidebar-col ul li ul li{
	list-style:none;
	border-bottom:0px solid #ddd;
	padding:1px 5px
	}

#video ul li ul li a:link, #video ul li ul li a:visited, #video ul li ul li a:active,
#col-secondopiano ul li ul li a:link, #col-secondopiano ul li ul li a:visited, #col-secondopiano ul li ul li a:active,
#sidebar2 ul li ul li a:link, #sidebar2 ul li ul li a:visited, #sidebar2 ul li ul li a:active,
#sidebar1 ul li ul li a:link, #sidebar1 ul li ul li a:visited, #sidebar1 ul li ul li a:active{
	text-decoration:none;
	padding:1px 1px;
}

#col-secondopiano ul li ul li a:link, #col-secondopiano ul li ul li a:visited, #col-secondopiano ul li ul li a:active,
#sidebar-col ul li ul li a:link, #sidebar-col ul li ul li a:visited, #sidebar-col ul li ul li a:active{
	text-decoration:none;
	padding:1px 3px
}

#sidebar-col ul li ul li a:hover,
#sidebar2 ul li ul li a:hover,
#sidebar1 ul li ul li a:hover{
	text-decoration:underline;
}
/* End Entry Lists */



/* Begin Images */
/*p img {
	padding:0;
	max-width:100%;
        float: left;
	}*/
div.orange-box-side, div.orange-box-side2 {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:7px 0px 7px 0px;
	padding:2px;
}
div.BlockLinks {
	width:160px;
}
div.BlockLinks ul li{
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:3px 0px 0px 0px;
	padding:1px;
}
div.BlockLinks ul li ul li{
	border:0px;
	margin:1px 0px 1px 0px;
	padding:0px;
}
div.BlockLinks  ul li ul li a:hover {
	color:#800;
}

div.orange-box-side h2 {
	line-height: 24px;
	/*height: 24px;*/
	background-color: #000000;
	color:#eeeeee;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 12px;
	text-align: left;
	background-image: url(img/rosso_sfumato.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.orange-box-side h3 {
	margin: 2px 0px 6px 0px;

}

div.orange-box-side  p {
	margin:2px 0px 10px 0px;
}

div.orange-box-side2 h2, div.BlockLinks ul li h2 {
	line-height: 24px;
	/*height: 24px;*/
	background-color: #000000;
	color:#090002;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	text-align: left;
	background-image: url(img/grigio_sfumato.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.post img, div.secondopiano img, div.green-box-side img, div.orange-box-side img {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:5px 5px 0px 5px;
	padding:0px;
        /*float: right;*/
}
div.orange-box-side ul {
	margin:1px;
	padding:2px;
	/*width: 274px;*/
	/*float: left;*/
}
div.orange-box-side ul li{
	/*width: 300px;*/
	/*float: left;*/
        display: table;
        padding: 4px 4px 2px 4px;
        margin: 4px 2px 0px 4px;
        border-bottom:1px solid #ccc;
        height: 100%;
}

div.orange-box-side ul li ul li{
	/*width: 300px;*/
	/*float: left;*/
        /*display: table;*/
        /*padding: 4px 3px 2px 3px;
        margin: 4px 4px 0px 4px;
        border-bottom:1px solid #ccc;
        height: 100%;
		width: 100%;*/
}

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
	}

.caption { 
	margin: 5px; 
	padding: 5px; 
	border: solid 1px #E5E5FF; 
	background: #E5F2FF; 
	font-size:90%; 
	color: black 
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	border: 1px solid #ddd;
	background: #eee;
	margin:1px;
	padding:1px 5px;
	}

#sidebar1 #searchform #s {
	width:248px;
	padding:2px
}
	
#sidebar2 #searchform #s {
	width:79px;
	padding:2px
}

#sidebar2 #searchsubmit {
	padding:1px
	}

.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:170px;
	padding:3px;
	margin:5px 5px 5px 5px;
	}

#commentform textarea {
	width:100%;
	padding:5px
	}

#commentform #submit {
	margin:0;
	float:right
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1.1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-family: verdana,arial,sans-serif;
        font-size: 9px;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #333
	}

blockquote {
	border-left:0px solid #333;
	margin:5px 0px 10px 20px;
	padding:0 0 0 25px
	}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	/*display:none*/
	}

#col-brevi hr , #secondopiano hr  {
	clear:both;
	display:block;
	}
	
a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	display: inline-table;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 0px;
	margin: 5px 8px 1px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0px;

}

.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0
}
/* End captions */

/* Wheater plugin*/
 .weather_info {
     font-size: 0.0em;
}


/* Form per la ricerca */
input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
	border: 1px solid #ccc;
	background: #fff;
	padding-left: 2px;
	text-align: center;
	height: 18px;
	width: 50px;
	}