@charset "utf-8";
#cms h1,#cms h2,#cms h3,#cms h4,#cms h5,#cms h6{
	font-family:Verdana;
	font-weight:700;
}
/*
#cms h1   {font-size:2em;line-height:28px;}
#cms h2   {font-size:1.8em;line-height:24px;}
#cms h3   {font-size:1.6em;line-height:20px;}
#cms h4   {font-size:1.4em;line-height:18px;}
#cms h5,h6{font-size:12px;line-height:16px;}
*/

/* Must cellspacing="1..." */
#cms table     {background:#CCC;}
#cms caption   {margin-left:-1px;padding:5px;background:#FFC;}
#cms th,#cms caption{font-weight: bold;}
#cms th,#cms td     {padding:3px;background:#FFF;}

#cms button,
#cms .button{
	margin-right:5px;
	padding:0 7px;
	line-height:120%;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	overflow:visible;
	font-family:"MS Gothic", "MS Mincho";
}

#cms input,
#cms textarea,
#cms select{font-size:12px;}

#cms textarea{
	width:176px;
	height:60px;
}

#cms select option{
	padding-right:5px;
}

/*IE6 Must class="..." */
#cms .text,.password{/*text & password*/
	margin-right:5px;
	padding:2px 5px 2px 2px;
	width:150px;
}
#cms .radio,.checkbox{/*radio & checkbox*/
	width:13px;
	height:13px;
}

/*IE7 FF*/
#cms input[type="submit"],
#cms input[type="reset"],
#cms input[type="button"]{
	margin-right:5px;
	padding:0 7px;
	line-height:120%;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	overflow:visible;
}

#cms input[type="text"],
#cms input[type="password"]{
	margin-right:5px;
	padding:2px 5px 2px 2px;
	width:150px;
}

#cms input[type="checkbox"],
#cms input[type="radio"]{
	vertical-align:middle;
	width:13px;
	height:13px;
}
