.buttons {margin-bottom:20px;text-align:left;}
.button {padding:15px 15px 15px 30px;background:url(../codebase/imgs/bg_buttons.gif) center left no-repeat;color:#FFFFFF;
font-size:1.2em;
font-weight:bold;
height:42px;
padding:14px 0 14px 14px;}
.button span {background:url(../codebase/imgs/bg_buttons.gif) center right no-repeat;
height:42px;
line-height:42px;
margin-left:15px;
padding:14px 20px 14px 0;}

/* REQUIRED BUTTON STYLES: */		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 10px 0 0; 
	margin-right:5px; 
	font-size:1em; 
	text-align: center; 
	background: transparent url(../codebase/imgs/bg_button.gif) no-repeat right -103px; 
	font-family:Arial, Helvetica, sans-serif;
}
	
button.submitBtn span {
	padding: 8px 0 0 10px; 
	height:30px; 
	background: transparent url(../codebase/imgs/bg_button.gif) no-repeat left top; 
	color:#fff;
	font-weight:bold;
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -156px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -53px;}

	
	/* CSS for label  */
	.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}

	
	