/* grid.css */

.container {padding : 0px 0px 20px 30px;
width : 960px !important ;
margin : 0 auto;
background : #fff url(container.gif) repeat-y;
text-align : left;
position : relative;}

body {margin:1.5em 0;
  line-height: 1.3;
}

div.span-1, div.span-2, div.span-3, div.span-4 {float:left;margin-right: 10px;}

div.last {margin-right:0;}
.span-1  { width: 225px;}
.span-2  { width: 460px;}
.span-3  { width: 695px;}
.span-4, div.span-4 { width: 940px; margin: 0; }

.clearfix, .container {display:block;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:220px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}