@charset "utf-8";
html, body {
	border:0;
	padding:0;
	margin:0;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
}
.port {padding-left:27px;padding-top:15px;width:73px;height:97px;}
.land {padding-left:16px;padding-top:27px;width:96px;height:85px;}
pre{
	font-family: Verdana, serif;
}
h1{
	margin:0px;
	padding:3px;
	font-family:Arial;
	font-size:18px;
	color:#197dc1;
	font-weight:normal;
}

form {
	border:0;
	margin:0;
	padding:0;
	
	font-family:Arial;
	font-size:11px;
	color:#c8e6fa;
}
form input {
	font-family:Arial;
	font-size:11px;
}
form a {
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#c8e6fa;
}
form a:hover {
	text-decoration:underline;
}


#registerform
{
	width:930px;
	height:auto;	/* !!! this fixes container height with floating elements inside !!! */
	overflow:auto;	/* !!! this fixes container height with floating elements inside !!! */
	
	margin-left:2px;
	margin-right:2px;
	margin-top:0;
	border:1px solid #CCCCCC;
	padding:2px;
	
	padding-top:0;	

	font-family:Verdana;
	font-size:12px;
}

/*#registerform */.left
{
	float:left;
	width:80px;
	height:25px;
	/*border-right:1px solid #666666;*/
	margin-left:5px;
	padding-right:5px;
}
.left_large
{
	float:left;
	width:80px;
	height:40px;
	/*border-right:1px solid #666666;*/
	margin-left:5px;
	padding-right:5px;
}
/*#registerform*/.right
{
	float:left;
	width:180px;
	height:25px;
	padding-left:10px;
	text-align:left
}
#registerform .right_large
{
	float:left;
	width:180px;
	height:40px;
	margin-left:10px;
}
#registerform .textfield
{
	width:140px;
	height:15px;
	line-height:15px;
	
	font-size:10px;
	color:#666666;
}
#registerform .textfield_large
{
	width:140px;
	height:20px;
	line-height:20px;
	
	font-size:10px;
	color:#666666;
}
#registerform .field
{
	 padding-top:3px;
	 /*color:#333333;*/
}
#registerform .bt
{
	width:148px;
	height:48px;
	
	margin:0;
	border:0;
	padding:0;
	
	background-image:url(../img/signup_bt.gif);
	background-repeat:no-repeat;
}

#registerform .btedit
{
	width:148px;
	height:48px;
	
	margin:0;
	border:0;
	padding:0;
	
	background-image:url(../img/edit_bt.gif);
	background-repeat:no-repeat;
}

.labelbold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	text-indent: 10px;
	
	color:#0033CC;
}

.green
{
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	text-indent: 10px;
	
	color:#8bb40f;
}


.septophead {
	height:5px;
	overflow:hidden;
/*	margin:0;
	padding:0;
	border:0;
	outline:none;*/
}
.sepheadmain {
	height:44px;
}
.sepbody {
	height:6px;
	overflow:hidden;
}
.sepbodymed {
	height:10px;
	overflow:hidden;
}
.sepsmall {
	height:2px;
	overflow:hidden;
}
.seplarge{
	height:20px;
	overflow:hidden;
}
.sephorizbox
{
	float:left;
	width:10px;
	/*height:170px;*/
}
.sephorizbodybox {
	float:left;
	width:13px;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.fixfloat {
	clear:both;
}

.center {
	text-align:center;
}

.title {
	font-family:Arial;
	font-size:18px;
	color:#197dc1;
}
.text {
	font-family:Arial;
	font-size:12px;
	color:#252525;
	margin-right:10px;
}
.title_italic {
	font-family:Arial;
	font-size:18px;
	font-style:italic;
	color:#197dc1;
}
.title_italic a {
	font-family:Arial;
	font-size:18px;
	text-decoration:none;
	color:#1D5379;
}
.largeboxtext {
	width:720px;
	height:auto;
	font-family:Arial;
	font-size:14px;
	line-height:20px;
	color:#252525;
}
.smallboxtext {
	width:320px;
	height:110px;
	font-family:Arial;
	font-size:12px;
	line-height:17px;
	color:#252525;
}

.smallboxtext a {
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	color:#252525;
	text-decoration:none;
	color:#1D5379;
	padding:3px;
}

.smallboxtext a:hover {
	
	color:#197dc1;
	
}



.smallboxtext1 {
	width:310px;
	height:110px;
	font-family:Arial;
	font-size:12px;
	line-height:17px;
	color:#252525;
}
.maintext {
	font-family:Arial;
	font-size:12px;
	color:#4082b1;
	line-height:20px;
}
.mousepoint {
	cursor:pointer;
}
