body{
	background-color:#ffffff;
	color:#000000;
	font-family:sans-serif;
	font-size:small;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}

#ixPageContainer{
	height:100%;
	position:absolute;
	width:100%;
}

#ixPageContent{
	height:100%;
	position:absolute;
	visibility:hidden;
	width:100%;
}

form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input{
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
}

button{
	font-family : sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
}

select{
	background-color : #ffffff;
	color : #000000;
	font-family : sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
}

optgroup{
	background-color : #ffffff;
	color : #000000;
	font-family : sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
}

option{
	background-color : #ffffff;
	color : #000000;
	font-family : sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
}

textarea{
	background-color : #ffffff;
	color : #000000;
	font-family : sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
}

.error{
	color: #ff0000;
	font-family : sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
}

.message{
	color: #000000;
	font-family : sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
}

.NoScript{
	color: #ff0000;
	font-family : sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	padding-top:20px;
	text-align : center;
}

.NoFrames{
	color: #ff0000;
	font-family : sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	padding-top:20px;
	text-align : center;
}

#ixPageBlocker {
	background-color: #ffffff;
	display: block;
	height: 100%;
	left:0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	opacity: 0.4;
	padding: 0px 0px 0px 0px;
	position:fixed;
	top:0px;
	width: 100%;
	z-index:400;
}

#ixPageDialogue {
	background-color: #ffffff;
	border: 1px solid #000000;
	display: none;
	left:0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	position:fixed;
	top:0px;
	z-index:410;
}

/* COMMON */
.spacer1{
	float:left;
	height:1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.spacer2{
	float:left;
	height:2px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.spacer5{
	float:left;
	height:5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.spacer10{
	float:left;
	height:10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.spacer20{
	float:left;
	height:20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

dl {
	font-size: 12px;
}
/* COMMON */


.field-wrapper {
	margin: 0.25em 0em;
}

.field-wrapper label {
	width: 125px;
	float: left;
	margin-right: 1em;
	display: block;
}

.field-wrapper input {
	border: 1px solid lightgray;
}

.req {
	color: red;
	margin: 0 0.2em;
}


