form{margin:0;padding:0;}
.form-margin{
    clear:both;
    display:block;
    height:30px;
}

.forminput{
    height:18px;
    font:normal 14px "Trebuchet MS",Trebuchet,Arial;
    padding-left:2px;
    color:#FFF;
    background-color:#000;
    border:0;
    margin-top:10px;
    border-bottom:1px solid #fe8300;
    padding:3px 0;
    float:left;
}

/* Fix margins for FF */
button::-moz-focus-inner{padding:0;border:none;margin:0;}
/* Safari and Google Chrome only - fix margins */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	button object {
		margin-top: -1px;
	}
}

#articles-wrap button{
    display:inline;
    font:normal 17px "Trebuchet MS",Trebuchet,Arial;
    color:#FFF;
    height:26px;
    line-height:26px;
    padding:0 10px;
    margin:10px 0 0 0;
    border:0;
    background:#286aab url(../img/button-blue.png) left top repeat-x;
    text-transform:uppercase;
    cursor:pointer;
    /* trick for ie6 wide button fix */
    width:auto;
    overflow:visible;
}
#articles-wrap label{
    clear:both;
    float:left;
    font-size:17px;
    display:block;
    width:90px;
    margin-top:10px;
    padding-top:3px;
    color:#FFF;
}

#articles-wrap .last-column input.forminput,#articles-wrap .column input.forminput{
    float:left;
    width:153px;
}

#captcha_img{
    float:left;
    clear:right;
    display:block;
    margin-top:10px;
    width:50px;
    height:23px;
}
#captcha_label{
    width:140px !important;
}
#captcha_field{
    width:53px !important;
}