* {
	padding: 0;
	margin: 0;
}

body { 
	background: #babeca url(img/bg-body.jpg) repeat-x;
	text-align: center;
}

body, ul, li, p, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #749bbe;
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#center {
	text-align: left;
	margin: 30px auto;
	width: 1075px;
}

#wrapper {
	width: 1015px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.3);
}

#menu {
	margin-bottom: 30px;
	background: #001B48;
}

#menu ul li {
	float: left;
	width: 140px;
}

#menu ul li.last {
	float: right;
	margin: 0;
}

#menu ul li a {
	display: block;
	background: #001B48;
	color: #fff;
	padding: 5px 9px;
	text-align: center;
}

#menu ul li a:hover {
	background: #749bbe;
}

#content {
	position: relative;
}

#footer {
	padding: 0;
	margin: 60px 0 0;
	text-align:center;
}









h2 {
	font-size: 1.5em;
	padding: 5px;
	margin: 0;
	background: #E3EBF2;
	color: #001B48;
}

table tr td {
	padding: 5px 0;
	border-bottom: 1px solid #E3EBF2;
}

h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 20px 0;
	text-align:center;
}

h4 {
	font-size: 1.5em;
	padding: 0;
	margin: 20px 0;
	text-align:center;
}

h5 {
	font-size: 14px;
	padding: 0;
	margin: 10px 0;
	text-align:center;
}


form {
	margin-bottom: 30px;
}

form label,
form input {
	display: block;
	width: 185px;
	float: left;
}

form label {
	font-size: 12px;
	text-align: left;
	padding-right: 20px;
	margin-bottom: 5px;
}

textarea, input, select {
	color: #fff;
	background: #749bbe;
	padding: 5px 6px;
	border: 0;
	font-size: 12px;
	margin: 0 0 10px 0;
}

form br {
	clear: left;
}

#newGuestlistCode span {
	display:inline-block;
	margin-left: 10px;
	padding: 5px 0;
}

#newGuestlist input {
	width: 400px;
}

#newName {
	margin-top: 30px;
}
#newName input {
	display: inline;
	float: none !important;
}

.readonly {
	color: #000;
	background: #ffcc99;
}

#newGuestlist .time,
form .time {
	display: inline-block;
	float: none;
	width: 30px;
	text-align: center;
}

select {
	display: inline-block;
	height: 25px;
	font-size: 12px;
}

.send {
	cursor: pointer;
	background: #3D9400;
	margin: 0;
	height: 25px;
	width: 197px;
}

#newGuestlist .send,
#newName .send {
	margin: 0;
	width: 150px;
}

.boxMargin {
	margin-bottom: 20px;
}

.box {
	padding: 5px 10px 5px 10px;
}

.info {
	background: #ffffdd;
	border: 2px solid #ffcc99;
}

.ok {
	background:#E2FFE4;
	border: 4px solid green;
}

.error {
	background: #FF6666;
	border: 4px solid #8b0000;
}

.editList li {
	border-top: 1px solid #749bbe;
	padding: 4px 0;
}
.editList li span {
	float: right;
}

.editList li a span {
	color: #001b48;
	float: none;
}

.editList li.newItem {
	border: 0;
	padding-bottom: 15px;
}


/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */* {
	padding: 0;
	margin: 0;
}







#smartphone,
#tablet { 
	background: #fff;
}

#smartphone #center,
#smartphone #wrapper,
#tablet #center,
#tablet #wrapper {
	margin: 0;
	width: auto;
	box-shadow: none;
}

#smartphone #wrapper,
#tablet #wrapper {
	padding: 5px;
}

#smartphone #newName span {
	display: block;
}

#smartphone #menu ul li {
	float: left;
	margin: 1px;
}

#smartphone #menu ul li.last {
	float: left;
	margin: 1px;
}

#smartphone #menu ul li a {
	width: 130px;
}

#smartphone #newGuestlistCode span {
	display: block;
	margin: 0;
	padding: 0;
}

#smartphone form .send,
#smartphone form label,
#smartphone form input {
	float: none;
	width: 200px;
	margin: 0;
}

#smartphone form .time {
	display: inline-block;
	width: 30px;
	text-align: center;
	margin: 0 0 20px 0;
}

#smartphone #newName input,
#smartphone #newName .send {
	margin: 0 0 5px 0;
}