/* @group modal window */
/* MODAL WINDOW
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#modal {
	text-align: center;
	background: #fff;
	
	/*width: 500px;
	margin: 0 auto;*/
}

#modal h1 {
	height: 60px;
	background: transparent url("../images/bg-header.jpg") repeat-x 0 0;
	line-height: 60px;
	color: #fff;
	padding: 0 20px;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -0.03em;
}

#modal div.content {
	padding: 20px;
}

#modal p {
	font-size: 1.2em;
	margin: 10px 20px;
}

#modal table {
	width: 100%;
}

#modal th {
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 10px;
	
	background: #182b54 url("../images/bg-th.jpg") repeat-x 0 0;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.1em;
}

#modal tr {
	height: 35px;
}

#modal tr.odd {
	background-color: #fff;
	color: #666;
}

#modal tr.even {
	background-color: #e7e7e7;
	color: #666;
}

#modal td {
	vertical-align: middle;
	padding: 0 10px;
	line-height: 35px;
	border-bottom: 0px solid #a5afc1;
}

#modal th.login,
#modal td.login {
	width: 48px;
	text-align: center;
	
}

#modal td.login input {
	vertical-align: middle;
	display: block;
}

#modal td.name {
	font-weight: bold;
	color: #000;
}

#modal input.element {
	padding: 4px;
	background: #fff;
	border: 1px solid #d5d5d5;
	width: 200px;
	text-align: center;
}

#modal div.center {
	margin: 0 auto 5px;
	text-align: center;
}

#modal div.center div {
	font-weight: bold;
	color: #666;
}

#modal div.item {
	margin: 0 0 10px;
	text-align: left;
}

#modal div.item div {
	font-weight: bold;
	color: #666;
	padding: 0 4px;
}

#modal div.item input.element {
	text-align: left;
}
/* @end */
