/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(image/bg.jpg);
	background-repeat: repeat;
}
#title {
    width:652px;
	height:55px;
	text-align:center;
}
#input {
	width:460px;
	height:174px;
	margin:0px 94px 30px 94px;
	padding:35px 0px 0px 0px;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	/* for IE */
    filter:alpha(opacity=85);
    /* CSS3 standard */
    opacity:0.85;
    /* for Mozilla, Firefox */
    -moz-opacity:0.85;  /* for IE */
    filter:alpha(opacity=85);
    /* CSS3 standard */
    opacity:0.85;
   /* for Mozilla, Firefox */
    -moz-opacity:8.5;
}
#game {
	width:460px;
	height:209px;
	margin:0px 94px 30px 94px;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	/* for IE */
    filter:alpha(opacity=85);
    /* CSS3 standard */
    opacity:0.85;
    /* for Mozilla, Firefox */
    -moz-opacity:0.85;  /* for IE */
    filter:alpha(opacity=85);
    /* CSS3 standard */
    opacity:0.85;
   /* for Mozilla, Firefox */
    -moz-opacity:8.5;
}
#border {
	width:360px;
	height:30px;
	margin:15px 50px 0px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0C4CA4;
	text-align:center;
}
#system {
	width:360px;
	height:80px;
	margin:15px 50px 0px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0C4CA4;
	text-align:center;
	line-height: 28px;
}
.input {
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF3300;
	background-color: #F2F2F2;
	border: 1px dotted #018AD8;
	padding:2px 4px 2px 4px;
}
#bingo {
	width:460px;
	height:194px;
	margin:0px 94px 30px 94px;
	padding:15px 0px 0px 0px;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	/* for IE */
    filter:alpha(opacity=85);
    /* CSS3 standard */
    opacity:0.85;
    /* for Mozilla, Firefox */
    -moz-opacity:0.85;  /* for IE */
    filter:alpha(opacity=85);
    /* CSS3 standard */
    opacity:0.85;
   /* for Mozilla, Firefox */
    -moz-opacity:8.5;
}
#bingo_text {
	width:360px;
	height:20px;
	margin:0px 50px 10px 50px;
	padding:10px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	text-align:center;
}
.red15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
#button {
    width:360px;
	height:35px;
	margin:0px 50px 0px 50px;
	text-align:center;
	padding:30px 0px 0px 0px
}
#button2 {
    width:360px;
	height:35px;
	margin:0px 50px 0px 50px;
	text-align:center;
	padding:15px 0px 0px 0px
}
#submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #0281FF;
	padding:3px 4px 3px 4px;
	background-image: url(https://www.mycard520.com.tw/ns_active/Billing/MyCard2/submit_bg.gif);
	background-repeat: repeat-x;
	background-color: #0281FF;
}
	
#reset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #0281FF;
	padding:3px 4px 3px 4px;
	background-image: url(https://www.mycard520.com.tw/ns_active/Billing/MyCard2/submit_bg.gif);
	background-repeat: repeat-x;
	background-color: #0281FF;
}
#quit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #0281FF;
	padding:3px 4px 3px 4px;
	background-image: url(https://www.mycard520.com.tw/ns_active/Billing/MyCard2/submit_bg.gif);
	background-repeat: repeat-x;
	background-color: #0281FF;
}
