/* CSS Document *//*
*/




/* the main layout */

#contentForm {
	display: block;
	width: 550px;
	margin: 10px;/*this line will center the page*/
	padding: 20px;









	background-image: url(images/background
.gif)
;
	border: dotted 1px;
	color: #D8D7D3;

}
/* and now the form formatting itself */

.errormsg {
	display: block;
	width: 90%;
	color: #990033;
	font-weight: bold;
	background: #FF9D9D url(images_f/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	font-size: 13px;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

input, textarea, select {
	margin: 0;
	padding: 2px;
	font-size: 14px;
	color: #000000;
	background: #F5F5F5;
	border: 1px solid #ccc;
	margin: 5px 0;
}

input, textarea, select, p {
  font-family: verdana, arial, sans-serif;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
	font-size: 14px;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(images_f/submit.gif) no-repeat left top;
	width: 90px;
	height: 28px;
	margin-left: 100px;
}

.float-left{
	display: block;
	float: left;
	clear: left;
	Width: 100px;
	margin-bottom: 12px;
	margin: 5px 0;
	font-weight: bold;
	font-size: 12px;
}
.mail1 {
	FONT-SIZE: 18px;
	COLOR: #FF0000;
	font-weight: bold;
}
.mail {
	FONT-SIZE: 18px;
	FONT-WEIGHT: bold;
	COLOR: #FFCCCC;
	BORDER-BOTTOM: 1px dotted;
	TEXT-DECORATION: none
	}
.mail:hover {
	FONT-SIZE: 18px;
	FONT-WEIGHT: bold;
	COLOR: #FFFF00;
	BORDER-BOTTOM: 0px dotted;
	TEXT-DECORATION: underline
	}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 .imya {
	font-size:18px;
	font-style: italic;
 }

