@charset "UTF-8";

.theme_scripture {
	font-size: 85%;
	font-style: italic;	
}
.left_reg {
	font-size: 110%;
	font-weight: bold;
}
.maintext {
	font-size: 80%;	
}
.maintextbig {
	font-size: 130%;	
}
.details {
	font-size: 75%;
	color: #FFFFFF;
}
.contact {
	border: 1px dotted #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.button2 {
     width: 119px;
     height: 89px;
}
.button2:hover {
    width: 119px;
    height: 89px;
}
#buttonprocess {
	position: relative;
	z-index: 10;
	height: 89px;
	width: 119px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	top: -10px;
}
#buttonholder {
	background-image: url(../img/buttoncover.png);
	position: absolute;
	z-index: 20;
	height: 71px;
	width: 100px;
	left: 10px;
	top: 8px;
	margin: 0px;
	padding: 0px;
}
#buttonup {
	position: absolute;
	z-index: 11;
	height: 89px;
	width: 119px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}
#buttondown {
	position: absolute;
	z-index: 12;
	height: 89px;
	width: 119px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}
fieldset { border:1px solid #961B1E; }
 
legend {
	padding: 0.2em 0.5em;
	border:1px solid #961B1E;
	text-align:right;
	color: #961B1E;
	font-size: 70%;  
}
.input {
  border-style: solid;
  border-color: #9d9d9d;
  border-width: 1px;
  background-color: #f2f2f2;
  color: #292929;
  font-size: 70%;
  outline:none; 
}
select {
  border-style: solid;
  border-color: #9d9d9d;
  border-width: 1px;
  background-color: #f2f2f2;
  color: #292929;
  font-size: 70%;
  outline:none; 
}
textarea {
  border-style: solid;
  border-color: #9d9d9d;
  border-width: 1px;
  background-color: #f2f2f2;
  color: #292929;
  font-size: 80%;
  outline:none; 
}
.littletext {
	font-size: 70%; 
}
.button3 {
	border: 1px solid #f2f2f2;
	background: #9d9d9d;
	margin: 0px;
	color: #f2f2f2;
	font-size: 78%;
}
.button3:hover {
    border: 1px solid #f2f2f2;
    background: #ababab;
	margin: 0px;
	color: #f2f2f2;
	font-size: 78%; 
}

