/* General structural style declarations  */

body {
    font-family: Georgia, Times, serif ;
	font-size: 12px;
	color: #e6e3a7;
	background-color: #242b32;
    text-align: center;
    margin: 0px;
    padding: 20px;
    overflow: auto;
}

#popupPage {
    background-color: #111519;
    padding: 20px;
    text-align: left;
    border: solid 1px #37382b;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    font-style:italic;
    color: #FFFFFF;
    padding-bottom: 12px;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    color: #FFFFFF;
    padding-bottom: 12px;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    padding-bottom: 12px;
}

h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

h4 a,
h4 a:link,
h4 a:visited {
    text-decoration: underline;
}

h5 {
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #e6e3a7;
    padding-bottom: 6px;
}

h6 {
    line-height: 17px;
    font-size: 12px;
    font-weight: normal;
    color: #1a2026;
    padding-bottom: 6px;
}

fieldset {
    border: none;
}

a, a:visited {
    color: #3fffe1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

p {
    padding-bottom: 12px;
}

ul, ol {
    padding-left: 16px;
}

hr {
    border: none;
    margin-bottom: 6px;
    display: block;
    width: inherit;
    border-top: solid 1px #272a27;
}

input, select, textarea {
    font-family: Georgia, Times, serif ;
	font-size: 12px;
	line-height:14px;
	color: #242b32;
} 

input, textarea {
	padding: 4px;
    border: 1px solid #e6e3a7;
    background-color: #e6e3a7;
}

input#productSizeId {
    border: none;
    padding: 0px;
}
