html, body {height: 100%;text-align:center;}
  
img { border: none; }
a { color: #000000; font-size: 10px; text-decoration: none;}
a:hover { text-decoration: none; color : #ff0000; text-decoration: underline; font-size: 10px;}


.curlycontainer{
border: 1px solid #b8b8b8;
background-color: #F1FED6;
margin-bottom: 1em;
width: 500px;
}

.curlycontainer .innerdiv{
background: url('images/brcorner.gif') no-repeat bottom right;
position: relative;
left: 2px;
top: 2px;
padding-left:5px; padding-right:4px; padding-top:1px; padding-bottom:15px
}

#tabs {
	float:left;
	width:100%;
	font-size:16px;
	line-height:normal;
	border-bottom:3px solid #fff;
	margin-bottom:7px; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url('images/left.png') no-repeat left top;
	margin:0;
	text-decoration:none; padding-left:6px; padding-right:0; padding-top:0; padding-bottom:0
	}

#tabs a span {
	float:left;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	background:url('images/right.png') no-repeat right top;
	margin-right:2px;
	color:#FFF; padding-left:6px; padding-right:15px; padding-top:6px; padding-bottom:4px
	}


#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
	
a.ovalbutton{
background: transparent url('images/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 18px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ 
overflow: hidden;
width: 100%;
padding-top:15px;
}
