/*Realize Your Visions CSS INSIDE
developed by CarricDesign
www.carricdesign.com*/

/*#CENTER-----------------------------*/


.form {
	border: #ccc;
	border-style: solid;
	background: #f7f7f7;
	border-top-width: 1pt; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px;
	color: #14197b;
	width: 225px;
}


#center p.form {
	font-size: 0.9em;
	color: #fff;
}

#center p.border-bottom {
	padding-bottom: 15px;
	border-bottom: 2px solid #e0e0e0;
}

#center input.txt {
	width: 225px;
	border: 1px inset #00008b;
}

#center input.btn {
	border: 1px outset #00008b;
}

#center input.checkbox {
	margin-left: 10px;
	margin-right: 5px;
}

#center p label {
	float: left;
	width: 35%;
}

#center fieldset {
	border: 2px solid #000;
	padding: 10px;
	margin: 10px;
	background-color: #b09d89;
}

#center checkbox {
	padding-left: 5px;
}

.checkbox {
	padding-right: 5px;
}

.small {
	font-size: 0.7em;
}

p.ty {
	padding-bottom: 500px;
}


#text img {
	border: none;
}

#text a.news {
	display: block;
	margin: 0;
	padding: 0;
	width: 424px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/but-newsletter.jpg) top left no-repeat;
	margin: 20px 0 15px 0;
}


#text a.news:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 424px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/but-newsletter.jpg) top right no-repeat;
	margin: 20px 0 15px 0;
}


