.form {
	margin-top:20px;
	min-height:200px;
  	height:auto !important;
  	height:200px;
}

.clear {clear:both}
 
.block {
    width:400px;
    margin:0 auto;
    text-align:left;
}
.element * {
    padding:5px;
    margin:2px;
}
.element label {
    float:left;
    width:75px;
}
.element input.text {
    float:left;
    width:220px;
    padding-left:20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	behavior: url(PIE.htc);
	border:1px solid #ccc;
}
.element .textarea {
    height:120px;
    width:220px;
    padding-left:20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	behavior: url(PIE.htc);
	border:1px solid #ccc;
	overflow: auto;
}
.element .hightlight {
    border:2px solid #FF0024;
    background:url(../images/wrong.png) no-repeat 2px;
}
.element #submit {
	position:relative;
	padding:20px;
	font-size:13px;
	background-color:#fff;
	border:1px solid #ccc;
	margin-top:20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	behavior: url(PIE.htc);
}
.loading {
    background:url(../images/ajax-loader.gif) no-repeat 1px;
    height:16px;
    width:16px;
    display:none;
}
.done {
    background:url(../images/right.png) no-repeat;
    padding-left:20px;
    width:70%;
    margin:20px auto;
	margin-left:5px;
    display:none
}

