/* CSS Document
@author: global consulting partners
 */
.confirm  {
	font-family: Arial;
	color: #000000;
	border: 2px none;
	border-style: ridge;
	background-color: white;
/*	width: 120px;	*/
	border-color: #101010;
}
form {
margin-top:110px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
border-bottom:10px solid #8A03AC;
}

input:focus, textarea:focus, input:active, textarea:active, select:focus, select:active {
	background-color: #EBD2FF;
/*	border: 2px solid #33AA33;*/
/*	font-weight: normal;*/
}

td, div {
font-family: Arial;
color: #000000;
font-size: 10pt;
}

body	{
background:white  url(images/wosonst.png) no-repeat left top;
margin:0px;
padding-top:0px;
font-family: Arial;
font-size: 10pt;
}
