@charset "utf-8";

.clear {clear:both;}
.center-area {margin-left: auto; margin-right:auto; display:block; width:230px;}
#sub_areas {padding:3px; width: 244px;}

.bottom-desc-h1 {
    background-color: #636363;
    border: 1px solid #ccc;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding:  4px 10px;
    text-transform: uppercase;
	font-family: Arial,Verdana,sans-serif;
}

.bottom-items {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #f2f2f2 0%, #fff 30%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color #dbdbdb #dbdbdb;
    border-image: none;
    border-right: 1px solid #dbdbdb;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    clear: both;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 7px;
    position: relative;
}


.form-section {display:block; width: 234px;}

.button:hover, .button2:hover {
    background: -moz-linear-gradient(center top , #1e62d0 5%, #3d94f6 100%) repeat scroll 0 0 #1e62d0;
}
.button2 {
    margin: 10px auto;
}
.button, .button2 {
    background: none repeat scroll 0 0 #3d94f6;
    border: 1px solid #337fed;
    border-radius: 10px;
    box-shadow: 0 -1px 0 0 #97c4fe inset;
    color: #ffffff;
    display: block;
	width: 185px;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    min-width: 75px;
    padding: 5px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #1570cd;
    text-transform: uppercase;
	text-align:center;
}