li {
	list-style: none;
	clear: both;
}

#cdek .field {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 150px;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px dotted #ccc;
}

#cdek .hide {
	display: none;
}

#cdek .remark {
	color: #00f;
}

.cdek_message {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	background: #98FB98;
	padding: 20px;
}

.cdek_message_error {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	background: #FA8072;
	padding: 20px;
}

#cdek .button, #cdek  button {
	font-size: 16px;
	float: left;
	margin: 0 5px;
}

#preview {
	
}

#auth_form {
	position: absolute;
	width: 200px;
	height: 90px;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -100px;
	text-align: center;
	border: 1px solid #ccc;
	padding-top: 5px;
}

#auth_form input[type=text], #auth_form input[type=password] {
	text-align: center;
}