/* *** taken from favicon.cc *** */

body {
	background-image: url("images/background.gif");
	background-repeat: repeat-x;
	font: 83%/1.4 arial, helvetica, sans-serif;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
}

textarea{
	background-image: url("images/background.gif");
	background-repeat: repeat-x;
	border: 1px dotted #2677b5;
	
}

img{
	border: 0px;
}

a {
	color: #105CB6;
	outline: none;
}

a:visited {
	color: #105CB6;
}

a:hover, a:focus {
	color: #003;
}

a:active {
	color: #000;
}

h1{
	font-size: 1em;
	color: #3096e5;
	margin: 0px;
	border: 1px solid #2677b5;
	border-style: solid none solid none;
	text-align: center;
}

h2{
	color: #3096e5;
	margin: 0px;
	font-size: 1.2em;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

table.center tr{
	vertical-align: top;
}

hr {
	border: 0;
	color: #d3dfed;
	background-color: #d3dfed;
	height: 1px;
	width: 90%;
}

/* to avoid newline after form in ie */
form{
	margin: 0px;
}

.fav_button{
	padding: 2px 14px;
	display: block;
	border: 1px solid #d3dfed;
	text-decoration: none;
	margin: 0px;
}
.fav_button:hover{
	border: 1px solid #3096e5;
}

/* rounded corners */

.rounded-box {
	background: #F4F4F5 url("images/background.gif") repeat-x top;
}

/* borders */
.rounded-top {
	background: transparent url("images/rounded_corners/top.gif") repeat-x top;
}
.rounded-bottom {
	background: transparent url("images/rounded_corners/top.gif") repeat-x bottom;
}
.rounded-right {
	background: transparent url("images/rounded_corners/left.gif") repeat-y right;
}
.rounded-left {
	background: transparent url("images/rounded_corners/left.gif") repeat-y left;
}

/* corners */
.rounded-left-top {
	background: transparent url("images/rounded_corners/left-top.gif") no-repeat top left;
}
.rounded-left-bottom {
	background: transparent url("images/rounded_corners/left-bottom.gif") no-repeat bottom left;
}
.rounded-right-top {
	background: transparent url("images/rounded_corners/right-top.gif") no-repeat top right;
}
.rounded-right-bottom {
	background: transparent url("images/rounded_corners/right-bottom.gif") no-repeat bottom right;
}

.rounded-box-content {
	padding: 1.5em;
	text-align: left;
} 

