form {
position:relative;

padding:0px;
margin:0px auto;
}

table {
position:relative;
padding:0px;
margin:0px;
}

tr {
padding:0px;
padding-bottom:4px;
margin:0px;
}

td {
margin:0px;padding:0px 0px 2px 0px;
}

textarea {
resize:none;
padding:5px 2px 3px 2px;
height:150px;
}

input.firstinp, textarea {
width:400px;
}

input.secondinp, input.thirdinp {
width:161px;
}

input.firstinp, input.secondinp, input.thirdinp, textarea {
border:1px solid rgb(217,217,217);
border-top:1px solid rgb(192,192,192);
border-radius:1px;
min-width:54px;
}

input.firstinp:hover, input.secondinp:hover, input.thirdinp:hover, textarea:hover {
box-shadow:0px 1px 2px rgb(239,239,239) inset;
border:1px solid rgb(185,185,185);
border-top:1px solid rgb(160,160,160);
}

input.firstinp:focus, input.secondinp:focus, input.thirdinp:focus, textarea:focus {
box-shadow:0px 1px 2px rgb(208,208,208) inset;
border:1px solid rgb(77,144,254);
}

input.firstinp, input.secondinp, input.thirdinp {
height:29px;
line-height:29px;
padding-left:2px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
font-style:italic;
color:rgb(160,160,160);
}

.send {
width:70px;
position:absolute;
right:2px;
background-color:rgb(77,144,254);
background-image:-moz-linear-gradient(center top, rgb(77,144,254),rgb(71,135,237));
border:1px solid rgb(48,121,237);
color:rgb(255,255,255) !important;
border-radius:2px;
height:29px;
line-height:29px;
min-width:54px;
padding:0px 8px;
}

.send:hover {
background-color:rgb(77,144,254);
background-image:-moz-linear-gradient(center top, rgb(77,144,254),rgb(53,122,232));
border:1px solid rgb(47,91,183);
}

.send:active {
box-shadow:0px 0px 5px rgba(85,85,85,0.6) inset;
}

.infocircle {
background-color:rgb(247,247,247);
display:inline-block;
position:absolute;
width:16px;
height:16px;
border-radius:8px;
border:1px solid rgb(208,208,208);
line-height:14px;
text-align:center;
color:rgb(192,192,192);
cursor:help;
}

.topic {top:0px;right:0px;}
.text {top:34px;right:0px;}
.email {top:188px;right:239px;}
.name {top:188px;right:74px;}

.firstinp:hover+.topic, .secondinp:hover+.email, .thirdinp:hover+.name, textarea:hover+.text {
border:1px solid rgb(160,160,160);
box-shadow:-1px 1px 2px rgb(239,239,239);
}

.firstinp:focus+.topic, .secondinp:focus+.email, .thirdinp:focus+.name, textarea:focus+.text {
border:1px solid rgb(77,144,254);
box-shadow:-1px 1px 2px rgb(208,208,208);
}