.myform{
	margin:0 auto;
	width:500px;
	padding:14px;
}
#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:250px;	/* Width of box */
		height:300px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #990000;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:1002;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:11px;
		line-height:20px;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#990000;
		color:#FFFFFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
.v-menu{
	
	clear:both;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
	}
	ul.v-menu{
		clear:both;
		margin-top:2px;
		padding:3px 10px;color:#993333;
			font-weight:bold;
			display:block;
			
	}
	.v-menu li{
	}
		.v-menu li a{
			color:#555555;
			
			padding:2px;
			text-decoration:none;
		}
		.v-menu li a:hover{
			color:#999999;
		}
a.button {
		text-decoration:none;
		font-weight:bold;
		color:#9E8078;
	}
	a.button:hover {
		color:#66999D;
	}
	.button span {
		cursor:pointer;
		display:block;
		height:24px;
		line-height:22px;
		padding-left:10px;
		padding-right:8px;
		margin-right:20px;
	}
		


	/* ----------- stylized ----------- */
	#stylized{
		border:solid 1px #C4CFA9;
		background:#E4E2EF;
		width:99%;
	}
	#stylized h1{
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
		text-align:left;
	}
	#stylized label{
		font-weight:bold;
		text-align:left;
		float:left;
		display:block;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		width:195px;;
	}
	#stylized input{
		float:left;
		font-size:12px;
		font-weight:bold;
		color:#333333;
		padding:2px 3px;
		height:26px;
		border:solid 1px #C4CFA9;
		width:250px;
		margin:2px 0 20px 10px;
	}
	#stylized select{
		float:left;
		font-size:12px;
		font-weight:bold;
		color:#333333;
		line-height:24px;
		padding:1px 2px;
		height:24px;
		border:solid 1px #C4CFA9;
		width:250px;
		margin:2px 0 20px 10px;
	}
	#stylized button{ 
		clear:both;
		margin-left:10px;
		margin-top:10px;
		height:30px;
		text-align:center;
		padding-bottom:3px;
		color:#000033;
		font-size:12px;
		font-weight:bold;
	}
	
p.paging_ara {
clear:both;
font-weight:bold;
width:100%;
margin:5px;
}
.paging_ara a {
	padding:3px 5px;
	text-decoration:none;
	margin:2px;
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #DDDDDD;
	line-height:24px;
	font-size:12px;
}
.paging_ara a:hover {
	background-color:#864D39;
	color:#FFFFFF;
}
.paging_ara strong{
	color:#6F2828;
	padding-left:3px;
	padding-right:4px;
}



h3{
	line-height:36px;
	margin:5px;
}

.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */


/*   Pane stilleri
*/
#heading {
			display: block;
			text-align: center;
			margin-bottom: 1em;
}
#heading * {
	display: inline;
	padding: 4px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
}
#heading li{
	font-weight:bold;
	font-size:12px;
}
#heading li.active {
	background-color: #990066;
	color:#FFFFFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}

#wrapper_pane { border: 1px dotted gray; margin: 1em; padding: 1em; width:650px; }

#wrapper_pane2 { border: 1px dotted gray; margin: 1em; padding: 1em; width:650px; }
#wrapper_pane2 a.toggle span{
	width:400px;

}
#panes {
	text-align: justify;
	border-style: none;
	width:99%;
	margin: 0 3px 0 3px;
}

#panes p {
  margin: 0 auto 1em auto;
  line-height: 1.2em;
}

#panes div div { overflow: hidden; }
#panes .pane{width:99%;
#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }

	
	