@charset "utf-8";
/* CSS Document */

body {
margin: 0 0 0 0;
background-image: url(images/body_background.jpg);
background-repeat: no-repeat;
background-position: right top;
}
h1, h2, h3, div, a, p, input, select {
display: inline;
float: left;
}


.header {
width: 100%;	
height: 40px;
background-image: url(images/main_menu_back.gif);
background-repeat: repeat-x;
}
.content {
display: block;
float: none;
width: 980px;
height: auto;
margin: 0 auto;
}
h1, h2, h3 {
font-family: georgia;
font-size: 1.4em;
font-weight: normal;
color: #666;
}
h2 {
width: 100%;
text-align: center;
}
h3 {
font-size: 1em;
margin: 0 0 10px 0;
}
.sep1 {
width: 100%;	
height: 1px;
}
.fieldtitle, .fieldtitle2, .fieldtitle3, .fieldtitle4 {
width: 95%;
font-family: arial;
font-size: 12px;
color: #666;
margin: 14px 0 4px 0;
}
.fieldtitle2 {
width: 244px;
}
.fieldtitle3, .fieldtitle4 {
width: 132px;
}
.fieldtitle4 {
width: 122px;	
}
.field1 {
width: 234px;
height: 18px;
}
.field3, .field4, .field5, .field8 {
width: 120px;
height: 18px;
margin-left: 5px;
}
.field8 {
width: 111px;
margin-left: 0;	
margin-right: 5px;	
}
.field2 {
width: 240px;
height: 22px;
}
.field7 {
width: 300px;
height: 24px;
margin-left: 5px;
}
.info {
font-family: arial;
font-size: 12px;
color: #333;
padding: 5px 5px 5px 5px;
border: 1px solid #CCC;
background: #F0F0F0;
}
.back {
font-family: arial;
font-size: 11px;
font-weight: bold;
color: white;
line-height: 37px;
margin-left: 10px;
}
.submitbutton {
display: inline;
float: right;
width: 140px;
height: 22px;
background-image:  url(images/main_menu_back.gif);
background-position: bottom;
border-top: 1px solid #FC0;
border-right: 1px solid #FC0;
border-left: 1px solid #F60;
border-bottom: 1px solid #F60;
color: white;
font-family: arial;
font-size: 11px;
font-weight: bold;
}
.submitbutton:hover {
background-position: 10px;
cursor: pointer;
}
