.reqd {
	color: red;
	font-style: italic;
	font-weight: bold;
}

.gallery {
	border: 1px solid black;
	width: 600px;
}

#pricing {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 350px;
	background: lightgray;
}

#pricing th {
	border-bottom: 1px solid gray;
	text-align: center;
}
#pricing th.lft {
	border: none;
	text-align: left;
}

.field_error {
	color: red;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

.field_ok {
	color: green;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

.enlarge {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	width: 600px;
}

a.picpop {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px 10px 20px 10px;
	width: 150px;
	border: 1px solid #BFBFBF;
	background-color: white;
	z-index: 1;
	font-size: 0.7em;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	-webkit-transition: all 0.5s ease-in;
}
a.picpop:hover,
a.picpop:focus,
a.picpop:active {
	z-index: 2;
	border-color: #6A6A6A;
	-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-webkit-transform: rotate(0deg) scale(1.05);
	-moz-transform: rotate(0deg) scale(1.05);
	transform: rotate(0deg) scale(1.05);
}
.curvy {position:relative; width:450px; background:#9caf9c; color:#000; margin:5em auto;}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#9caf9c; background:#fff; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#9caf9c; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:10px 15px; font-size:11px;}

a.housea { 
	font-style: italic;
	font-weight: normal;

