		#main #left .box2{
				width:500px;
				float:left;
				margin-top:10px;
			}
				#main #left .box2 .main{
					width:100%;
					background-color:#be2704;
					color:white;
					font-weight:bold;
					float:left;
					padding:10px;
					border:1px solid #870801;
					-moz-border-radius: 3px; /* Firefox */
  					-webkit-border-radius: 3px; /* Safari, Chrome */
  					border-radius: 3px; /* CSS3 */	
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae150d', endColorstr='#870801'); /* for IE */
					background: -webkit-gradient(linear, left top, left bottom, from(#ae150d), to(#870801)); /* for webkit browsers */
					background: -moz-linear-gradient(top,  #ae150d,  #870801); /* for firefox 3.6+ */ 
				}
					#main #left .box2 .main h1{
						color:white;
						font-size:23px;
						text-align:left;
						margin-top:0;
						font-family: Arial, Helvetica, sans-serif;
					}
						#main #left .box2 .main h1 a{
							color:white;
						}
							#main #left .box2 .main h1 a:hover{
								color:#CCC;
							}
					#main #left .box2 .main h2{
						color:white;
						margin:0 0 0 20px;
					}
					#main #left .box2 .main .info{
						font-size:22px;
						margin-top:0;
					}
					#main #left .box2 .main .text{
						font-size:13px;
						margin-top:0;
					}
					#main #left .box2 .main input{
						border:1px solid #870801;
						float:left;
						width:170px;						
					}
					#main #left .box2 .main input{
						float:left;
					}
					#main #left .box2 .main textarea{
						border:1px solid #870801;
						width:495px;
						height:50px;
						margin-bottom:5px;
					}
					#main #left .box2 .main .button{
						width: 200px;
						float:right;
						color:white;
						font-weight:bold;
						border:1px solid #870801;
						padding-bottom:5px;
						padding-top:5px;
						letter-spacing:1px;
						margin-bottom:10px;
						-moz-border-radius: 3px; /* Firefox */
  						-webkit-border-radius: 3px; /* Safari, Chrome */
  						border-radius: 3px; /* CSS3 */	
						filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2e2f', endColorstr='#000000'); /* for IE */
						background: -webkit-gradient(linear, left top, left bottom, from(#2f2e2f), to(#000)); /* for webkit browsers */
						background: -moz-linear-gradient(top,  #2f2e2f,  #000); /* for firefox 3.6+ */ 
						cursor:pointer;
					}
						#main #left .box2 .main .button:hover{
							color:#0a66ff;
							filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#2f2e2f'); /* for IE */
							background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#2f2e2f)); /* for webkit browsers */
							background: -moz-linear-gradient(top, #000 ,  #2f2e2f); /* for firefox 3.6+ */ 
						}