
P#PSurvey{	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: rgb(150,150,150);
	font-weight: normal;
}
P#PSurveyBold
{	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: rgb(150,150,150);
	font-weight: bold;
}


DIV#DivSurvey
{
		border: medium double rgb(255,0,153);
    	position: absolute;
    	width: 340px;
    	height: 190px;
    	top: 20%;
    	left: 20%;
    	background-color:#FFFFFF;

}

IMG#tns_logo
{
    	z-index: 1;
    	position: absolute;
    	left: 10px;
    	top: 10px;
}

DIV#SurveyText
{
    	position: absolute;
    	top: 15px;
    	left: 155px;
    	width: 165px;
    	height: 130px;
}

/*
IFRAME#txtFr
{
    	position: absolute;
    	top: 2px;
    	left: 2px;
    	width: 163px;
    	height: 118px;
}
*/

A#SurveyJatka
{
    	background-image: url(http://www.gallupnet.fi/popup/images/but_kyselyyn.gif);
    	background-repeat: no-repeat;
    	top: 153px;
    	left: 134px;
    	width: 91px;
    	height: 26px;
    	list-style-type: none;
    	position: absolute;
}
A#SurveyJatka:hover
{
    	background-image: url(http://www.gallupnet.fi/popup/images/but_kyselyyn_roll.gif);
    	background-repeat: no-repeat;
}
A#SurveyJatka:active
{
    background-image: url(http://www.gallupnet.fi/popup/images/but_kyselyyn_click.gif);
    	background-repeat: no-repeat;
}

A#SurveySulje
{
    	background-image: url(http://www.gallupnet.fi/popup/images/but_en.gif);
    	background-repeat: no-repeat;
    	top: 153px;
    	left: 235px;
    	width: 91px;
    	height: 26px;
    	list-style-type: none;
    	position: absolute;
}
A#SurveySulje:hover
{
    	background-image: url(http://www.gallupnet.fi/popup/images/but_en_roll.gif);
    	background-repeat: no-repeat;
}
A#SurveySulje:active
{
    background-image: url(http://www.gallupnet.fi/popup/images/but_en_click.gif);
    	background-repeat: no-repeat;
}