﻿body
{
	font-size: 10pt;
	font-family: Arial:Times New Roman;
}

/*Credits: Dynamic Drive CSS Library */
/*標題CSS*/
.ovalbutton
{
	background: transparent url(images/square-blue-left.gif) no-repeat top left;
	display: block;
	float: left;
	font: normal 13px 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: 9px; /* Width of left menu image */
	text-decoration: none;
}

.ovalbutton span
{
	background: transparent url( images/square-blue-right.gif) no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

.buttonwrapper
{
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	width: 100%;
}
/*標題CSS*/


.Upper
{
	text-transform: uppercase;
}

.modalbackground 
{
 border: 1px solid #2f4f4f;
 color:White;
 background-color:#000000;
 font-weight:bold;
 cursor: not-allowed;
 filter: alpha(opacity=40);	
	}
P{line-height:150%}
