@charset "utf-8";
/* CSS Document */
body,ul,ol,form,li,p,div,span{
	margin:0;
	padding:0;
	color: #1a1a1a
}

body{
	background-color: #f5f5f5;
	font-family: Arial, Helevtica, Tahoma, san-serif;
	font-size:12px;
}

div#content {
	margin-bottom: 15px;
	margin: auto auto 15px;
	padding-top: 65px;
	width: 430px;
}

div.box {
	background: white none;
	border: 1px solid #AAA;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	display: block;
	margin-bottom: 10px
}

.box-content {
	padding: 10px
}

.formrow {
	min-height: 1%;
	padding-bottom: 4px;
}

.labeltext {
	float: left;
	text-align: right!important;
	padding-top: 5px;
	width: 100px
}

.formfield input {
	background: white url(../images/inner_shadow.png) no-repeat 0% 0%;
	margin-left: 20px;
	border: 1px solid #B0B0B0;
	border-bottom-left-radius: 2px 2px;
	border-bottom-right-radius: 2px 2px;
	border-top-left-radius: 2px 2px;
	border-top-right-radius: 2px 2px;
	padding: 2px 0px 2px 2px;
	width: 250px;
}

.formfield2 input {
	background: white url(../images/inner_shadow.png) no-repeat 0% 0%;
	margin-left: 20px;
}

#submit, .submit {
	border:1px solid #D6D6D6;
	background: #222;
	color: #fff;
	padding: 4px 15px;
	cursor: pointer;
}


#submit:hover, .submit:hover {
	background: #eee;
	color: #222;
}

.errorMess {
	background: #FFFBED none;
	border: 1px solid #F8941E;
	margin-bottom: 10px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	font-weight: bold;
	padding: 10px;
	list-style: none;
}

.action-link {
	text-align: center
}