div.loading-ajax	{
	height: 50px;
	text-align: center;
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Popup CSS */

#onestepcheckout_popup_overlay_iframe	{
	z-index: 100000;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}

#onestepcheckout_popup_overlay	{
	z-index: 1000000;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	cursor: pointer;
}

#onestepcheckout-toc-popup	{
	width: 482px;
	height: 530px;
	position: absolute;
	z-index: 1000001;	
}

#onestepcheckout-toc-popup .onestepcheckout-popup-wrapper {
	height: 515px !important;
}

#onestepcheckout-toc-popup div.onestepcheckout-popup-contents	{
	overflow: auto;
	height: 450px;
}

#onestepcheckout-toc-popup h1	{
	margin-left: 20px;
}

#onestepcheckout-toc-popup .onestepcheckout-toc-terms	{
	margin: 20px;
	margin-top: 0 !important;
	height: 440px !important;
	overflow: auto;
	padding-right: 10px;
}



.onestepcheckout-popup-footer	{
	background-image: url(images/onestepcheckout-popup-footer.png);
	background-repeat: no-repeat;
	height: 13px;
}

.onestepcheckout-popup-wrapper	{
	background-image: url(images/onestepcheckout-popup-header.png);
	*background-image: url(images/onestepcheckout-popup-header.png) !important;
	background-repeat: no-repeat;
}



.onestepcheckout-popup-wrapper h1	{
	font-size: 18px !important;
	padding-bottom: 10px !important;
	padding-top: 15px !important;
}

.onestepcheckout-popup-contents	{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-bottom: 1px;
}

.onestepcheckout-popup-wrapper label	{
	font-weight: normal;
}

.onestepcheckout-popup-wrapper .input-text	{
	width: 190px !important;
}

#onestepcheckout-forgot-table td	{
	vertical-align: middle !important;
}



/* Popup CSS (login link) */
#onestepcheckout-login-popup    {
    width: 482px;
    position: absolute;
    z-index: 1000001;
	/*position: fixed;*/
}

#onestepcheckout-login-popup table  {
	width: 99%;   
}

#onestepcheckout-login-popup table td   {
	padding-top: 3px;
	padding-bottom: 3px;
}

#onestepcheckout-login-popup button {
    padding: 3px 10px;
}

#onestepcheckout-login-popup div.onestepcheckout-popup-contents    {
	
}

#onestepcheckout-login-popup p.close,
#onestepcheckout-toc-popup p.close    {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: -5px;
    
}

#onestepcheckout-login-popup p.close a,
#onestepcheckout-login-popup p.close a:link,
#onestepcheckout-login-popup p.close a:visited,
#onestepcheckout-toc-popup p.close a,
#onestepcheckout-toc-popup p.close a:link,
#onestepcheckout-toc-popup p.close a:visited    {
    text-decoration: none; 
    color: black;
}

#onestepcheckout-login-popup p.close a:hover,
#onestepcheckout-toc-popup p.close a:hover    {
    text-decoration: underline;
}


#onestepcheckout-login-error,
#onestepcheckout-forgot-error    {
    color: red;
    margin-bottom: 10px;
}

.onestepcheckout-error { color: red; margin-bottom: 10px; }
