#content{
    height:540px;
}
#contentWrapper{
    background:transparent url(/css/images/formbg.png) no-repeat bottom center;
}
#content form{
	position:relative;
    width:680px;
    height:460px;
    margin:0px auto;
    padding:60px 0px 0px 0px;
    clear:both;
}
#content p{
    float:left;
    clear:both;
    position:relative;
    padding:5px 0px;
}
#content label{
    float:left;
    width:200px;
    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{
    float:left;
    margin:5px 0px 5px 0px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    padding:4px 4px 6px 4px;
    width:380px;
    border:1px solid #ddd;
	
/*    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 3px #000;
    -webkit-box-shadow:1px 1px 3px #000;
    box-shadow:1px 1px 3px #000;
*/
}
#content input[type="text"] {
	line-height:20px;
}
#content textarea{
	line-height:18px;
    overflow-x:hidden;
}

/*
#content input[type="text"]:focus,
#content textarea:focus{
    -moz-box-shadow:0px 0px 8px #e73c00;
    -webkit-box-shadow:0px 0px 8px #e73c00;
    box-shadow:0px 0px 8px #e73c00;
}
*/
#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.submit{
    height:40px;
	width:87%;
}
#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;
}
.error{
    background:transparent url(/css/images/errormsg.png) no-repeat top left;
    width:203px;
    height:50px;
    position:absolute;
    top:-21px;
    right:-196px;
    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;
}