.container {
	margin:auto;
	margin-top: 20px;
	line-height:10px;
	background:#fff;
	padding:4px;
	width:550px
}
.content {
        background-image:url(../images/b.gif);padding:10px;
        }        
.shape {
	margin: 0px 6px 6px 6px;
	border: 1px solid #fff;
	background: #fbfaf8;
	line-height: 1.2em;
        }     
.pintext {
	color:#666;
	font:bold 16px trebuchet ms,lucida grande,verdana,arial,sans-serif;
}
.buttons {
	background: #e3e3db;
	font-size:12px;
	color: #989070;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	margin-left: 200px;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
}
.name {
	background-image: url(../images/name.png);
	background-repeat: no-repeat;
	background-position:left;
	padding-left:19px;
	background-color: #f0f0f0;
	margin-left:15px;
	border:0px none #F11F1F;
	font:normal 18px Arial;
	color: #b75225;
	margin-bottom: 7px;
	margin-top: 3px;
   }   
.email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position:left;
	padding-left:19px;
	background-color: #f0f0f0;
	margin-left:15px;
	border:0px none #F11F1F;
	font:normal 18px Arial;
	color: #b75225;
	margin-bottom: 7px;
	margin-top: 3px;
   }   
.string {
	width: 346px;
	height: 38px;
	border:0px;
	padding: 5px;
   }   
.textarea {
	margin-top:10px;
	background-color: #f0f0f0;
	width: 295px;
	border:0px none #F11F1F;
	font:normal 12px Arial;
	color: #000000;
	padding: 15px;
	margin-bottom: 7px;
	margin-left: 20px;
   }   
.footer_textarea {
	background-position: bottom;
	background-repeat: no-repeat;
	width: 346px;
	height: 12px;
	border:0px;
   }    
.string_textarea {
   background-image: url(../images/top_textarea.gif);
   background-position: top;
   background-repeat: no-repeat;
   width: 346px; 
   border:0px;
   }	
.warningAlert,.successAlert,.errorAlert {
	text-align:center;
	font:italic normal 100% georgia,times,serif;
	padding:9px
}
.successAlert a,.warningAlert a,.errorAlert a {
	font-weight:700
}
.successAlert {
	color:#333;
	border:3px solid #8fc15e;
	background:#edf9d9
}
.successAlert a {
	color:#360 !important
}
.warningAlert,.errorAlert {
	color:#000;
	border:3px solid #cd6531;
	background:#ffe6cd
}
.warningAlert a,.errorAlert a {
	color:#b46131 !important
}
