@charset "utf-8";
/**
 * Сторінка замовлення продукції
 *
 */

.shop {
	width:50%;
}

.shop h1 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#FC0;
}

.shop table {
	width:100%;
}

.shop table .first {
	width:60%;
}

.shop table .secont {
	width:20%;
}

.shop table .third {
	width:20%;
	text-align:center;
}

.shop table td {
	height:20px;
	padding:0 0 20px 0;
}

.shop table th {
	padding:0 0 20px 0;
	text-align:left;
	color:#FC0;
}

.shop table input {
	width:50px;
	margin-top:-10px;
}

.shop dl {
	margin:0 0 20px 0;
}

.shop dd {
	margin:0;
}

.shop dl input {
	width:100%;
}

.shop dl textarea {
	width:100%;
	height:100px;
}

