* {
  margin: 0;
  padding: 0;
}

body {
  font: 12px verdana, arial, helvetica, sans-serif;
  color: #333;
/** ORIGINAL  background: #7ccc5c url('/public/assets/themes/advanstar/images/layout/bg_dialogPage.png') repeat-x; **/
  background: #f2f2f3 url('../../images/layout/bg.gif') repeat-x;
  text-align: center;
  line-height: 150%;
}

a {
/** ORIGINAL  color: #629900; **/
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

a:hover {
  border: 0;
  color: #3B0D69;
/** ORIGINAL  background: #629900; **/
}

h1 {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
/** ORIGINAL  color: #629900; **/
	font-weight: normal;
	color: #3B0D69;
	font-size: 1.5em;
}

h2 {
  margin: 10px 0;
  color: #263356;
  font-size: 16px;
}

p, ul, pre {
  margin: 8px 0;
}

ul {
  padding-left: 20px;
  list-style: square;
}

code {
  padding: 0 2px;
  font-size: 1.2em;
  background: #e8e8e8;
}

pre {
  border: 1px solid #263356;
  padding: 0 8px;
  font-size: 1.2em;
  background: #e8e8e8;
}

acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}

/** Form **/

label {
  margin: 3px 0;
  font-size: 90%;
  font-weight: bolder;
  display: block;
}

label.checkbox {
  font-weight: normal;
  display: inline;
}

label span.label_required {
  color: red;
  font-size: 90%;
}

input, textarea, select {
  border: 1px solid #ccc;
  padding: 3px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  background: white;
}


fieldset {
  margin: 10px 0;
  padding: 10px;
  padding-top: 5px;
  border: 1px solid #ccc;
}

fieldset legend {
  font-size: 90%;
  font-weight: bolder;
}

input { width: 200px; }
input.short { width: 50px; }
input.medium { width: 150px; }
input.long { width: 320px; }

input.checkbox {
  border: 0;
  width: auto;
}

textarea {
  width: 500px;
  height: 150px;
}

textarea.short {
  height: 70px;
}


button.submit {
  margin-top: 10px;
}

span.required {
  color: red;
  font-size: 90%;
}

#formErrors {
	padding: 10px;
	padding-left: 60px;
	border: solid 1px #FF0000;
	background-position: 10px center;
	background-color: #FFFFCC;
	background-image: url(../images/layout/x.gif);
	background-repeat: no-repeat;
}
#formErrors p {
	padding: 0px;
	margin-bottom: 4px;
	color: #000000;
}
#formErrors ul li {
  font-size: 90%;
}

/** Classes **/

.desc {
  font-size: 90%;
  color: #666;
  font-style: italic;
}

.bold {
  font-weight: bolder;
}

.note {
  border: 1px solid #263356;
  padding: 0 8px;
  background: #e8e8e8;
}

/** Construction **/

#logoSquid2 {
	margin-top: 30px;
}
#header {
	margin: 0px auto;
	padding: 10px;
	width: 450px;
  text-align: center;
}
#header a {
	border: none;
}
#crumbsWrapper {
	line-height: 25px;
}
#innerContentWrapper {
	margin: 10px auto;
	width: 550px;
}
#pageContent {
	background-image: none;
	padding: 20px;
	padding-top: 15px;
}
#useNotice {
	margin: 10px auto;
	width: 550px;
	color: #ddd;
	font: 11px verdana, arial, helvetica, sans-serif;
	padding-top: 6px;
}

#useNotice a {
/** ORIGINAL	color: #629900;**/
	color: #333333;
	font: 11px verdana, arial, helvetica, sans-serif;
	padding-top: 6px;
	border: 0;
}

#useNotice a:hover {
	color: #889c16;
	background: none;
}

#icon {
	position: relative;
	float: left;
	padding-top: -3px;
}
#dialogb {
  margin: 50px auto 0 auto;
  border: solid 1px #A7A9AC;
  width: 570px;
}
#dialog {
  background: #fff;
/** ORIGINAL  border: 4px solid #68a764; **/
	border: 2px solid #E9E9EA;
  padding: 15px;
  text-align: left;
}

#error, #success {
	/*padding: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;*/
	font-size: 120%;
	clear: both;
	cursor: pointer;
	border: 2px solid #CCCCCC;
	padding: 15px;
	padding-left: 60px;
	background-position: 10px center;
	background-color: #FFFFCC;
	background-repeat: no-repeat;	
}

#error {
 /* background: #FFB0B0;
  border-color: red; */
 	border-color: #FF0000;
	background-image: url(../images/layout/x.gif);
}

#success {
/*  background: #ffe37e;
  border-color: #6aae4f;
  color: #333333; */
	border-color: #009900;
	background-image: url(../images/layout/check.gif);
}

/** Login dialog **/

#loginUsernameDiv, #loginPasswordDiv {
  padding-top: 1px;
}

#loginUsernameDiv {
  /*width: 170px;*/
}

* html #loginUsernameDiv {
  margin-top: 1px;
}

#loginPasswordDiv {
/* margin-left: 170px;*/
}
#loginPassword, #loginUsername, #forgotPasswordEmail {
	width: 300px;
	margin-bottom: 10px;
}
#loginSubmit span, #forgotPasswordSubmit span {
  padding-left: 8px;
  font-size: 11px;
}

* html #loginSubmit span, * html #forgotPasswordSubmit span {
  position: relative;
  top: -4px;
}
