
.checkout #validate_major_center{
    width: 99px;
    height: 31px;
    background-color:transparent;
    background-image:url(/static/img/button_found.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0px;
}

#edit_giftbox_comment{
	background-color: #eee;
	border: #ddd solid 1px;
	border-bottom: #ddd solid 2px;
}
#edit_giftbox_comment h1{
	font-size: 22px;
	font-weight:bold;
}

#edit_giftbox_comment h2{
	font-size: 12px;
	font-weight:bold;
	height: 30px;
	line-height: 30px;
}

#edit_giftbox_comment table tr td{
	font-size: 11px;
	height: 41px;
	text-align: left;
	padding-left: 40px;
	vertical-align:top;
}

#edit_giftbox_comment table tr td input[type="text"]{
	width: 170px;
	margin: 0px;
	text-align:left;
}

#edit_giftbox_comment table tr td textarea{
	width: 300px;
	margin-bottom: 20px;
	height: 100px;
	margin: 0px;
	text-align:left;
}


#giftbox_button_delete{
	float:left;
	padding: 0px;
	background-image: url(/static/img/button_delgb.png);
	background-repeat: no-repeat;
	border:0px;
	background-color: transparent;
	width: 139px;
	height: 31px;
	margin: 20px;
	margin-left: 30px;
	cursor:pointer;
}
#giftbox_button_finish{
	float:right;
	margin: 20px;
	margin-right: 30px;
	border: 0px;
	background-image: url(/static/img/button_next_giftcard.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 139px;
	height: 31px;
	cursor:pointer;
}

#co_pastries_delivery_details_bar{
	width: 99%;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #f58b8b;
	background-image: url(/static/img/err_red.png);
	position: relative;
	clear:both;
	height: 20px;
	cursor:pointer;
	text-align:center;
	font-size: 10px;
	line-height: 20px;
	font-family: arial;
	font-weight: bold;
}

#box_pastries .delivery_areas input[type="text"]{
	padding:8px;
	width: 200px;
	border: 1px solid #808080;
	text-align:left;
	margin:5px;
}

#box_pastries .paymentDetails select{
    padding:8px;
	width: 218px;
	border: 1px solid #808080;
	text-align:left;
	margin:5px;
}

#box_pastries .delivery_areas select{
    padding:8px;
	width: 218px;
	border: 1px solid #808080;
	text-align:left;
	margin:5px;
}

#box_pastries .delivery_areas tr td{
    height: 40px;
}

#box_pastries #validate_major_center{
    width: 99px;
    height: 31px;
    background-color:transparent;
    background-image:url(/static/img/button_found.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0px;
}

#box_pastries #editDeliveryBlock{
    display:none;
}

