#container {
	padding:0;
    width:950px;
	float: left;
	background:#fff;
  
    font-family: Trebuchet MS;
    
}

#content{
	width: 613px;
	float: right;
	margin:5px 0 0 0px;
	padding:25px;
    border: 1px solid #E5E5E5;
   -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
}

#loadingContent{
	width: 640px;
	position: absolute;
	margin:5px 0 0 0px;
	padding:12px;
    border: 1px solid #E5E5E5;
   -webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;
   background-color:#000;
   opacity:0.2;filter:alpha(opacity=20);
   margin-left: 285px;
   z-index: 100;
   display: none;
}
#loadingContent div{
    font-weight: bold;
    color: #FFF;
}



input
{ border: 0;padding: 3px;background: #fff;font-size: 14px;color: #555;border: 1px #DFDFDF solid;
  /* -- CSS3 Shadow - create a shadow around each input element -- */ 
-webkit-box-shadow: 0px 0px 4px #fff;
-moz-box-shadow: 0px 0px 4px #fff; 
box-shadow: 0px 0px 4px #fff;
 
/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
-webkit-transition: background 0.3s linear;	
  }