/*========================================================

MIKE AND IKE - mikeandike.co.uk

CSS styles for popup boxes

Designed and built by Strawberrysoup.co.uk

=========================================================*/

body {
	background: #FFF url(../cssimages/common/popupbg.png) no-repeat;
	padding-top: 100px;
}

p {
	line-height:1.5em;
}

#content {
	width: 500px;
	padding: 20px;
}

h1 {
	color: #ff4c00;
	font-weight: bold;
}

h2 {
	color: #ff4c00;
}

h3 {
	font-weight: bold;
}

a {
	color: #ff4c00;
	text-decoration: none;
}

a:hover {
	color: #F00;
	
	text-decoration: underline;
}