/* Created by design.bg studios. Source code in this website is property of design.bg. */
/* ------------------ Site styles ------------------ */
@import url(../base/styles.css); 
/* ------------------ Object styles ------------------ */
@import url(../object/toolbar.css); 
@import url(../object/calendar.css);
@import url(../object/popup.css); 
/* ------------------ Page styles ------------------ */

.underline_dots {
	margin-bottom:5px;
	font-weight:bold;
	}

.grey_box {
	line-height:16px;
	}
	
 table,
 tr,
 td {
	border:0;
}

table tbody td {
border-bottom:0px solid #999999;
border-right:0px solid #999999;
}

.contact input,
textarea {
	width:100%;
	}

textarea {
	height:100px;
	}
	
table td {
	padding:2px;
	vertical-align:middle;
	text-align:right;
}

.comment {
	vertical-align:top;
}

h3 {
	padding:0pt;
}

.check input {
	width:auto;
	}
	
.submit {
	background:url(../../../pics/submit_short.gif) center no-repeat;
	height:22px;
	width:120px;
	border:0;
	font-weight:bold;
	font-size:11px;
	color:black;
	margin-top:15px;
}

.fail {
	font-weight:bold;
	font-size:16px;
	margin-top:15px;
	}
	

.success {
	color:green;
	}
	
.fail {
	color:red;
	}
	
form {
margin-top:-23px;
	}
	
.content {
	margin:0;
	}
	
.white {
	color:white;
	}


