@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	height: 100%;
}

* :focus {outline: 0;}

#customdesc {

	display: none;
}



#all{
	height: 100%;

}

#send {
	
	margin-top: -1px;

}

#toolbar {
	background-image: url(/core/img/menubg.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: auto;
	height: 28px;
	right: 0px;
	display: inline;

}

#logo {
	position: fixed;
	z-index: 3;
	top: 1px;
	left: 2px;
	margin-left: 2px;
	margin-top: 1px;
	border-style: none;
	float: left;
}

#toolbar #random {

	margin-left: 32px;
	margin-top: 1px;
	border-style: none;
	display: inline;
	float: left;
}

#toolbar #parseform {
	position: static;
	left: 36px;
	top: 2px;
	margin-left: 3px;
	margin-top: 2px;
	display: inline;
	float: left;
}

#toolbar #toolbarcenter {

	position: static;
	margin-top: 7px;
	margin-left: 7px;
	color: #666666;
	display: inline;
	float: left;
	overflow: hidden;
}

#toolbar #show_description {
border-style: none;
margin-top: 3px;
}


#prefix {

	margin-top: 3px;
	margin-left: 5px;
	margin-right: -5px;
}

#showfieldbutton {

	margin-left: 5px;
	margin-right: 5px;

	outline: 0;
	border-style: none;
	border: hidden;
	text-decoration: none;


}


form > * {

float: left;
margin-top: 0px;
}
#toolbar #urlfield {

}

#toolbar #share {
	position: absolute;
	right: 130px;
	top: 6px;
	width: 30px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

#toolbar #close {
	position: absolute;
	right: 7px;
	width: 17px;
	height: 17px;
	top: 5px;
	
}

a.button { background:url(/core/img/closebtn.png) repeat 0px 0px; width: 17px; height: 17px; display: block; }



a.button:hover { background: url(/core/img/closebtn.png) repeat -17px -0px; }


#lowerframe {
	z-index: 1;
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	top: 27px;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	overflow: hidden;
}

iframe {
	position: absolute;
	border: 0;
	height: 100%;
	width: 100%;
	margin: 0px;
}

p { 
	display: inline;
}


#toolbar #parseform .inputfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

/* display block tai muute ei saa marginaalia */
#toolbar #toolbarcenter #reminder {
	display: block;
	font-size: 11px;
	color: #333333;
	margin-top: 1px;	
}


