/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| JavaScript Library CSS :: alteredCart.com
| All code developed by Bill Brewer
| Copyright (c)2009 alteredCart            
| Bill Brewer <bill@alteredcart.com>   
| All rights reserved.
| This code is licensed for use on a single server.
| This code is licensed for use by the original purchaser only.                         
| Full license :: www.alteredcart.com/license.php
\-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.bigfont{
	font-size:24px;
	color:#FF0000;
}

.checkout_one_images{
	vertical-align:middle;
	border-width: 0px; 
}

.checkout_borders{
	border-top: 2px solid #B2B2B2;
	width:100%;
}

#modalBackground {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
	background-color:#000000;
}

.modalWindow {
	position: fixed;
	left: 0;
	top: 0;
	z-index:10;
	background-color:#FFF;
	display: none;
	border: 1px solid #CCC;
	min-height:200px;
	min-width:300px;
}

#modalClose{
	position:fixed;
	z-index:100;
	height:20px;
	border: 1px solid #CCC;
	text-align:right;
	padding:3px;
	right:0;
	top:0;
}
#modalClose a{
	color:#FFF;
}