@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

.inputbox {
	font : normal 12px Arial, Helvetica, Verdana;
	border : none;
	padding-top:10px;
	padding-left:12px;
	height: 35px;
	width: 280px;
	background : none;
}

.button {
	cursor: pointer;
	cursor: hand;
	border: none;
	width: 107px;
	height: 29px;
	background: url(images/send.gif);
}

.txt {
	font : normal 12px Arial, Helvetica, Verdana;
}

.orangetxt {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF8F23;
}

body {
	margin: 0px;
	background-color: #C80F2D;
	padding: 0px;
}

.content {
	background-color: #FFFFFF;
	background-image: url(images/top_bg.gif);
	background-repeat: no-repeat;
	width: 670px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 25px;
	height: 100%;
}

.copyright {
	background-color: #FFFFFF;;
	margin-top: -35px;
	width: 730px;
}

.woman {
	width:358px;
	height: 500px;
	background-image: url(images/woman.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-left: 730px;
	margin-top: -500px;
	float:left;
}

.contactus {
	z-index: 5;
}

A:link, :visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C80F2D;
	text-decoration: none;
}

A:hover {
	color: #781E73;
	text-decoration: none;
}

.reddotted {
	border-top: dashed;
	border-color: #C80F2D;
	border-width: 1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.contact {
	margin-top: 8px;
	margin-left: 25px;
}
