/* @override 
	http://0.0.0.0:3000/stylesheets/signup.css
	http://order.scrippro.local/stylesheets/signup.css
*/

.narrow_900 #container, .narrow_900 #header {
	width: 900px;
}

body {
	background-color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
}

h1 {
	font: 26px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #8aae4c;
}

h3 {
	font: 16px bold Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: ;
}

p {
	margin-top: 3px;
}

a:link, a:visited {
	color: #5397d8;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #f06000;
	font-weight: bold;
	text-decoration: underline;
}

fieldset {
	border: 0;
	border-top: 1px solid #bfbfbf;
	background-color: #fcfcfc;
	margin-bottom: 15px;
}

fieldset legend {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #555;
}

fieldset p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 12px;
	text-decoration: none;
}

fieldset table {
	width: 100%;
}

th {
	text-align: right;
	width: 25%;
}

.big {
	font-size: 16px;
	font-weight: bold;
	width: 97%;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 960px;
	padding: 10px;
	padding-bottom: 200px;
	padding-top: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group Errors */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  /*width: 400px; */
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
	list-style-position: inside;
}

#message_center {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
}

#message_center .error {
	/*width: 100%;*/
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
	background-color: #ff6a74;
	border: 1px solid #f00;
	color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align:center;
}

#message_center .notice {
	/*background-color: #f3f3f3;*/
	/*width: 100%;*/
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
	/*border: 1px solid #ccc;*/
	color: #555;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
}

/* @end */

/* @group Header */

#header-bg {
	width: 100%;
	background: url(../../images/bg_header.jpg) repeat-x 0px 0px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 960px;
	padding: 10px;
	padding-top: 0px;
}

#subtitle {
	float: right;
	text-align: right;
	color: #555;
	font:bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing:-1px;	
	margin-top: 35px;
}

/* @end */

.left, .right { width: 425px; }
.left 	{ float: left; }
.right 	{ float: right; }
