body{
	background: #fff url('../img/site_images/jaboohBgFade.jpg') bottom center repeat-x;
	font-family: arial;
	font-size: 0.8em;
	color: #333333;
}
h2,h3{
	color: #666;
}
h2{
	font-size: 1.2em;
}
h3{
	font-size:1.1em;
}
.content img{
	margin: 5px; 
	float: right;
	border: none;
}
img {
	border:none;
}
img.captchaDemo{
	float:none;
}
.logo{
	background: #ffffff url("../img/site_images/logo.jpg") no-repeat;
	border: 0px solid black;
	position: absolute;
	top: 1px;
	left: 1px; 
	height: 73px; 
	width: 310px;
	color: #9A33CC;
	z-index:-1;
}
.container{
	border: 0px solid black; 
	margin: auto auto auto auto;  
	min-height: 500px;
}
.content{
	border: 1px solid #999;
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	margin: 10px auto auto auto;
	padding: 10px 10px 20px;
	height: auto;
	width: 590px;
	background-color: #ffffff;
}
.footer{
	border: 1px solid #999;
	-moz-border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px;
	background: #CA94E4; 
	border-top: 0px;
	margin: 0px auto;
	padding: 5px; 
	width: 600px;
	clear: both;
}
.footer p {
	margin: 0px;
	font-size:0.8em;
}
.loginBox{
position: absolute;
top: 1px;
left: 310px;
margin-left: 10px;
height: 20px;
width: 100px;
border: 0px solid;
}
/* Menu */

.menu {
width: 610px;
height: 40px;
margin: 100px auto 1px auto;
border: 0px solid;
text-align: center;
}

.menu ul {
margin: 0;
padding: 0;
list-style: none;
}

.menu li {
display: inline;
}

.menu a {
	display: block;
	float: left;
	width: 100px;
	height: 28px;
	padding: 12px 1px 0 1px;
	margin-right: 2px;
	background: #D5AAEA url('../img/site_images/jMenu.jpg') top repeat-x;
	border: 1px solid #666666;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.active a{
	color: #3B3B3B !important;
	-moz-box-shadow:2px 2px #ccc !important;
	-webkit-box-shadow:2px 2px #ccc !important;
	background: #ccc url('../img/site_images/jMenuActive.jpg') top repeat-x !important;
}
.menu a:hover {
	color: #fff;
	background: #AB55D5 url('../img/site_images/jMenuHover.jpg') top repeat-x;
	-moz-box-shadow:2px 2px #ccc;
	-webkit-box-shadow:2px 2px #ccc;
}
.error{
	color:#B61503;
}
.portfolioContainer{
	border:1px solid #E4C9F1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	clear: both;
	margin-bottom:15px;
	padding:0px 15px 15px;
}
fieldset{
	padding:25px;
	font-weight:bold;
	border:1px solid #E4C9F1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
label{
	width: 150px;
	float:left;
	font-weight: bold;
	color: #AB55D5;
}
.button {
	border: 1px solid #D6D6D6;
	background: #DCDCDC url(../img/site_images/formButton.png) top repeat-x;
	height: 30px;
	width:120px;
	font-size: 1em;
	color: #333;
	clear:both;
	cursor:pointer;
	margin-left:150px;
	padding-bottom:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.button:hover, .submit:hover {
	border: 1px solid #999;
}
.gallery_container{
  padding: 2px;
  width: 290px;
  float: left;
  text-align: left;
	border: 1px solid #CA94E4;
	min-height: 100px;
	height:100px;
	display: block;
	margin: 0px 2px 5px 2px;
}
.content .gallery_image {
  padding: 2px;
  border: 1px solid #ccc;
}
.captchaImage{
	border: 0px solid;
	margin-right: 90px;
	float: none !important;
	margin-left:150px !important;
	clear:both;
}
.greyBorder{
	border:1px solid #cccccc;
	margin-bottom:5px;
}
.formErrorDiv{
	border:1px solid #AB55D5;
	padding:0px 10px;	
	background-color:#F2E3F9;
	font-weight:bold;
	color:#666;
}
.cursorPointer{
	cursor:pointer;
}
.displayNone{
	display:none;
}
.boxShadow{
	border:1px solid #ccc;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
}
.marginAuto{
	margin:1px auto;
}
