body {
  font-size: 14px;
  line-height: 1.2;
  color: #666;
}

p {
  margin: 0;
  padding-bottom: 1.2em;
}

h1, h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 0;
}

#wrapper {
	margin: 0 auto;
	width: 954px;
	margin-bottom: 20px;
	padding: 0;
}

#wrapper a:hover {
  text-decoration: underline;
}




#content {
	background:url(/images/wrapper-middle.png) left top repeat-y;
	padding: 15px 32px;
}

#content input[type=text],
#content input[type=password] {
  width: 286px;
  height: 24px;
  padding: 4px 5px;
  line-height: 24px;
  background: #F5F5F5;
  border: 1px solid #666;
  font-size: 14px;
}

#content select {
  background: #F5F5F5;
  border: 1px solid #666;
  font-size: 14px;
  vertical-align: middle;
}

#content input[type=text]:focus,
#content input[type=password]:focus,
#content textarea:focus,
#content select:focus {
  background: white;
  border: 1px solid #DADCDC;
}







body.simple_form #wrapper {
  width: 549px;
}

body.simple_form #header-simple {
	background: url(/images/wrapper-simple-form-top.png) left bottom no-repeat;
}

body.simple_form #header-simple .homepage {
  color: #1b5186;
  font-size: 12px;
  margin-right: 8px;
  position: relative;
  top: 42px;
}

body.simple_form #header-simple .flash {
  clear: left;
	width: auto;
	margin-bottom: 15px;
	position: relative;
	top: 10px;
}

body.simple_form #content {
  padding: 15px 42px;
  background: url(/images/wrapper-simple-form-middle.png) left top repeat-y;
}

body.simple_form .description {
  padding-left: 5px;
  padding-bottom: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #020202;
  width: 97%;
}

body.simple_form label {
  display: block;
  margin-bottom: 3px;
  color: #020202;
}

body.simple_form .radio_option {
  float: left;
  margin-right: 32px;
  position: relative;
}

body.simple_form .radio_option label {
  display: inline;
  font-weight: normal;
}

body.simple_form .radio_option input {
  margin-left: 0;
  margin-right: 0;
}

body.simple_form .radio_option .explanation {
  position: absolute;
  bottom: 13px;
  left: 22px;
  display: none;
}

body.simple_form .radio_option .explanation .top {
  width: 192px;
  height: 6px;
  background: url('/images/project-type-bg-top.png') left top no-repeat;
}

body.simple_form .radio_option .explanation .middle {
  color: black;
  font-size: 12px;
  line-height: 18px;
  width: 164px;
  padding: 0 14px;
  background: url('/images/project-type-bg-middle.png') left top;
}

body.simple_form .radio_option .explanation .middle .type {
  font-size: 14px;
  margin-bottom: 2px;
}

body.simple_form .radio_option .explanation .middle ul {
  padding-bottom: 2px;
}

body.simple_form .radio_option .explanation .bottom {
  width: 192px;
  height: 28px;
  background: url('/images/project-type-bg-bottom.png') left top no-repeat;
}


body.simple_form #footer-simple {
	background: url(/images/wrapper-simple-form-bottom.png) left top no-repeat;
}

body.simple_form #footer-simple ul {
  padding-left: 0;
}

body.simple_form #content input[type=text], 
body.simple_form #content input[type=password] {
  width: 286px;
  background: white;
  padding: 3px 5px;
  border: 1px solid #ccc;
}

body.simple_form #content .default-input-value {
  color: #666;
}

body.simple_form #content select {
  padding: 6px;
  width: 298px;
  border: 1px solid #ccc;
  background: white;
}

body.simple_form #content .cke_skin_v2 .cke_editor {
  width: 100%;
}

body.simple_form form fieldset {
  
  padding: 15px 18px 5px;
  margin-bottom: 6px;
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}

body.simple_form form fieldset > div {
  margin-bottom: 1.2em;
  float: left;
  width: 100%;
}
