﻿body { margin:0; padding:0; font-family:Arial; }
form { margin:0; padding:0; }
div { margin:0; padding:0; }

h1 {}
h2 {}
img { border:none; }
a, a:active, a:visited {}
a:hover {}

.top-left {
margin-right: 9px; /* clip right corner */
background-image: url('../img/corners1280x18.gif');
height: 9px; /* vertical: show first half of the image with the top-corners in it */
font-size: 2px; /* correct height for IE */
}
.top-left-orange {
margin-right: 9px; /* clip right corner */
background-image: url('../img/corners_orange.gif');
height: 9px; /* vertical: show first half of the image with the top-corners in it */
font-size: 2px; /* correct height for IE */
}

.top-right {
margin-top: -9px; /* to level of top-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('../img/corners1280x18.gif'); 
background-position: 100% 0; /* show bg-image starting at the right */
height: 9px; 
font-size: 2px;
}
.top-right-orange {
margin-top: -9px; /* to level of top-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('../img/corners_orange.gif'); 
background-position: 100% 0; /* show bg-image starting at the right */
height: 9px; 
font-size: 2px;
}

.bottom-left {
margin-right: 9px; /* clip right corner */
background-image: url('../img/corners1280x18.gif');
background-position: 0 -9px; /* show under half of the image */
height: 9px;
font-size: 2px;
}
.bottom-left-orange {
margin-right: 9px; /* clip right corner */
background-image: url('../img/corners_orange.gif');
background-position: 0 -9px; /* show under half of the image */
height: 9px;
font-size: 2px;
}

.bottom-right {
margin-top: -9px; /* to level of bottom-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('../img/corners1280x18.gif'); 
background-position: 100% -9px; /* under half, right side */
height: 9px; 
font-size: 2px; 
}
.bottom-right-orange {
margin-top: -9px; /* to level of bottom-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('../img/corners_orange.gif'); 
background-position: 100% -9px; /* under half, right side */
height: 9px; 
font-size: 2px; 
}

.inside {
border-left: solid 2px #6d4f38;
border-right: solid 2px #8d6649;
background: #FFFFFF;
color: #000000;
padding-left: 10px;
padding-right: 10px;
}
.inside-orange {
border-left: solid 2px #6d4f38;
border-right: solid 2px #8d6649;
background-image: url('../img/inside_orange.gif');
background-repeat: repeat-y;
color: #000000;
padding-left: 0px;
padding-right: 0px;
}

.notopgap {
margin:0px;padding:0px;font-size:2px;
}

.nobottomgap {
margin:0px;padding:0px;font-size:2px;
}


