@CHARSET "ISO-8859-1";

/* HTML */

*{
}


html{
	height: 100%;
}

table{
	border: none;
}

form{
	margin: none;
	padding: none;
}

body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	background: #e8f1f7 url(/images/back1.jpg) bottom repeat-x;
}

a {
	color: inherit;
}

img {
	border: none;
}

/* LAYOUT */

.comment{
	color: #666666;
}

.feedback{
	text-align: center;
	margin: 10px;
	font-size: 11px;
	font-weight: bold;
}

#mainContainer{
	width: 100%;
	height: 100%;
}

#leftContainer{
}

#rightContainer{
}

#logo{
	background: url(/images/logo.png) no-repeat;
	width: 441px;
	height: 90px;
}

#newSiteSoon{
	margin: 5px auto 10px auto;
	background: url(/images/new-site-soon.png) no-repeat;
	width: 201px;
	height: 40px;
}

/* BUTTON 1 */

.button1 {
	
}

.button1_back1 {
	background: url(/images/button1_back1.png) left no-repeat;
	width: 14px;
	height: 28px;
	font-size: 1px;
}

.button1_back2 {
	background: url(/images/button1_back2.png) left repeat-x;
	height: 28px;
}


.button1_back2 input {
	background: none;
	border: none;
	padding: none;
	margin: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	vertical-align: middle; 
	cursor: pointer;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.button1_back3 {
	background: url(/images/button1_back3.png) right no-repeat;
	width: 12px;
	height: 28px;
	font-size: 1px;
}



/* BOX 1 */

.box1 {
	
	margin-left: auto;
	margin-right: 10px;
}

.box1_content {
	background: #FFFFFF url(/images/box1_back.png) bottom repeat-x;
	padding: 10px;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}



.box1_border1 {
	background: url(/images/box1_border1.png) left top no-repeat;
	width: 15px;
	height: 13px;
	font-size: 1px;
}

.box1_border2 {
	background: url(/images/box1_border2.png) top repeat-x;
	height: 13px;
	font-size: 1px;
}

.box1_border3 {
	background: url(/images/box1_border3.png) right top no-repeat;
	width: 12px;
	height: 13px;
	font-size: 1px;
}

.box1_border4 {
	background: url(/images/box1_border4.png) right repeat-y;
	width: 6px;
	font-size: 1px;
}

.box1_border5 {
	background: url(/images/box1_border5.png) right bottom no-repeat;
	width: 12px;
	height: 13px;
	font-size: 1px;
}

.box1_border6 {
	background: url(/images/box1_border6.png) bottom repeat-x;
	height: 13px;
	font-size: 1px;
}

.box1_border7 {
	background: url(/images/box1_border7.png) left bottom no-repeat;
	width: 15px;
	height: 13px;
	font-size: 1px;
}

.box1_border8 {
	background: url(/images/box1_border8.png) left repeat-y;
	width: 10px;
	font-size: 1px;
}




/* INPUTS */

.inputButton {
	background-color: #1D3D4F;
	border: 2px outset #1D3D4F;
	padding: 0px 5px 0px 5px;
	margin: 1px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	vertical-align: middle; 
	cursor: pointer;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.label {
	font-weight: normal;
	padding: 1px 3px;
	color: #333333;
	text-align: right;
	vertical-align: top;
	font-size: 11px;
}

.inputCheckBox{
	border: none;
}

.inputRadio{
	border: none;
}

input, textarea, select{
	margin: 1px;
	border: 1px solid #BBBBBB;
	padding: 0px 2px 0px 2px;
	
	font-size: 11px;
	vertical-align: middle; 
}

textarea{
	vertical-align: bottom;
}

select{
}