@import 'reset.css';

html,body {
	height: 100%;
}

body {
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 80%;
	background: #bed7e6 url('images/body.png') repeat-y 50% 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 933px;
	height :auto !important; 
	height: 100%;
	min-height: 100%;
}

#header {
	background: #bed7e6 url('images/header.png') no-repeat 50% 0;
	width: 933px;
	height: 143px;
}
#content {
	padding: 10px 30px 0 30px;
}
#order {
	float: right;
	width: 330px;
}

form.cmxform fieldset {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 65px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 68px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform {
  font-family: Verdana,Geneva,sans-serif;
	width: auto;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	}
form.cmxform p{
	padding-left: 20px;
	}

#blurb h1 {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 5px;
}
#blurb {
	width: 477px;
	height: 69px;
	padding: 46px 0 0 420px;
}
strong {
	font-weight: bold;
}
div.notice {
	background: #FCF1D0;
	border: 1px solid #8F1313;
	height: auto;
	margin: 20px;
	padding: 10px;
	width: auto;
	position: relative;
	font-size: 1.2em;
}
div.notice > span {
	color:#8F1313;
	font-weight:bold;
	height:auto !important;
}

div.success {
	background: #d6f5d6;
	border: 1px solid #336633;
	height: auto;
	margin: 20px;
	padding: 10px;
	width: auto;
	position: relative;
	font-size: 1.2em;
}
div.success > span {
	color:#336633;
	font-weight:bold;
	height:auto !important;
}

#why-guru {
	padding: 0 10px;
}

#why-guru li {
	padding: 5px 0;	
	line-height: 19px;
}
