

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cancelbutton {
    background: transparent url('/img/button/oval-red-left.gif') no-repeat top left;	
}

.cancelbutton span {
    background: transparent url('/img/button/oval-red-right.gif') no-repeat top right;
}

.ovalbutton {
    background: transparent url('/img/button/oval-orange-left.gif') no-repeat top left;
}

.ovalbutton span {
    background: transparent url('/img/button/oval-orange-right.gif') no-repeat top right;
}

.buttonwrapper a { 
	font-family: Tahoma; /* Change 13px as desired */
	font-weight: normal;
    display: block;
    float: left;
    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;
}

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

.buttonwrapper span {
    display: block;
    padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

.buttonwrapper a:hover { /* Hover state CSS */
    background-position: bottom left;
	text-decoration: none;
}

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

.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}

.large_button {
	font-size: 18px;
}

.small_button { /* Container you can use to surround a CSS button to clear float */
	font-size: 12px;
	margin-left: 20px;
}
	
#submit {
	padding-top: 10px;
}

.mdd_submit input, .submit input {
	margin: 0px 15px;
    background: transparent url('/img/button/submit.gif') no-repeat top left;
	width: 75px;
	height: 24px;
	border: 0px
}

.mdd_submit input:hover, .submit input:hover {
    background: transparent url('/img/button/submit.gif') no-repeat bottom left;
	width: 75px;
	height: 24px;
	border: 0px
}
