/*
  Zena Jeans Web Site
  Cascading Style Sheet
  /stylesheet.css
*/

BODY {	background: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12;
}

div.header {
	background-color: #000000;
	color: #000000;
	font-size: 9px;
	background-image: url(images2/ZenaLogoWhite.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-bottom: 4em;
}

p.bold {
	font-weight: bold;
}

p.navigation-bar {
	display: block;
	background-color: #bebebe;
	color: #000000;
	padding-bottom: 0em;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

p.navigation-bar a:link {
        color: #000000;
	text-decoration: none;
}

p.navigation-bar a:visited {
        color: #000000;
	text-decoration: none;
}

p.navigation-bar a:hover {
	color: #ffffff;
	text-decoration: none;
}

form#cfeedback {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12;
	background-color: #bebebe;
}

fieldset {
        margin: 1.5em 0 0 0;
        padding: 0;
}

label {
        display: block;
	font-weight: bold;
	color: #000000;
}

legend {
        margin-left: 1em;
        color: #000000;
        font-weight: bold;
}

fieldset ol {
        padding: 1em 1em 0 1em;
        list-style: none;
}

fieldset li {
        padding-bottom: 1em;
}

#cfeedback .rsellersend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: groove;
	font-size: 12;
	font-weight: bold;
	background-color: #708090;
	color: #000000;
}

form#cservice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12;
	background-color: #bebebe;
}

fieldset {
        margin: 1.5em 0 0 0;
        padding: 0;
}

label {
        display: block;
	font-weight: bold;
	color: #000000;
}

legend {
        margin-left: 1em;
        color: #000000;
        font-weight: bold;
}

fieldset ol {
        padding: 1em 1em 0 1em;
        list-style: none;
}

fieldset li {
        padding-bottom: 1em;
}

#cservice .rsellersend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: groove;
	font-size: 12;
	font-weight: bold;
	background-color: #708090;
	color: #000000;
}

form#rseller {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12;
	background-color: #bebebe;
}

fieldset {
        margin: 1.5em 0 0 0;
        padding: 0;
}

label {
        display: block;
	font-weight: bold;
	color: #000000;
}

legend {
        margin-left: 1em;
        color: #000000;
        font-weight: bold;
}

fieldset ol {
        padding: 1em 1em 0 1em;
        list-style: none;
}

fieldset li {
        padding-bottom: 1em;
}

#rseller .rsellersend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: groove;
	font-size: 12;
	font-weight: bold;
	background-color: #708090;
	color: #000000;
}

