.baseform fieldset { border: none; }

.baseform ol {
  list-style-type: none !important;
  margin: 0;
  padding: 0 15px;
}

.baseform li {
  margin: 5px 0 20px 0;
  list-style-type: none !important;
}

.baseform li.address {
  margin-bottom: 0;
  line-height: 15px;
}

.baseform p.note {font-size: 11px; color: #808080; margin: 0; }

.baseform label {
  padding-right: 5px;
	display: inline-block;
	vertical-align: top;
	width: 80px;
}

.baseform input[type="text"] {
  border: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #ddd;
	font-size: 1em;
  padding: 2px;
  width: 250px;
}

.baseform textarea {
  border: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #ddd;
  padding: 2px;
  width: 250px;
}

.baseform input.checkbox {
  background: none;
  border: none;
}

.baseform input.disabled {
  background: #d4d0c8;
  border: 2px solid #ccc;
}

.baseform label.error {
  width: auto;
  display: block;
  color: #ff0000;
  font-size: 10px;
  line-height: 12px;
  margin-left: 90px;
  font-style: italic;
}

/*.baseform label.correct {
  background: url(../images/core/icon-form-valid.gif) 0 6px no-repeat !important;
  width: 10px;
  height: 22px;
  margin-left: 5px;
  vertical-align: top;
  display:-moz-inline-stack; /* to be removed */
  /*display:inline-block;
  /* NOTE: inline-block not in firefox 2 but will be in firefox 3.
  More info here: https://bugzilla.mozilla.org/show_bug.cgi?id=9458 */
/*}*/

.baseform em {color: #ff0000; font-style: normal;}



/*************************************************
    CUSTOM STYLING
    modify styles to suit your site here.
*************************************************/
/* BUTTONS - http://particletree.com/features/rediscovering-the-button-element/ */
.buttons a, .buttons button{
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px 0 0 !important;
    padding:0;
    border:none;
}

button:hover, .buttons a:hover{
    background-color:#F0F6F8;
    border:1px solid #ccc;
}
.buttons a:active{
    background-color:#6299c5;
    color:#fff;
}

li.buttons { margin-left: 90px; } /* pushes submit button flush with inputs instead of labels */

li.button input {	width: 90px; }