.TestiPage{
    padding: 0px 10px 5px 10px;
}
.TestiPage a {
    margin-left: 5px;
}
.TestiPage strong {
    color: #884825;
    font-weight: bold;
    margin-left: 5px;
    font-size: 12px;
}
#testimonialContainer {
    position:relative;
    border: 1px solid #884825;
    width: 710px;
    overflow:auto;
    margin:10px 0px 10px 10px;
}

#testimonialHeader {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    position:relative;
    background-color: #884825;
    border: 0px solid navy;
    padding: 5px;
    margin: 0px;
}

#testimonialName {
    position: absolute;
    font-weight: bold;
    padding:0px 0px 0px 5px;
}

#testimonialDate {
    border: 0px dotted purple;
    text-align: right;
    font-weight: bold;
    padding: 0px 5px 0px 0px;
}
#testimonialContent {
    margin: 0px;
    padding: 5px;
    text-align: left;
}
#testimonialContent img {
    position:relative;
    float:right;
    clear:both;
    margin:5px;
}

#Alert{
    padding: 0px 10px 0px 10px;
    font-family: Arial;
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.Error{
    font-family: Arial;
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 2px;
    margin-left: 8px;
}
#testiform {
  position: relative;
}

.field {
    margin: 0px 0px 5px 0px;
    line-height: 15px;
}

#testiform label {
	float:left;
	width:8em;
	text-align: left;
	margin-right:1em;
    margin-left: 10px;
}
#testiform label.comments {
	text-align: left;
    margin: 0px 10px 0px 10px;
    font-family: Arial;
    color: #000000;
    font-size: 13px;
    line-height: 17px;
    width: 590px;
}
#testiform input {
	padding:0.15em;
	border: 1px solid #000000;
	background: #FFFFE6;
	font: normal 1.0em arial, sans-serif;
    width: 250px;
}
#testiform input:hover, #testiform input:focus {
	border-color: #990000;
	background: #FFFFCC;
}
#testiform textarea {
	padding:0.15em;
	width:10em;
	border:1px solid #000000;
	background: #FFFFE6;
	font: normal 1.0em arial, sans-serif;
    width: 450px;
    height: 100px;
    margin-left: 10px;
}
#testiform textarea:hover, #testiform textarea:focus {
	border-color: #990000;
	background: #FFFFCC;
}
.submitadv {
    margin: 30px 0px 40px 0px;
    width: 457px;
    text-align: right;
}
#testiform input.send {
	padding:0.15em;
	width:10em;
	border:1px solid #000000;
	background: #CC9F4E;
	font: bold 0.75em arial, sans-serif;
}
#testiform input.send:hover, #testiform input.send:focus {
	border-color: #CC9F4E;
	background: #E7D1A9;
}
