@charset "UTF-8";
/* 
Title:     Media Bakery - forms.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

/* Layout
------------------------------------------------------------------------------------------------- */
/*.textfield {
	margin: 0;
	padding: 2px;
	font-weight: normal;
	color:#666;
	border:1px solid #919191;
	background: #fff url(../images/qsearch-input-bg.gif) repeat-x top left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}*/

.badmessage {color: #cd2c2c;}	
.goodmessage {color: #337ecb;}	


#primaryContent {
	clear: left;
	float: left;
	width: 974px;
	font-size: 90%;
}
#primaryContent .gutter {
	padding: 20px 0 20px 0;
}
/*h1 {
	margin: 2em 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	margin: 0;
	padding: 0;
}*/
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    6px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 6px; height: 6px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -6px 0px 0px 0px; }
.borderBR { margin: -6px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
.formWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
	float: left;
	padding: 0px;
    border: 0px;
	width: 500px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.form {
    margin: 0px;
    padding: 0px;
	background: #eeeeee;
	/*background: #eeeeee url(../images/brushed_bg.gif) repeat;*/
	border: 1px solid #cccccc;
	/*background: #e8e8e4;*/
	/*background: transparent url(../images/searchnav_bg_tile.png) top left;*/
   /* border: 1px solid #cbcbc8;*/
}
.form input:focus {
	background: #fffbbf;
}
.mbForm {
	margin: 0;
	padding: 1em;
}
.mbForm div {
	margin: 3px 0 3px 0;
}
.mbForm h1 {
	margin: 2em 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
fieldset {
	margin: 1em 0;
	padding-left: 10px;
	border: 1px solid #ccc;
	/*background: #ececec;*/
}
legend {
	color: #525247;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
.mbForm label {
	float: left;
	padding-right: 3px;
	width: 10em;
	text-align: right;
}
.mbForm input, .mbForm select {
	margin-bottom: 2px;
	vertical-align: middle;
}
.message {
	margin: 0;
	padding: 0 0 0 10em;
	font-size: 95%;
}
.mbForm .textfield {
	width: 200px;
	margin-bottom: 2px;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}
.mbForm .menu {
	width: 204px;
	margin-bottom: 2px;
	font-size: 95%;
}
#yourInterests label {
	width: 3em;
	float: none;
	display: inline;
}
#yourInterests ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#yourInterests li {
	margin: 0;
	padding: .3em 0;
	list-style: none;
}
span {
	float: left;
	width: 110px;
	font-size: 95%;
	font-weight: bold;
	text-align: right;
}

/* Sidebar
----------------------------------------------------------------------------------- */
.sideBar {
	float: left;
	margin-left: 30px;
	width: 340px;
}
.sideBar h3 {
	margin: 1em 0 0 0;
}
.sideBar ul {
	margin: 0;
	padding: 0;
	}
.sideBar li {
	margin-left: 1.3em;
	padding: .1em 0;
}
.first {
	margin-top: 0;
}

/* My Account Forms
----------------------------------------------------------------------------------- */
#account .formWrapper {
	width: 70%;
	/*width: 805px;*/ 
}
#account .sideBar {
	width: 20%;
}
.mbAccountForms  {
	margin: 0;
	padding: 1em;
	background: #fff;
}


