h1 { margin-bottom: 20px; }

img.help-icon {
	width:22px; 
	height:22px; 
	margin-top:-4px; 
	vertical-align:middle;
}

a.grey-a { 
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal; 
	border: 1px solid #999;
	padding: 2px 6px 2px 6px;
	background-color: #f6f6f6;
	color: #666;
}

a.red-a { 
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal; 
	border: 1px solid #333;
	padding: 2px 6px 2px 6px;
	background-color: #666;
	color: white;
}
a.grey-a:hover { color: black; border-color: black; }
a.red-a:hover { background-color: #333; }

div.red-button, div.grey-button {  
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}

div.static-hero {

}

.contact-tab0 {	position: absolute; left: 280px; }
.contact-tab3 {	position: absolute; left: 370px; }
.contact-tab1 {	position: absolute; left: 720px; }
.contact-tab2 {	position: absolute; left: 650px; }
.contact-tab4 {	position: absolute; left: 680px; }

table.noborders, table.instructions {
	border: none;
	text-align: left;
	margin-top: 10px;
}

table.noborders td, table.instructions td {
	border: none;
	padding: 4px;
	margin: 0px;
}

table.noborders th, table.instructions th {
	vertical-align: middle;
	border: none;
}

table.instructions th
{
	width: 150px;
}

table.instructions td, table.instructions th
{
	vertical-align: top;
}


/* 'MY ORDER' ITEM */

div.my-order-item {
	margin: 0 0 -1px 0px;
	padding: 20px 0px 10px 0px;
	width: 100%;
	float: left;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
div.my-order-item img { float: left;}
div.my-order-detail
{
	margin: 0px 0px 0px 0px;
	width: 370px;
	float: right;
}

div.my-order-detail h3
{
	margin: 0px;
}

div.my-order-detail label
{
	float: left;
}

.my-order-item .thumb
{
	float: left;
	margin-right: 10px;
}

.my-order-item .notes
{
	height: 25px;
	margin-bottom: 10px;
}

.my-order-item .notes input
{
	float: right;
	width: 226px;
}

.my-order-detail .quantity
{
	float: right;
	clear: none;
}

.my-order-detail .red-button
{
	float: right;
}

.my-order-item .ringSize
{
	height: 25px;
}

.my-order-item .ringSize select
{
	float: right;
	width: 230px;
	clear: none;
}

.my-order-item .metal
{
	height: 25px;
}

.my-order-item .metal select
{
	float: right;
	width: 230px;
	clear: none;
}

#orderform .orderReference
{
	margin-right: 20px;
}

#orderform .orderReference, #orderform .dateRequired, #orderform .red-button
{
	float: left;
	clear: none;
}

div.my-order-scroll {
	width:auto;
	clear: both;
}

/* INPUTS */

form { display: inline; }

select, input, textarea {
	text-transform: none;
	font-size: 10px;
}

input, textarea {
	border: #CCCCCC 1px solid;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 4px;
	padding: 3px;
}
input.no-border { 
	border: none;
	padding: 0;
	margin: 0;
}
