body {
    font-family: Arial, Helvetica, sans-serif; /* Base font family for most elements */
    font-size: 12px; /* Base size for all elements; other size definitions relates to this */
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.33em;
    color: #000;
}

/* HEADERS */

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 15px 0 10px;
    padding: 0;
    color: #000;
}

h1 { font-size: 1.4em; }

h2 { font-size: 1.2em; }

h3 { font-size: 1em; }

h4, h5, h6 { font-size: 1em; }

/* PARAGRAPHS */

p { display: block; margin: 10px 0;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

/* LINKS */

a {
    color: #a22609;
    text-decoration: none
}

a:visited {
    color: #a22609;
    text-decoration: none;
}

a:hover {
    color: #a22609;
    text-decoration: underline;
}

a:active {
    color: #a22609;
    text-decoration: underline;
}

a img {

    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */

pre {
    display: block; 
    clear:left; 
    margin: 1.33em 0; 
    font-family: "Courier", monospace; white-space: pre; 
    color: #DC241F; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}


/* TABLES */

table { 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}

th, td { padding: 0; }

/* Lists */
	OL, UL, DD { margin-left: 0; padding-left: 0 }
	OL UL, UL OL, UL UL, OL OL { margin-top: 0; margin-bottom: 0; margin-left: 2em}
	OL { list-style-type: decimal; list-style: inside }
	/*UL { list-style-type: square }*/
	
	DT { margin-bottom: 0 }
	DD { margin-top: 0; margin-left: 2em }
	/*ul li { list-style-type: square;}*/
	ol li { list-style-type: decimal; }

	ul{ margin-top: 0; padding: 0; }

	li { 
		list-style-type: none; 
		background: url('../images/bullet.gif') no-repeat 0 5px;
		margin-left: 0; 
		padding-left: 10px; 
	
	}

      
	
/* FORM ELEMENTS */

form {
    padding: 0em;
    margin: 0em;
}

label {
    font-weight: normal;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

textarea {
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
    line-height: 1.25em;
}

address { 
    display: block; 
    font-style: italic; 
}

input.box, textarea.box {
    width: 47%; 
    border: 1px solid #cfcfcf;
}

input.halfbox, textarea.halfbox {
    width: 47%; 
    border: 1px solid #cfcfcf;
}

input.ezcc-user {
}

textarea.box, textarea.halfbox { 
    padding: 0.4em; 
    line-height: 1.25em; 
}

input.box, input.halfbox, input.ezcc-user { 
    margin: 4px 10px 4px 0;
}

optgroup {
    font-weight: bold;
    font-style: normal;
}

input.button, input.defaultbutton {
    font-weight: normal;
    margin: 4px 10px 4px 0;
	background-color: #6b0000;
	color: #fff;
	border: 1px solid #560202;
}

select { 
font-family: Arial, Helvetica, sans-serif;
border: 1px solid #cfcfcf;
}

input.button-default { font-weight: bold; }

/* PAGE DIVIDERS */

div.block {
    margin: 4px 0;
    padding: 0;
}

/* MESSAGES TO THE USER */

div.message-feedback, div.message-warning, div.message-error, div.feedback, div.warning, div.error
{
    margin: 10px 0; 
    padding: 0 10px; 
    border: 1px solid #cfcfcf;
}

.hide
{
    display: none;
}
