/* 共用樣式 */
noscript p {
	color: #F00;
	text-align: center;
}

img,
a img {
	border: 0;
}

a {
	outline: none;
	color: #076897;
}

form {
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
}


/* grid */
body {
	margin: 0;
	font-size: 100%;
	min-width: 878px;
}

#wrap {
	margin: 0 auto;
	width: 878px;
	background: url(../images/bg.jpg);
}

#vwtop {
	background: #fff;
}

#left,
#center,
#right {
	float: left;
}

#left img,
#right img,
#top img,
#title img,
#bottom img {
	display: block;
}

#ft {
	clear: both;
	text-align: center;
	font-size: 0.8em;
}

#ft ul,
#ft li {
	display: inline;
	padding: 0 0.5em 0 0.5em
}

#ft p {
	clear: left;
}


/* MV 頁面樣式 */
#mvTop {
	margin: 10px 0 0 10px;
	font-size: 12px;
}

#credit {
	margin-left: 10px;
}

#pushCount {
	margin-left: 10px;
	border: 1px solid #ccc;
	padding: 5px 3px;
	background: url(../images/button-bg.gif);
	cursor: pointer;
	vertical-align: super;
}


#pushCount img {
	vertical-align: middle;
}

#pushCount em {
	font-weight: normal;
	font-style: normal;
	color: #C30;
	margin: 0 2px;
}

#mvwrap {
	margin: 5px auto 0 auto;
	text-align: center;
}

#embed p {
	font-size: 0.8em;
	color: #153b6a;
	margin: 0;
}

/* 地圖頁面樣式 */
#embed img { 
	vertical-align: top;
}

#nav {
	margin-left: 15px;
}

#nav a img {
	display: block;
	float: left;
}

#map_canvas {
	margin-left: 15px;
    width: 635px;
    height: 480px;
}

/* 景點票選樣式 */
.voteTitle {
	margin: 0 10px;
	width: 640px;
}

.voteTitle img,
.voteCount input {
	vertical-align: text-bottom;
}

.voteName {
	background-image: url(../images/car.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 16px;
	padding-left: 20px;
	float: left;
	color: #058d95;
}

.voteName span {
	color: #c35e85
}

.voteCount {
	width: 190px;
	float: right;
	font-size: 0.8em;
	color: #076897;
}

#main.vote p {
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-left: 10px;
}

#main.vote p a {
	margin-left: 20px;
}

.votePic {
	margin: 5px 0 15px 10px;
	padding-top: 15px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* 遮罩和驗證碼樣式 */
#mask, .modal {
	display: none;
}

#mask {
	background: #666;
	z-index: 9000;
	top: 0;
	left: 0;
	position: absolute;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.modal {
	border: 5px solid #076897;
	color: #333;
	z-index: 9999;
	position: absolute;
	margin: 10px auto;
	padding: 10px;
	background: #FFF;
}

.modal p {
	text-align: center;
	margin: 0 0 2px 0;
	font-size: 0.8em;
	clear: both;
}

.modal div {
	clear: both;
	font-size: 0.8em;
}

.modal div label {
	float: left;
	text-align: right;
	width: 11em;
}

.modal div input,
.modal div textarea {
	float: right;
	text-align: left;
	margin-bottom: 2px;
	width: 180px;
}

.modal p.tool {
	margin-top: 5px;
}

/* 地圖文字樣式 */
.infoBox {
	width: 260px;
	height: 300px;	/* give height for google map info window */
}

.infoBox p {
	margin: 0 0 5px 5em;
	color: #333;
	text-indent: -5em;
	font-size: 0.8em;
	line-height: 1.5em;
}

.infoPic {
	margin: 5px 20px;
}

.infoBox .voteName {
	float: none;
}

.infoBox a img {
	margin-right: 5px;
}

#vwtop-left {
	float: left;
	font-size: 12px;
	padding-top: 12px;
	color: #727171;
}

#vwtop-left a {
	color: #727171;
}

#vwtop-left span {
	color: #EA5DAD;
}

#vwtop-right {
	float: right;
}
