/********************************************************************************************************
 * GENERAL RULES
 * 
 *******************************************************************************************************/

body, html {
	width:100%;
	height:100%;	
}

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea, select {
	font-size:11px;
	border:1px solid #ababab;	
}

option {
	
}

optgroup {
	
}

#wrapper {
	width:100%;
}

.clear:after{
	content:".";
	display:block;
	clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.clear {
	display:inline-block;
}	

html[xmlns] .clear {
	display:block;
}


/********************************************************************************************************
 * GENERAL LINKS
 * 
 *******************************************************************************************************/

a:link {
	color:#00209F;
	text-decoration:none;
}
a:visited {
	color:#00209F;
	text-decoration:none;
}
a:hover { 
	color:#546dd1;
	text-decoration:none;
}
a:active { 
	color:#546dd1; 
	text-decoration:none;
}


/********************************************************************************************************
 * OTHER
 * 
 *******************************************************************************************************/

#back {
	display:block;
	float:left;
	margin:24px 0 0 30px;
}

#back a {
	background-image:url(/static/images/merenkulkulaitos/panel/arrow_back.gif);
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:0 10px;
	background-position: left 2px;
	color: #ffffff;
}

#column_top {
	margin:0 10px;
}

/* *** UserInfo Lomakkeet Alkaa *** */


.userInfoForm fieldset {
	border:0 none;
	margin-bottom:0;
	padding:0;
}
.userInfoForm legend {
  padding: 0 2px;
  font-weight: bold;
}
.userInfoForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
.userInfoForm ol {
  margin: 0;
  padding: 0;
}
.userInfoForm fieldset li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:5px 0 5px 10px;
}

.userInfoForm fieldset li ul li {
	border-bottom: 0px none;

}
.userInfoForm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}

.userInfoForm fieldset input {
	width:200px;
}

.userInfoForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.userInfoForm fieldset fieldset label {
  display: block;
  width: auto;
}
.userInfoForm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.userInfoForm label {
	font-size:11px;
	font-weight:normal;
	width:190px;
}
.userInfoForm fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

ul.serviceProperties li.selectionName {
	float: left;
}

li.acceptButton {
	float: none;
	clear:both;
}

input#forgetAccountEmail {
	width:300px;
}



/* *** UserInfo Lomakkeet Loppuu *** */

