﻿html, body, form
{
	height:100%;
	/*width:100%;*/
	margin:0;
	padding:0;
	font-size:11px;
	font-family:arial, Sans-Serif;
}

body
{
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */

	background-image:url("../images/krea_bg.gif");
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#dbdcde;
}

h1, h2, h3, .header, .cc_page_header
{
    font-size: 13px;
    font-weight: bold;
    color: Black;
}
h1.cc_page_header
{ 
    line-height: 40px; 
    height: 40px;
    display: block;
}
h1.cc_page_header img
{
    margin-bottom: -10px;
}

input, table
{
	font-size:11px;
}

input.submit, input.cc_button, button.submit, table.payment_submit input, span.cc_sold_out
{
    background-image: url("../images/bg_button.gif");
    background-color: Transparent;
    width: 112px;
    height: 19px;
    border: 0;
    cursor: pointer;
    color: White;
    margin: 0;
    padding:0;
    font-size:10px;
    vertical-align:  baseline;
    line-height: 19px !important;
    text-align: center;
}
span.cc_sold_out
{
    display: block;
    cursor: default;
}