/* global */
.clr {clear: both;}

/* index */

body {background: url(/img/bckg.jpg) #000 no-repeat top center; margin: 0;}
div.welcome {width: 565px; margin: 135px auto 0 auto;}
div.welcome a {display: block; margin: 25px auto 0 auto; width: 180px; height: 66px; background: url(/img/button.gif) no-repeat left;}
div.welcome a:hover {background-position: -180px;}

/* form */
div.form {margin: 25px 0;}
div.form_style a.send {border:none; background: url(/img/send_button.gif) no-repeat left; display: block; height:64px; width: 138px;float: left; }
div.form_style a.send:hover {background-position: -138px;}
div.form_style a.cancel {background: url(/img/cancel_button.gif) no-repeat left; display: block; height:64px; width: 138px;float: right;}
div.form_style a.cancel:hover {background-position: -138px;}
div.form_style h1 {font-size: 16px; color: #444; font-weight: normal;line-height: 1.5;}
div.form_style input {width: 370px; border: 1px solid #ccc; padding: .5em;}
div.form_style input:focus {border:1px solid #326db9;}
p.buttons {width: 400px;}
