@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	padding:0;
}
img {
	border:0px;
}
/**********************************/
.clear {
	clear:both;
}
.divider {
	display:block;
	width:100%;
	text-align:center;
}
/**********************************/
#header, #header_2 {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
#header div {
	max-width:260px;
    margin:0 auto;
}
#header_2 div {
	max-width:320px;
    margin:0 auto;
}
#header img {
	float:left;
	margin-right:10px;
}
#header h1 {
	font-family:'Lobster Two', cursive;
	font-size:11pt;
	font-weight:700;
	text-align:left;
}
#header_2 h1 {
	font-family:'Lobster Two', cursive;
	font-size:14pt;
	font-weight:700;
	text-align:center;
}
/**********************************/
#select_theme {
	margin:0 auto;
	padding:0;
}
#select_theme select{
	margin:0 auto;
	padding:0;
}
#select_theme legend {
	display:block;
	width:100%;
	font-family:'Lobster Two', cursive;
	font-size:14pt;
	font-weight:700;
	text-align:center;
}
/**********************************/
#global_presentation {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
#presentation {
	width:250px;
	margin: 0 auto;
}
#presentation p img {
	float:left;
	padding-right:10px;
}
#presentation p span {
	font-family:'Lobster Two', cursive;
	font-size:16pt;
	font-weight:400;
}
#presentation span img {
	margin-left:10px;
	margin-bottom:20px;
	-moz-border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px;
    border-radius:2px;
	border:solid #999 1px;
	box-shadow:0px 0px 10px #999;
}
#last_sentence p {
	font-family:'Lobster Two', cursive;
	font-size:16pt;
	font-weight:400;
	text-align:center;
}
/**********************************/
#popupShare ul {
	padding:10px;
	margin:0;
	list-style:none;
}
#popupShare li {
	padding:10px;
	background:none;
}
/**********************************/
#popupCard p {
	text-align:center;
}
/**********************************/
#gallery {
	margin-top:20px;
	text-align:center;
}
#gallery img {
	margin:2%;
	padding:3px;
	background-color:#fff;
	-moz-border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px;
    border-radius:2px;
	border:solid #999 1px;
	box-shadow:0px 0px 10px #999;
}
/**********************************/
#pagination {
	position:relative;
	margin-left:40px;
	margin-right:40px;
	font-size:18pt;
	font-weight:400;
}
#pagination #prev {
	float:left;
}
#pagination #next {
	float:right;
}
#pagination .on a, #pagination .on a:hover {
	color:#457BAB;
	cursor:pointer;
	text-decoration:none;
}
#pagination .off, #pagination .off:hover {
	color:#457BAB;
	cursor:default;
}
/**********************************/
#preview, #preview_model {
	text-align:center;
}
#preview img, #preview_model span img {
	width:90%;
	padding:3px;
	background-color:#fff;
	-moz-border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px;
    border-radius:2px;
	border:solid #999 1px;
	box-shadow:0px 0px 10px #999;
}
.hiddenfile {
 width: 0px;
 height: 0px;
 overflow: hidden;
}
/**********/
#upload_button {
	display:none;
}
/**********/
#popupCheckSize {
	text-align:center;
}
/**********************************/
#image_transform, #text_transform, #send_card {
	margin:20px;
	text-align:center;
}
#image_transform h2, #text_transform h2 {
	font-family:'Lobster Two', cursive;
	font-size:16pt;
	font-weight:700;
}
#image_transform span img, #text_transform span img {
	padding-left:2px;
	padding-top:4px;
}

input[type="color"]{
	width: 150px !important;
	height: 40px !important;
}
.color {
	margin:0 auto;
	width: 165px !important;
}
/**********************************/
#send_card span.form {
	font-size:10pt;
	font-style:italic;
	padding:5px;
}