﻿.none
{
	visibility: hidden;
}

#result
{
	margin-top: 15px;
}

.correct
{
	border: thin solid #006600;
	background-color: #9FFF9F;
	color: #000000;
}

.correct #icon
{
	background-position: 3px 2px;
	background-image: url("../images/tick.png");
	background-repeat: no-repeat;
}

.info-text
{
	margin-left: 30px;
	text-indent: 0px;
}

.incorrect
{
	border: thin solid #FF0000;
	background-color: #FFA6A6;
}

.incorrect #icon
{
	background-position: 3px 2px;
	background-image: url("../images/cross.png");
	background-repeat: no-repeat;
}


#icon-message
{
	background-position: 3px 2px;
	background-image: url("../images/icon-wiki.png");
	background-repeat: no-repeat;	
	margin-top: 15px;
}

.water
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 150%;
	color: gray;
}

.water2
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 150%;
	color: Black;
}

#list li, #main list li
{
	/*
    background-position: 0px 13px;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
    */
	padding: 4px;
	margin-left: 20px;
	color: #808080;
	
	list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
