@charset "UTF-8";
/* CSS Document */

a {
 color:#000000;
  text-decoration:none;
}

img { border: 0px; 
}

h1 {
margin:0px;
}
body {
  background:#000000 url(/app/webroot/img/back2.jpg);
  background-position:top center;
  background-repeat:no-repeat;
  margin:0px;
  padding:0px;
  
}

#main {
  position:absolute;
  left:50%;
  margin-left:-495px;
  width:988px;
}

#logo {
  float:right;
  clear:left;
}

#menu {
	float:right;
	margin-bottom:20px;
	}
	
#shadow_right {
	position:absolute;
	top:68px;
	left:50%;
	margin-left:494px;
}

#content_frame {
	background:url(/app/webroot/img/back_body.jpg);
	width:988px;
	height:516px;
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:12px;
	line-height:17px;
}

.white {
	color:#f2f2f1;
}

.white a{
	color:#f2f2f1;
}
.column {
float:left;
  width:247px;
  min-height:1px;
  _height:1px;  
}

input {
 border:0px;
 margin:0px;
 padding:0px;
 width:237px;
 }
 
 textarea {
 border:0px;
 margin:0px;
 padding:0px;
 width:237px;
 }
 
 #bottom_bar {
 margin-top:21px;

   background:url('/app/webroot/img/bottom_bar.gif'); width:494px; height:49px; margin-left:247px;
 	font-family:Trebuchet MS, Verdana, Arial;
	font-size:12px;
	line-height:22px;
 }
 
 .error_message {
 display:inline;
 color:#ff0000;
 }
