#btn_checkout {
	margin-left: 5px;
	width:171px;
	height: 28px;
	text-indent: -9999px;
	display: block;
	background:url(/images/btn_checkout.gif) no-repeat top left;
	margin-top:20px;
}

#btn_back_to_registry {
	width:123px;
	height: 28px;
	text-indent: -9999px;
	display: block;
	background:url(/images/btn_back_to_registry.gif) no-repeat top left;
	margin-top:20px;
}

a.ajax_btn_add {
	display:block;
	width:52px;
	height:21px;
	text-indent:-99999px;
	background:url(/images/btn_reg_add.gif) top left no-repeat;
}

a.ajax_btn_update {
	display:block;
	width:66px;
	height:21px;
	text-indent:-99999px;
	background:url(/images/btn_reg_update.gif) top left no-repeat;
}

#btn_create_order {
	margin-left: 5px;
	width:149px;
	height: 28px;
	text-indent: -9999px;
	display: block;
	margin-top:10px;
	margin-bottom:5px;
	background:url(/images/btn_create_order.gif) no-repeat top left;
}

#btn_print_order {
	width:127px;
	height: 25px;
	text-indent: -9999px;
	display: block;
	margin-top:10px;
	margin-bottom:5px;
	background:url(/images/btn_print.gif) no-repeat top left;
}

.btn_delete {
	width:16px;
	height: 15px;
	text-indent: -9999px;
	display: block;
	background:url(/images/btn_delete.gif) no-repeat top left;	
}

#btn_search_registries {
	margin-top:10px;
	width:124px;
	height: 25px;
	text-indent: -9999px;
	display: block;
	background:url(/images/btn_search_registries.gif) no-repeat top left;	
}

#btn_sign_in {
	margin-top:10px;
	width:69px;
	height: 25px;
	text-indent: -9999px;
	display: block;
	background:url(/images/btn_sign_in.gif) no-repeat top left;	
}

#btn_request_appointment {
	width:193px;
	height: 28px;
	text-indent: -9999px;
	display: block;
	background:url(/images/btn_request_appointment.gif) no-repeat top left;	
	margin:auto;
	margin-top:30px;
	margin-bottom:60px;
}
	
#btn_process_payment {
	margin-left: 5px;
	width:151px;
	height: 28px;
	text-indent: -9999px;
	display: block;
	background:url(/images/btn_process_payment.gif) no-repeat top left;	
	margin-top:20px;
}
	
div#registry_search {
	background: #e7e7e5;
	padding: 20px;
	margin-right: 35px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 17px;
}

div#registry_edit {
	background: #e7e7e5;
	padding: 20px;
	margin-right: 35px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 17px;
}

a#return_to_registry {
	text-indent: -9999px;
	display: block;
	width:151px;
	height:28px;
	background:url(../images/btn_return.gif) top left no-repeat;
}

div#registry_search input,div#registry_edit input {
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	background-color:#f6f6f6;
	outline-style:none;	
	outline: none;
	color: #b6b6b6;
	margin: 0;
	padding:3px 10px;
	font-weight:bold;
	font-size:12px;
	width:231px;
}

span.input {
	display:block;
	border:1px solid #DDD;
	width:auto;
	height:auto;
	width:253px;
	margin:8px 0 0 0;
}

table.credit_info td {
	padding: 10px 0 0 68px;
	font-size:13px;
	font-weight:bold;
	color:#52524d;
	line-height:24px;
	height:60px;
}

table.credit_info td.seperate {
	border-bottom:1px solid #CCC;
	padding-bottom:18px;
	
}

table.credit_info td input {
	width:210px;
	padding:3px;
}

table.finalize {
	padding: 0;
	margin: 16px 0;
	width: 100%;
	border-collapse:collapse;
}

table.finalize td {
	padding: 2px 10px;
}

table.finalize td.line {
	border-bottom: 1px solid #b3b3b3;
}

td.total {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

div.confirm {
	width: 100%;
	font-size: 16px;
	color: #512204;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

#search_results {
	display:none;
	margin: 0;
	padding: 5px 2px 5px 6px;
	border-bottom:1px solid #CCC;
}

#search_results a {
	margin: 2px 0 2px 0; 
	height:auto;
	line-height:16px;
}

#registryCopy {
	width: 330px;
	margin-left: 35px;
}

#registryCopy p {
	padding:0;
	margin-bottom:16px;
}

#registryCopy ul {
	padding:0;
	margin-bottom:16px;
}

p#thanks {
	font-weight:bold;
	font-size:16px;
	color:#52524d;
}

