.container {
	border:1px dashed #cfcfcf;
	margin:auto;
	margin-top: 20px;
	line-height:18px;
	background:#fff;
	padding:4px;
	width:580px
}

.content {
        background-image:url(../images/b.gif);padding:10px;
        }
        
.shape {
	margin: 0px 6px 0px 15px;
	border: 10px solid #fff;
	background: #fbfaf8;
	line-height: 1em;
	width: auto;
        }
        
.header {
        font:bold 12px trebuchet ms, lucida grande, verdana, arial, sans-serif; 
        color:#fff; 
        font-size:16px; 
        padding-top:4px; 
        padding-bottom:4px;
        background-color: #EDCC9A; 
        margin-bottom:5px;
        text-align:center;
        }

.pintext {
	color:#666;
	font:bold 14px trebuchet ms,lucida grande,verdana,arial,sans-serif;
}

.buttons {
   background: #e3e3db;
   float:right;
   font-size:12px;
   color: #989070;
   padding: 2px 8px;
   border-width: 2px;
   border-style: solid;
   border-color: #fff #d8d8d0 #d8d8d0 #fff;
   text-decoration: none;
   text-transform:uppercase;
   font-weight:bold;
   margin-top:10px;
   margin-right:-8px;
}

.name {
   background-image: url(../images/name.png);
   background-repeat: no-repeat;
   background-position:left;
   padding-left:19px;
   background-color: #fffff0;
   margin-top: 7px;
   margin-left:15px;
   border:1px solid #CCCCCC;
   font:normal 14px Arial;
   color: #999999;
   }
   
.email {
   background-image: url(../images/email.png);
   background-repeat: no-repeat;
   background-position:left;
   padding-left:19px;
   background-color: #fffff0;
   margin-top: 7px;
   margin-left:15px;
   border:1px solid #CCCCCC;
   font:normal 14px Arial;
   color: #999999;
   }
   
.string {
   width: 300px; 
   height: 38px;
   border:0px;
   }
   
.textarea {
	margin-top:5px;
	background-color: #fffff0;
	width: 270px;
	border:1px solid #CCCCCC;
	font:normal 14px Arial;
	color: #999999;
	padding: 10px;
	margin-left: 15px;
   }
   
.footer_textarea {
   background-position: bottom;
   background-repeat: no-repeat;
   width: 200px; 
   height: 12px;
   border:0px;
   } 
   
.string_textarea {
   background-position: top;
   background-repeat: no-repeat;
   width: 300px; 
   border:0px;
   }
	
.warningAlert,.successAlert,.errorAlert {
	text-align:center;
	font:italic normal 100% georgia,times,serif; font-size:12px;
	padding:5px
}
.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
}

