#content{
    height:540px;
    margin:0 auto;
	color:#222;
	font-size:78%;
}
#content form{
	position:relative;
    width:378px;
    height:460px;
    margin:0 auto;
    clear:both;
}
#content p{
    width:100%;
    float:left;
    clear:both;
    position:relative;
}
#content label{
    float:left;
    width:100px;
    text-align:right;
    margin:10px 0px 5px 0px;
    padding-right:10px;
    text-shadow:1px 1px 1px #f0f0f0;
    line-height:20px;
}
#content input[type="text"],
#content textarea,
#content select {
    float:left;
    margin:5px 0px 5px 0px;
    font-weight: normal;
    letter-spacing: normal;
    padding:4px 4px 6px 4px;
    width:258px;
    border:1px solid #ddd;
}
#content select {
	background-color:transparent;
	margin-top:9px;
	width:268px;
	font-size:1em;
}
#content textarea{
    overflow-x:hidden;
}
#content input[type="button"]{
    cursor:pointer;
    color:#e73c00;
    float:right;
    border:none;
    font-size:22px;
    padding-left:15px;
    cursor:pointer;
    margin:15px 0 0 0;
	outline-style:none;
}
#content input[type="button"]{
	background-color:transparent;
}
#content input[type="button"]:hover{
    color:rgb(51,51,51);
	text-shadow:1px 1px 0 rgba(0,0,0,0.2);
}
#content p.details {
	margin-top:6px;
}
#content p.submit{
    height:40px;
}
#content label span{
    font-size:11px;
    line-height:20px;
    float:right;
    margin-left:3px;
    font-weight:bold;
    color:#f0f0f0;
    text-shadow:1px 0px 1px #000;
}
#content label.checkbox{
	width:300px;
	margin:4px 0 0 280px;
}
#leftCopy, #rightCopy {
	float:left;
}
#leftCopy p {
	margin:4px 0;
}
#leftCopy p.attention {
	margin-top:8px;
}
#leftCopy strong {
	color:rgb(210,27,27);
}
#rightCopy {
	width:372px;
}
.error{
    background:transparent url(/css/images/errormsg.png) no-repeat top left;
    width:203px;
    height:50px;
    position:absolute;
    top:-15px;
    right:-202px;
    font-size:11px;
    color:#fff;
}
.error span{
    margin-left:25px;
    line-height:40px;
    text-shadow:1px 1px 1px #555;
}
.loader{
    background:transparent url(/css/images/ajax-loader.gif) no-repeat top left;
    width:31px;
    height:31px;
    float:right;
    margin-top:35px;

}
.success{
    height:31px;
	float:right;
	margin:35px 10px 0px 0px;
	font-size: 150%;
	color: rgb(0, 157, 0);
}
.envelope img{
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-88px;
    margin-left:-123px;
}