body {
    font-family:Arial, Verdana, Tahoma, Sans-Serif, sans;
    font-size: 14px;
    color:#000;
    margin:5px;
    text-align:center;
    
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 20px 0px;
    padding:0px;
    color:#000;
}
h1 {
    font-size: 24px;
}

h2 {
    font-size: 19px;
}
h3 {
    font-size: 17px;
}

h4 {
    font-size: 14px;
}

p {
    margin:10px 0px 5px 0px;
}


/* ************************** */
/* ------
- FORMS -
------ */

form {
    width: 690px;
    text-align:left;
    padding:0px;
    margin:0px;
}

fieldset { 
    border:1px solid #670001; 
    padding:5px;
    text-align:left;
}

legend {
    color: #666;
    padding:5px;
}

label {
    display: block;
    width: 200px;
    padding:0px 10px 0px 0px;
	cursor:pointer;
    text-align: right;
}
label.label_radiobtn {
    text-align: left;
}

.checkbox {
    float: left;
    display: block;
    margin: 0px 10px;
}

.checkbox_item {
    display: block;
    clear: both;
    margin: 0px 0px 0px 150px;
}

.label_checkbox {
    display: block;
    float: right;
    padding:0px 10px 0px 0px;
}
.radiobtn {
    float: left;
    display: block;
    margin: 0px 10px;
}

.radiobtn_item {
    display: block;
    clear: both;
    margin: 0px 0px 5px 0px;
}
.input_radio {
    margin-left: 200px;
    background-color:#FFF;
    background-image:none;
}


div.required label {
    display: block;
    float: left;
    width: 200px;
    padding:0px 10px 0px 0px;
}

div.optional label {
    display: block;
    float: left;
    width: 200px;
    padding:0px 10px 0px 0px;
}


div.error label {
    display: block;
    float: left;
    width: 200px;
    padding:0px 10px 0px 0px;
}

div.required .label_radiobtn {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
}

div.optional .label_radiobtn {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
}

.label_radiobtn {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
}

input, textarea {
	padding:2px;
	border-width:1px;
	background-repeat:no-repeat;
	background-position: top left;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}
 
select {
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#FFF;
}

label:hover {
	cursor:pointer;
	color:#999;
}

.required {
    color:#0000FF;
}

.err { 
    font-weight: bold;
    color:#000;
}

.optional {
    color:#000000;
}

input.submit {
    cursor: pointer;
}

input.input_checkbox, input.input_radio {
    cursor: pointer;
}

input.submit_button, input.submit {
    cursor: pointer;
}

/* ************************** */

#page_upload_complete_wrapper {
	min-height: 400px;
}
#upload_button{
    background-color: #ACEB98;
}
#upload_button:hover{
    background-color: #ffc;
}
