@charset "utf-8";
/* CSS Document */

.Pupup_box{
	box-shadow:				0 0 5px #ccc;
	-o-box-shadow:			0 0 5px #ccc;
	-moz-box-shadow:		0 0 5px #ccc;
	-webkit-box-shadow:		0 0 5px #ccc;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border:1px solid #ccc;
}

.Pupup_title{font-size:13px;font-weight:bold;background-color:#efefef;padding:5px;}
		
.Pupup_Content{
	font-size:13px;
	font-weight:normal;
	overflow:auto;
	line-height:22px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.Pupup_btn_sec{overflow:auto;min-height:28px; margin:0 auto; padding:0 0 10px 0; text-align:center;}

.Pupup_btn_sec2{overflow:auto; width:172px; margin:0 auto; padding:3px 0 10px 0;}

.Pupup_btn{
	cursor:pointer;
	color:#333;
	width:52px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	float:center;
	padding:5px;
	text-align:center;
	margin:0 auto;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
background: #f0f9ff; /* Old browsers */
background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
-moz-box-shadow:2px 2px 2px #aaaaaa;
-webkit-box-shadow:2px 2px 2px #aaaaaa;
box-shadow:2px 2px 2px #aaaaaa;}

.Pupup_btn:hover{
background: rgb(37,141,200); /* Old browsers */
background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(100%,rgba(37,141,200,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	width:52px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	text-align:center;
	margin:2px 5px 0 3px;
	float:center;
	margin:0 auto;
	}



.Pupup_btn2{
	cursor:pointer;
	color:#333;
	width:65px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding:5px;
	text-align:center;
	margin:0 auto;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
background: #f0f9ff; /* Old browsers */
background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
-moz-box-shadow:2px 2px 2px #aaaaaa;
-webkit-box-shadow:2px 2px 2px #aaaaaa;
box-shadow:2px 2px 2px #aaaaaa;}

.Pupup_btn2:hover{
background: rgb(37,141,200); /* Old browsers */
background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(100%,rgba(37,141,200,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	width:65px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	text-align:center;
	margin:2px 5px 0 3px;
	float:left;
	margin:0 auto;
	}
	
	
	
.Popup_input {
    border: 1px solid #999; //改變外框
    background: #cccccc;
	padding:0.3em;
	box-shadow:1px 0px 3px rgba(0,0,0,.3) inset;
/*	color:#aaa;*/
	color:#999;
	font-size:13px;
    /* 邊角圓弧化，不同瀏器覧設定不同　*/
    -moz-border-radius:3px; // Firefox
    -webkit-border-radius: 3px; // Safari 和 Chrome
    border-radius: 3px;
	padding-top:5px;
}	
