* {
	margin: 0;
	padding: 0;
}

body, html {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#saf {
	position:absolute;
	left:50%;
	top:50%;
	padding: 25px 25px 0px 20px;

	height:203px; 
	width:476px;
	margin:-114px 0 0 -260px;

	border:1px dashed #000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:120%;	
}


h1 {
	text-indent: -100000px;	
	background-image: url(../img/browser/start/open_trace.png);
	background-position:0 -16px;
	background-repeat:no-repeat;
	height:15px;
	line-height:15px;	
	margin: 0 0 25px 0;
}
body.en h1 {
	background-image: url(../img/browser/start/open_trace_en.png);
}

p.error {
	margin: 5px 0 -16px 0;
	line-height: 100%;
	color: #aa0000;
}

.form-error {
	border-color: #aa0000;
}

fieldset {
	border: none;
	margin-top: 23px;
}

ol {
	list-style: none;
}

li {
	padding-bottom: 8px;
}

label {
	float: left;
	width: 124px;
	line-height: 23px;
}

input, textarea {
	border: 1px solid #000;
	height: 14px;
	font-size: 11px;
	padding: 5px 5px 2px 5px;
	width: 127px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	outline: none !important;
}

input[type="text"] { 
	vertical-align: middle;
}

textarea {
	width: 192px;
	height: 73px;
	padding: 5px;
	line-height:120%;
}

.textarea label {
	display: none;
}

ol {
	float: left;
	margin-right: 9px;
}

div.submit {
	clear: both;
	width: 100%;
	text-align: right;
}
div.submit input {
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	margin-left: 5px;
}

img{
	border:none;
}

