.contact { 
	text-align:left;
	width:55em;
	margin:auto;
	margin-top:1em;
}

.contactnow{ 
	text-align:left;
	width:35em;
	margin:auto;
	margin-top:1em;
}
.contact img.womanonphone { 
	float:right;
}


/****************
*	Phone to order stuff
****************/

.PhoneText { 
	width:35em;
	text-align:left;
	margin-top:1em;
}
.PhoneText h4 { 
	font-size:0.8em;
	margin-bottom:1em;
	padding-left:1.2em;
}
.PhoneText span.Phone { 
	color:#ff9933; 
	font-weight:bold;
	font-size:1.8em;
	display:block;
	padding:0.1em 0em 0.1em 0.5em;
}
.PhoneText span.minigrey { 
	color:#333333;
	font-size:1em;
	padding-left:1em;
}
.Address { 
	background:url("../../img/Breadcrumb_footer.gif") top left repeat-x; 
	margin-top:0.5em;
	padding-top:0.5em;
	padding-left:1em;
}
.Address h5 { 
	color:#ff9933;
	padding-bottom:0.2em;
	font-size:0.8em;
}
.Address address { 
	font-style:normal;
	font-size:0.8em;
	color:#333333.
	;
	line-height:1.3em;
}

p.antispam { 
	color:black;
	font-size:0.8em;
	line-height:1.3em;
	margin-top:2em;
	padding-left:1.2em;
}

.cssform{
	margin-top: 10px;
}
.cssform p{
width: 500px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 5px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: normal;
float: left;
margin-left: 10px; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform span{
	font-weight: normal;
	width: 50px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	margin-left: 10px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: auto;
}

.cssform textarea{
width: 510px;
height: 180px;
}

.contacticon {
	width:258px;
	height:50px;
	display:block;
	overflow:hidden;
	background: url(../img/Contact-now.gif) no-repeat;
	margin-top: 20px;
}
.contacticon a {
	width:258px;
	height:50px;
	padding-top:50px;
	display:block;
	overflow:hidden;
    background: url(../img/Contact-now.gif) no-repeat;
}
.contacticon a:hover{
	width:258px;
	height:50px;
	padding-top:50px;
	display:block;
	overflow:hidden;
	background: url(../img/Contact-now.png) no-repeat;
	}
