div#content {
	width : 868px;
}

div.form {
	margin-top : 1em;
	float : left;
}

form#shopform label {
	float : left;
	clear : left;
	height : 20px;
	width : 120px;
	font-size : 12px;
	line-height : 20px;
	border : 2px solid #000;
	font-family : "Arial","Helvetica",sans-serif;
	font-weight : bold;
	text-transform : uppercase;
	text-align : center;
	background-color : #000;
	color : #FFF;
	margin-right : 2px;
	margin-bottom : 2px;
}

/*form#shopform div.input.text.error label {
	background-color : #F00;
	border-color : #F00;
}*/

form#shopform div.wrapper {
	float : left;
	width : 300px;
	height : 20px;
	overflow : hidden;
	border : 2px solid black;
}

form#shopform div.input.text.error div.wrapper {
	border-color : #F00;
}

form#shopform div.error-message {
	clear : left;
	float : left;
	margin-left : 128px; /*Label-width + margins*/
	margin-bottom : 0.5em;
	color : #F00;
}

form#shopform div.input.text input, form#shopform select {
	font-family : "Arial","Helvetica",sans-serif;
	font-size : 12px;
	font-weight : normal;
	height : 20px;
	line-height : 20px;
	width : 100%;
	border : none;
}

form#shopform div.submit {
	clear : left;
	float : right;
}

form#shopform div.price {
	clear : left;
	float : left;
	width : 100%;
	margin-bottom : 2em;
}

form#shopform table.price {
	float : right;
	border-spacing : 0;
	margin : 1em 0 1em 1em;
	font-family : "Arial","Helvetica",sans-serif;
	text-transform : uppercase;
	font-size : 0.9em;
}

form#shopform th {
	text-align : left;
}

form#shopform td {
	padding-left : 1em;
	text-align : right;
}

form#shopform tr.sum th,form#shopform tr.sum td{
	border-top : 1px solid #000;
	border-bottom : 3px double #000;
}
