body {
font-family:Helvetica,Arial, sans-serif;
font-size:12px;
}

img {
border:0;
}

h1 {
text-align:center;
}

input,textarea,select {
border-style: solid;
border-width: 1px;
border-color: gray;
}

hr {
margin:0 auto;
height: 1px;
background-color: #dddddd;
background-image: url(hr.png);
background-repeat: no-repeat;
background-position: right top;
border:0;
margin-top: 10px;
margin-bottom: 10px;
}

#subscribe {
	margin-top:5px;
	color:#222;
	text-align:center;	
}

a {
color:#3a8dcc;
}

a:hover {
color:#7b7b7b;
}

form {
display:inline;
}

#footer {
margin-top:10px;
text-align:center;
clear:both;
font-size:12px;
}

#copyright {
margin-top:5px;
font-size:x-small;
text-align:center;
}

#footer a {
font-weight:normal;
color:#666;
}

#copyright a {
text-decoration:none;
font-weight:normal;
color:#666;
}

#footer a:hover, #copyright a:hover {
color:#3a8dcc;
text-decoration:underline;
}

#footer hr {
width:50%;
}

.no_results {
	text-align:left;
	font-size:16px;
	margin-top:40px;
	margin-bottom:40px;
}

.rounded_box {
	background-color:rgb(238, 238, 238);
/*	background-color: rgba(238, 238, 238, 0.7); */
	padding:7px;
	border:1px solid #ccc;

	border-radius: 10px;

	font-size:14px;
	text-align:justify;

	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-o-box-shadow: 1px 1px 4px #ccc;
	-icab-box-shadow: 1px 1px 4px #ccc;
	-khtml-box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;

}

.clear {
	clear:both;
}
