@charset "iso-8859-2";
/* CSS Document */
.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 4px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

/* Main DIV */
.main
{
width: 560px;
padding: 20px;
height: auto;
}

/* Left DIV */
.left
{
width: 140px;
margin: 0px;
padding: 0px;

float: left;
text-align: right;
}

/* Right DIV */
.right
{
width: 300px;
margin: 0px;
padding: 0px;

float: right;

text-align: left;
}

.area
{
clear: both;
width: 470px;
padding: 10px;
}
fieldset{
	border:none;
}
input{
	border: solid 1px #b3c754;
	width:250px;
	height:25px;
}
textarea{
	border: solid 1px #b3c754;
	width:250px;
}
.messagebtn{
	background:url(../images/btn.png) no-repeat;
	width:250px;
	height:50px;
	border:none;
	cursor:pointer;
}

