@charset "utf-8";
/* CSS Document */
.info { clear:both; padding-top:30px; line-height:1.6; }
input { outline:none; }
.form {
	float:left;
	width:305px;

	padding:0px;
	margin-top: 15;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15;
}
.field {  border-radius:5px; width:auto; height:auto; overflow:hidden; color:#18385f; -moz-border-radius:5px; -webkit-border-radius:5px;  border: 1px solid #ccc; }
.fileld legend {
	color: #FF0000;
	text-decoration: none;
}
.urlap {
	float: right;
	height: auto;
	width: 320px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.form .form-row { width:100%; margin-bottom: 10px; float:left; }
.form .label {
	float:left;
	width:85px;
	margin:6px 0 0 5px;
	text-align: left;
}
.form .input-container { float:left; width:215px; text-align:left; }
.form .input { width:180px;	height:18px; border:2px solid #c4c4c4; }
.form .textarea { width:180px; height:120px; border:2px solid #c4c4c4; font-family:Tahoma; font-size:11px; }
.form .error-input, .form .error-both .input, .form .error-same .input {
	
	border-color:#990000;
	color:#990000;
}
.form .sajat {
 width:180px;	height:22px;  border:2px solid #c4c4c4; 
}
.form .datepicker {
 width:70px;	height:22px;  border:2px solid #c4c4c4; 
}
.form #bizt {
 width:60px;	height:18px;  
 }
.form .error-div {
	float:right;
	margin:7px 10px 0 0;
	color:#990000;
	font-size:13px;
}
.form .error-div-alternative { display:none; -moz-border-radius:5px; border-radius:5px; -webkit-border-radius:10px; width:250px; top:5px; right:5px; position:absolute; z-index:1000; margin-left:-400px; text-align:center; font-size:16px; color:#fff; padding:7px 0 7px 0; background-color:#BB3333; }
.form .error-same, .form .error-both { padding-top: 2px; color:#fff; background-color:#b66; -moz-border-radius:3px; }
.form .sendBtn { width:75px; height:24px; text-align:center; background:url(submit-btn-bg.gif) repeat-x 0 0; color:#5f5f5f; border:1px solid #aaa; float:right; display:block; cursor:pointer; font-weight:bold; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.form .sendBtn:hover { background:url(submit-btn-bg-hover.png) repeat-x 0 0; color:#ffffff; border:1px solid #5f5f5f; }
.formContainer { position: relative; padding-right: 20px; }

.sendBtn {  background:url(submit-btn-bg.gif) repeat-x 0 0; color:#5f5f5f; border:1px solid #aaa; cursor:pointer; font-weight:bold; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.sendBtn:hover { background:url(submit-btn-bg-hover.png) repeat-x 0 0; color:#ffffff; border:1px solid #5f5f5f; }