@charset "utf-8";
/* CSS Document */

#contactform {
width:500px;
padding-left:30px;
}
#txtFirstName{
width:400px;
margin-bottom:3px;
}

#txtLastName{
width:401px;
margin-bottom:3px;
}

#txtAddress{
width:417px;
margin-bottom:3px;
}

#txtCity{
margin-bottom:3px;
width:130px;
}

#ddlState{
margin-bottom:3px;
width:150px;
}

#txtZipCode{
width:47px;
margin-bottom:3px;
}


#txtPhone3{
width:52px;
margin-bottom:3px;
}

#txtWorkPhone3{
width:52px;
margin-bottom:3px;
}

#txtEmail{
width:379px;
margin-bottom:3px;
}

#txtComments{
width:478px;
}

#txtComments{

}

#btnEmailSubmit{

}


#Donateform {
width:700px;
padding-left:30px;
}

#txtHonorFirstName{
width:360px;
margin-bottom:3px;
}

#txtHonorLastName{
width:361px;
margin-bottom:3px;
}

#txtHonorAddress{
width:377px;
margin-bottom:3px;
}

#txtHonorCity{
margin-bottom:3px;
width:110px;
}

#ddlHonorState{
margin-bottom:3px;
width:130px;
}

#txtHonorZipCode{
width:47px;
margin-bottom:3px;
}


#txtHonorPhone3{
width:52px;
margin-bottom:3px;
}

#txtHonorWorkPhone3{
width:52px;
margin-bottom:3px;
}

#txtHonorEmail{
width:379px;
margin-bottom:3px;
}

#pnlHonorOf {
margin-left:40px;
}


#txtMemoryFirstName{
width:360px;
margin-bottom:3px;
}

#txtMemoryLastName{
width:361px;
margin-bottom:3px;
}

#txtMemoryAddress{
width:377px;
margin-bottom:3px;
}

#txtMemoryCity{
margin-bottom:3px;
width:130px;
}

#ddlMemoryState{
margin-bottom:3px;
width:110px;
}

#txtMemoryZipCode{
width:47px;
margin-bottom:3px;
}


#txtMemoryPhone3{
width:52px;
margin-bottom:3px;
}

#txtMemoryWorkPhone3{
width:52px;
margin-bottom:3px;
}

#txtMemoryEmail{
width:379px;
margin-bottom:3px;
}

#pnlMemoryOf {
margin-left:40px;
}

#buttonSupport {
margin-left:40px;
}