a:link    { color:#57b06c; text-decoration:none;     }
a:visited { color:#57b06c; text-decoration:none;     }
a:active  { color:#57b06c; text-decoration:underline;  }
a:hover   { color:#57b06c; text-decoration:underline;  }

body {
	font-family: Avenir;
	font-size: 14px;
	color: #5c5c5c;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: inherit;
	background: black;
	text-align: center;
}

.theme_list {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.theme_list li {
    width: 50px;
    height: 75px;
    margin: 5px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}

.theme_list li.selected {
	border: 2px solid #ff0000;
	border-radius: 5px;
}

.coordinate {
	width: 100%;
	height: 100%;
	text-align: center;
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px auto;
}

.box {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

.thumb {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

.thanks {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.notice {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/black.png) repeat;
}

.message {
	margin-top: 70px;
	text-align: center;
	color: #FFFFFF;
}

.button {
	width: 250px;
	height: 60px;
	font-size: 20px;
	background-color: #e7e7e7;
	color: black;
	border: 1px solid #555555;
	border-radius: 8px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


.receipt_message {
	text-align: center;
	color: #FFFFFF;
}

