/* CSS Document */

html {
	overflow:auto;
}
body {
	padding: 0px;
	font-family: verdana;
	color: #022d62;
	background: #49ABDA;
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=100);
}
#screen {
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
}
.ref {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}
.krb {
	position: absolute;
	color: #FFF;
	font-family: verdana;
	font-size: 11px;
	overflow: hidden;
}
.link {
	font-size: 11px;
}
.text {
	color: #022d62;
	line-height:20px;
	padding: 5px;
}
.formWrapper{ 
width:620px;
height:420px;
background:#ebf4fb;
border: solid #4b94cb;
}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:580px;
height:400px;
overflow:auto;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
color: #022d62;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:10px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:330px;
float:left;
clear:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:330px;
}
#stylized .input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:210px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:340px;
width:125px;
height:31px;
background:#666666 url(../images/form/but_form.png) no-repeat;
text-align:center;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
line-height: 10px;
border: none;
margin-bottom:10px;
}
#radiolist
{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:210px;
margin:2px 0 20px 10px;
}
#radiolist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}
#stylized label.error {display:none; float:none; font-size:10px; font-weight:normal; color: red; }
input.error { border: 1px dotted red; }
