/* ----------------------------------------
Begin reset elements
---------------------------------------- */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input { 
	margin: 0; 
	padding: 0;
}

ul, ol {
	list-style: none;
}

fieldset, img {
	border: none;
}

caption, th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	padding: 0px;
	margin: 0px;
}

form {
	display: inline;
}

/* ----------------------------------------
 End  reset elements
---------------------------------------- */

p {
	padding-bottom: 10px;
}

input {
	 border: 1,5px #fec56a solid;
    font-size: 11px !important;
    font-family: verdana, geneva, arial, sans-serif !important;
}

body {
	background-color: #ffffff;
}

/* ----------------------------------------
 Begin class definitions
---------------------------------------- */



.MainElement {
	width: 400px;
}


.PartnerBookElementBox {
	background-color: #fffcf5;
	width: 400px;
}

.PartnerBookElementTop {
	background-image: url("../images/partner_book_order_top.png");
	background-repeat: no-repeat;
	vertical-align: top;
	height: 180px;
	width: 400px;
}


.PartnerBookElementLeft {
	width: 18px;
	background-image: url("../images/partner_book_order_left.png");
	background-repeat: repeat-y;
}

.PartnerBookElementMiddle {
	width: 364px;
}

.PartnerBookElementRight {
	width: 18px;
	background-image: url("../images/partner_book_order_right.png");
	background-repeat: repeat-y;
}

.PartnerBookElementDown {
	height: 18px;
	background-image: url("../images/partner_book_order_bottom.png");
	background-repeat: repeat-x;
}

.PartnerBookElementDownLeft {
	width: 18px;
	height: 18px;
	background-image: url("../images/partner_book_order_bl.png");
	background-repeat: no-repeat;
}

.PartnerBookElementDownRight {
	width: 18px;
	height: 18px;
	background-image: url("../images/partner_book_order_br.png");
	background-repeat: no-repeat;
}

.MoreInfoText ul {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}

.MoreInfoText li {
	list-style-type: disc;
	padding-top: 3px;
	padding-bottom: 3px;
}


.Spacer20px {
	height: 20px;
}
.Spacer3px {
	height: 3px;
}
.Spacer10px {
	height: 10px;
}

.Width150 {
	width: 150px;
}

.FormRow {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

.AlignTop {
	vertical-align: top !important;
}

.AlignBottom {
	vertical-align: bottom !important;
}

.AlignRight {
	text-align: right !important;
}

.AlignCenter {
	text-align: center !important;
}

/* ----------------------------------------
 End class definitions 
 ---------------------------------------- */
 
 /* ----------------------------------------
 Begin font definitions 
 ---------------------------------------- */
table td {
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: #2B2B2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
 
p {
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: #2B2B2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
 
li {
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: #2B2B2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
 
h1 { 
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #3b3b3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
} 

h2 { 
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #3b3b3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 20px;
}

a:link {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066cc;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066cc;
}

a:hover {
	text-decoration: underline;
}

.TextNormal {
	font-weight: normal !important;
}

.TextBold {
	font-weight: bold !important;
}

.TextBig {
	font-size: 14px !important;
}

.TextSmall {
	font-size: 11px !important;
}

.TextSmallest {
	font-size: 10px !important;
}

.TextBlack {
	color: #2b2b2b !important;
}

.TextWhite {
	color: #ffffff !important;
}

.TextDiffuseColor {
	color: #bf9f6d !important;
}

 /* ----------------------------------------
 End font definitions 
 ---------------------------------------- */

