* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

body {
font-size: 62.5%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0;
padding: 0;
height:100%;
}

img {
	border: 0;
}

p {
font-size: 1.2em;
line-height: 1.4em;
font-stretch: semi-expanded;
}

ul, ol, li {
font-size: 12px;
line-height: 14px;
font-stretch: semi-expanded;
list-style-position: inside;
}

ul {
list-style-type: disc;
}

ol {
list-style-type: decimal;
}

li {
margin-bottom: 5px;
}

li li {
	margin-left: 15px;
}

tbody, td, tr {
font-size: 1em;
line-height:1em;
}

h1 {
font-size: 1.8em;
line-height: 1.8em;
font-weight: bold;
color: #000;
}

h2 {
font-size: 1.6em;
line-height: 1.6em;
font-weight: bold;
color: #702a9e;
}

h3 {
font-size: 1.4em;
line-height: 1.4em;
font-weight: bold;
color: #000;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #702a9e;
	text-decoration: underline;
}



/* FORM MODULE */
/* 2 COLUMN WIDTH */

#center_column_two .ve_formModule p {
margin-bottom: 0.3em;
}

#center_column_two select {
margin:6px 5px 0px 0px; /* drop down list */
}

#center_column_two textarea {
font-size:1.2em;
width: 300px; /* textarea width */
height: 150px;
}

#center_column_two input.ve_text {
font-size:1em;
width:300px; /* textbox width */
margin-bottom:5px;
}

#center_column_two .ve_formModule label.ve_label {
font-size:1em;
font-weight: bold;
display:block;
float:left;
width:160px; /* width depends on layout */
text-align:right;
margin:3px 5px 0px 0px; /* spacing between form elements */
}

.ve_formModule fieldset {
border:solid #DFD5E9 1px;
background: url(../images/form_background.png) bottom right no-repeat;
padding: 10px;
}

fieldset img {
padding-left: 165px;
}

#center_column_two .ve_formModule legend {
text-align: left;
color: #702A9E;
font-weight: bold;
padding: 0px 15px 0px 15px;
}

#center_column_two .ve_adminFieldDescription {
margin-left: 165px;
color: #000;
}

#center_column_two .ve_requiredValidator {
float: none;
display:inline;
padding-left: 5px;
}

#center_column_two .ve_formButtons input.ve_button {
font-size:1.2em;
font-weight: bold;
color:#702A9E;
margin-bottom:10px;
margin-top:10px;
margin-left:165px;
}

#center_column_two input.ve_loginButton {
color:#702A9E;
font-size:1em;
margin-bottom:10px;
margin-top:10px;
}

#center_column_two .ve_forgotPasswordModule input.ve_button {
color:#702A9E;
font-size:1em;
margin-bottom:5px;
}

/* start customising the checkbox list custom fields */

/* container for the checkbox list */
#center_column_two .ve_formModule p span {
    width: 380px;
    display: block;
    float: left;
}

/* the checkbox */
#center_column_two .ve_formModule p span input {
   display: block;
   margin-right: 5px;
   float: left;
   clear: both;
}

/* the label for the checkbox */
#center_column_two .ve_formModule p span label {
   display: block;
   float: left;
   width:300px;
   height:20px;
   line-height: 20px;
}
/* END 2 COLUMN WIDTH */

/* 1 COLUMN WIDTH */

.ve_formModule p {
margin-bottom: 0.3em;
}

select {
margin:6px 5px 0px 0px; /* drop down list */
}

textarea {
font-size:1.2em;
width: 250px; /* textarea width */
height: 150px;
}

input.ve_text {
font-size:1em;
width:250px; /* textbox width */
margin-bottom:5px;
}

.ve_formModule label.ve_label {
font-size:1em;
font-weight: bold;
display:block;
float:left;
width:80px; /* width depends on layout */
text-align:right;
margin:3px 5px 0px 0px; /* spacing between form elements */
}

.ve_formModule fieldset {
border:solid #DFD5E9 1px;
background: url(../images/form_background.png) bottom right no-repeat;
padding: 10px;
}

.ve_formModule legend {
text-align: left;
color: #702A9E;
font-weight: bold;
padding: 0px 15px 0px 15px;
}

.ve_adminFieldDescription {
margin-left: 85px;
}

.ve_requiredValidator {
float: none;
display:inline;
padding-left: 5px;
}

.ve_formButtons input.ve_button {
font-size:1.2em;
font-weight: bold;
color:#702A9E;
margin-bottom:10px;
margin-top:10px;
margin-left:85px;
}

input.ve_loginButton {
color:#702A9E;
font-size:1em;
margin-bottom:10px;
margin-top:10px;
}

.ve_forgotPasswordModule input.ve_button {
color:#702A9E;
font-size:1em;
margin-bottom:5px;
}

/* start customising the checkbox list custom fields */

/* container for the checkbox list */
.ve_formModule p span {
    width: 260px;
    display: block;
    float: left;
}

/* the checkbox */
.ve_formModule p span input {
   display: block;
   margin-right: 5px;
   float: left;
   clear: both;
}

/* the label for the checkbox */
.ve_formModule p span label {
   display: block;
   float: left;
   width:200px;
   height:20px;
   line-height: 20px;
}
/* END 1 COLUMN WIDTH*/

