@charset "utf-8";
/* CSS Document */

/*HTML*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a {
	text-decoration: underline;	
	outline: none;
	color: #006bb7;
}

.arrow {
	margin-right: 4px;	
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img, img a { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

strong {
  font-weight: bold;
}

html{
	height: 100%;	
}

body {
	min-height: 100%;	
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height: 18px;
	background-color: #e4eff3;
	background-image: url(../images/menu-bg.gif);	
	background-repeat: repeat-x;
}

body#jobseeker {
	background-image: url(../images/background_tile.gif);
}

body.internal {
	
	background-color: #d7e8f2;
}

.warning {
	color:#FF0000;
}

/*WRAPPER*/

#wrapper {
	width:960px;
	margin:0 auto;
	position: relative;
}

/*HEADER*/

#header {
	width:960px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 117px;	
	display: relative;
	
}

#jobseeker #header {
	height: 123px;	
	margin: 0px 0px 6px;
}

#menu {
	height: 45px;
	margin-bottom: 10px;
	display: block;
}

#menu img {
	display: block;	
	float: left;
}

#header_logo {
	width:490px;
	height:117px;
	position: absolute;
	left: 0px;
}

#header_logo img {
	padding:20px 0 0 0;
}

/*HEADER SIGNUP*/

#header_signup {
	width:470px;
	height:117px;
	position: absolute;
	right: 0px;
}

#header_login {
	width:470px;
	height:30px;
	color:#FFF;
	text-align:right;
}

#header_login_left {
	width:8px;
	height:30px;
	float:right;
	background-image: url(../images/header_signup_leftend.png);
	background-repeat: no-repeat;
}

#header_login_right {
	width:8px;
	height:30px;
	float:right;
	background-image: url(../images/header_signup_rightend.png);
	background-repeat: no-repeat;
}
#header_login_details {
	height:30px;
	float:right;
	line-height:25px;
	overflow:hidden;
	background-image: url(../images/header_signup_background.png);
	background-repeat: repeat-x;
}

#header_login_details input {
	vertical-align:text-top;
}

/*HEADER BANNER*/

#header_banner {
	width:470px;
	height:93px;
	text-align:right;
}

#header_banner img {
	padding:10px 0 0 0;
}

/*CONTENT*/

#content {
	width:960px;
	overflow: hidden;
	
}

.home-content {
  background-color: #fff;
  padding: 9px 10px 46px;
  width: 940px;
}

.content-top {
	height: 9px;
	background-image: url(../images/content-top.gif);
}

.content-middle {
	padding: 0px 10px 20px;;
	background-color: #fff;
	overflow: auto;
}

.content-bottom {
	height: 9px;
	background-image: url(../images/content-bottom.gif);
}



/*SIDEBAR*/

#sidebar {
	width:320px;

	float:left;
}

#sidebar_top {
	width:320px;
	height:4px;
	line-height: 4px;
	font-size: 1px;
	background-image: url(../images/sidebar_top.png);
}

#sidebar_bottom {
	width:320px;
	height:4px;
	line-height: 4px;
	font-size: 1px;
	background-image: url(../images/sidebar_bottom.png);
}

#sidebar_wrap {
	width:312px;
	background-image: url(../images/sidebar_tile.png);
	background-repeat: repeat-y;
	padding:0 4px;
}

#sidebar_header {
	width:300px;
	height:39px;
	padding:0 6px;
	margin:0 0 4px 0;
	background-image: url(../images/sidebar_header.png);
	color:#FFF;
	font-size:16px;
	line-height:39px;
}

#sidebar_subheader {
	width:300px;
	height:33px;
	padding:0 6px;
	margin:0 0 2px 0;
	background-image: url(../images/sidebar_subheader.png);
	color:#0099ff;
	font-size:12px;
	font-weight:bold;
	line-height:33px;
	
}


#sidebar_subheader img {
	margin:0 5px;
	vertical-align:text-top;
}

#sidebar_subheader input {
	float:right;
	display:block;
	margin:10px 0;
}

#sidebar_subheader_view img {
	margin:7px 5px;
	vertical-align:text-top;
}

#sidebar_details {
	width:312px;
}

#sidebar_details ul {
	list-style:none;
	padding: 10px 15px;
}

#sidebar_details ul li {
	margin: 5px 0;
	list-style: none;
	clear: both;
	overflow: auto;
}

#sidebar_details ul li span {
	display:block;
	color:#818181;
	width:80px;
	float:left;
}

#sidebar_cv {
	width:312px;
	overflow: hidden;
}

#sidebar_cv ul {
	padding: 10px 15px;
}

#sidebar_cv ul li {
	display:inline;
	margin-right:35px;
}

#sidebar_cv ul li span {
	color:#818181;
	margin-right:15px;
}

#sidebar_experts {
	width:286px;
	border: 2px solid #FFF36D;
	background-color: #e5f7fd;
	color: #006ab7;
	padding:10px;
}

#sidebar_experts p {
	margin:5px 0;
}

#sidebar_experts img {
	display:block;
	margin:10px auto 0 auto;
}

#sidebar_banner {
	width:292px;
	padding:15px 5px;
}

#sidebar_banner img {
	margin:5px auto;
	border-style: none;
}

#sidebar_messages {
	width:312px;
}

#sidebar_messages ul {
	padding: 10px 15px;
}

#sidebar_messages ul li {
	display:inline;
	margin-right:35px;
}

#sidebar_messages ul li span {
	color:#818181;
	margin-right:15px;
}

#sidebar_terminate {
	width:312px;
	height:30px;
}

#sidebar_terminate img {
	display:block;
	margin:0 auto;
}

div.sidebarhr {
	height:16px;
	margin:0 0 10px 0;
	background-image: url(../images/sidebar_linebreak.png);
}

div.sidebarhr hr {
	display:none;
}

#main-content {
	width: 634px;
	overflow: hidden;
	background-image: url(../images/main-content-bg.gif);
	margin: 0px 0px 0px 325px;

}

#main-content .content {
	padding: 2px 6px;	
	color: #006ab7;
	overflow: hidden;
}

.content-header {
	width: 100%;
	background-image: url(../images/header-stage1.jpg);
	height: 77px;
}

.cv-manager {
	background-image: url(../images/cv-manager-header.jpg);
	height: 28px;
	padding: 87px 0px 0px 22px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.cv-header {
	background-image: url(../images/cv-manager-view.jpg);
}

.stage6 {
	background-image: url(../images/header-stage6.jpg);
}

.stage4 {
	background-image: url(../images/header-stage4.jpg);
}

.stage3 {
	background-image: url(../images/header-stage3.jpg);
}

.stage2 {
	background-image: url(../images/header-stage2.jpg);
}

.stage5 {
	background-image: url(../images/header-stage5.jpg);
}

.stage7 {
	background-image: url(../images/header-stage7.jpg);
}
.terminate {
	background-image: url(../images/terminate-account-header.jpg);	
}

.change-password {
	background-image: url(../images/change-password-header.jpg);	
}
.your-cv {
	background-image: url(../images/header-your-cv.jpg);	
}
.upload-cv {
	background-image: url(../images/header-cv-upload.jpg);	
}


.endorsement {
	background-image: url(../images/endorsement-header.jpg);	
}

.search {
	background-image: url(../images/search-header.jpg);	
}

.enquire {
	background-image: url(../images/enquiry-header.jpg);	
}

.shortlist {
	background-image: url(../images/header-shortlist.jpg);	
}

.enquiries {
	background-image: url(../images/header-history.jpg);	
}

.cv {
	background-image: url(../images/header-details.jpg);	
}

.privacy {
	background-image: url(../images/privacy-header.jpg);	
}




#main-content .bottom {
	width: 100%;
	background-image: url(../images/main-content-bottom.gif);
	height: 20px;
}

.form-info {
	border: 1px solid #cfe6f2;
	border-left-style: none;
	border-right-style: none;
	padding: 14px 13px;
}

fieldset, .repeat-item {
	margin-top: 8px;
	
}

.repeater {
	margin-top: 8px;	
}

.repeater .repeat-item {
	margin-top: 0px !important;	
}

.field {
	clear: both;	
	position: relative;
}

.field {
	background-color: #f1f9fc;
	padding: 8px 13px 3px;
	border-bottom: 1px dotted #cfe6f2;
	overflow: hidden;
	position: relative;
}

.label, .field legend {
	width: 143px;
	float: left;
	margin-right: 11px;
	color:#006ab7;
}

.label .more {
  font-size: 11px;
}

.field.no-label input {
	margin-left:154px;
}

.field.type-date input {
	width:100px;
}

.field.type-radio .label, .field.type-radio input {
	width:auto;
	float:left;
	clear:none;
}
.field.type-radio .label {
	padding-left:10px;
}


.field.type-radio .option {
	float:left;
	padding-right:20px;
}
.more a {
  color: #006ab7;
  text-decoration: underline;
}

.radio-list label {
	width: auto;
	float: none;	
}

input.text, textarea {
	border: 1px solid #006ab7;
	height: 15px;
	padding: 4px 5px;
	width: 188px;
	float: left;
}

.content-middle .text {
	width: 310px;
}

.login .text {
	width: 182px !important;	
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 50px;
	width: 398px;	
}

select {
	width: 200px;
	float: left;
	height: 21px;
	  border-color: #006ab7;
  border-width: 1px;
  border-style: solid;
}

select.AutoWidth{
	width: auto !important;
}

.radio-list {
	float: left;
}

.radio-list input {
	margin-right: 4px;	
}

.radio-list label {
	margin-right: 54px;	
}

.validator {
	height: 19px;
	width: 19px;
	float: left;
	margin: 2px 0px 0px 3px;
}

.valid {
	background-image: url(../images/approved.gif);
}

.processing {
	background-image: url(../images/loader.gif);
}

.invalid {
	background-image: url(../images/failed.gif);
}

.optional {
	background-image: none;
}

a.add {
	background-image: url(../images/add-entry.gif);
	background-repeat: no-repeat;
	width: 129px;
	height: 41px;
	display: block;
	margin-left: 10px;
	float: left;
	
}

a.delete {
  	background-image: url(../images/delete.gif);
	background-repeat: no-repeat;
	width: 78px;
	height: 33px;
	display: block;
	margin-left: 10px;
	float: left;
}

.stage-five label {
	font-weight: bold;
	width: 81px;
	float: left;
}

.stage-five input {
	float: left;
	margin-right: 30px;
}

.stage-five span {
	margin-left: 120px;
	display: block;
	
}

.stage-five .field {
	padding-bottom: 15px;
}

.tagPicker a {
	text-decoration: none;	
}

.tagPicker .title {
  margin: 18px 0px 6px;
}


#categories {
	width: 146px;
	margin-left: 2px;
	float: left;
	position: relative;
}

#categories ul {
	list-style-position: inside;
}



#categories li{
	list-style: none;
	padding: 6px 0px;
	background: url(../images/bullet.gif);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-bottom: 1px dotted #e6f0f6;
	border-top: 1px solid #fff;
	margin-left: 7px;
	margin-right: 1px;
	position: relative;
}

#categories li.selected {
	border: 1px solid #CFE6F2;
	margin-left: 0px;
	padding-left: 27px;
	margin-right: 0px;
	z-index: 10;
	border-right-style: none;
	background-color: #E3F3F9;
	background-position: 6px 8px;
}

#tags {
	float: left;
	background-color: #e3f3f9;
	border: 1px solid #cfe6f2;
	width: 238px;
	margin-left: -1px;
		
}

#tags ul {
	list-style-position: inside;
}

#tags li{
	list-style: none;	
	
	
	height: 32px;
	line-height: 32px;
	background-image: url(../images/add.gif);
	background-repeat: no-repeat;
	background-position: 185px 8px;
}

#tags li.selected {
	background-image: none;
}

#tags a {
	color: #394e8b;
	padding-left: 10px;
	display: block;
}

#tags li.selected a {
	color: #8b9bcb;	
}


#categories a {
	color: #00aef0;
	font-weight: bold;
	display: block;
}

#selectedTags {
	float: left;
	margin-left: 13px;
	width: 210px;	
}

#selectedTags a {
	display: block;
	height: 23px;
	margin: 4px 0px 5px;
	line-height: 23px;
	color: #323232;
	background-image: url(../images/selected_tag.gif);
	background-repeat: none;
	padding-left: 10px;
	
}

#selectedTags a:hover {
	color: #e21937;
}

.stage-summary, .cv-stage-summary {
	margin: 5px 0px;
	padding: 11px 0px 11px 16px;
	background-color: #e5f7fd;
	overflow: hidden;
	
}

.cv-stage {
	padding-left: 66px;	
	margin-top: -5px;
}

.stage-summary h2 {
	color: #006ab7;
	font-weight: bold;
	font-size: 14px;
}

.stage-summary .info {
	float: left;
	width: 360px;	
}

.cv-stage .info {
	width: 310px;	
}

.stage-summary .info span{
	margin-left: 16px;
}

.stage-summary .edit {
	float: left;
	width: 48px;
}

.click-upload-cv {
	display: block;
	margin-left: 185px;	
	margin-bottom: 8px;
}

.cv-uploaded {
	background-color: #ceeffb;
	clear: both;
	background-image: url(../images/cv-icon.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	min-height: 52px;
	margin: 14px 36px 8px 0px;
	padding: 10px 10px 10px 62px;
	
}

.stage-summary .complete-bar {
	width: 158px;
	border: 1px solid #608e26;
	height: 21px;
	float: left;
	background-image: url(../images/complete-bg.gif);
	margin-top: 0px;
	margin-right: 6px;
}

.stage-summary .inprogress-bar {
	width: 158px;
	border: 1px solid #f3a933;
	height: 21px;
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	background-color: #fff;
}

.stage-summary .incomplete-bar {
	width: 158px;
	border: 1px solid #bf2e0b;
	height: 21px;
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	background-color: #fff;
}

.inprogress-bar .bar {
	height: 21px;
	background-image: url(../images/inprogress-bg.gif);
}

.stage-summary .status {
	float: left;
	display: block;
	margin-top: 0px;
}

.address {
  background-color: #e5f7fd;
  margin: 9px 0px;
  text-align: center;
  padding: 6px 0px 16px;

}

.view-cv {
	color: #000 !important;
}

.logout {
	vertical-align: middle;	
}

.address h1 {
    font-size: 30px;
    margin: 10px 0px;
    text-transform: uppercase;  
}

.view-cv h2 {
  font-size: 24px;
  text-align: center;
  margin: 24px 0px;
  text-transform: uppercase;
}

.view-cv h3 {
  font-size: 14px;
  text-align: center;
  margin: 6px 0px;
  text-transform: uppercase;
}

.view-cv h4 {
  font-weight: bold;
  text-align: center;
}

.cv-information {
  padding: 0px 14px;
}

.cv-information .rule {
  height: 1px;
  line-height: 1px;
  background-color: #e6f0f6;
  margin: 27px 0px;
}

.cv-information p {
  line-height: 18px;
  margin: 18px;
}

.incomplete {
  color: #e51937;
}

.cv-information li{
  list-style: square;
  margin: 12px 0px;
  margin-left: 2em;
}

.button {
  margin-top: 12px;
}

.save {
  float: right;
  margin-right: 18px;
}

.return {
  float: left;
  margin-right: 18px;
}

.details {
  margin-top: 18px;
  overflow: hidden;
  color: #323232;
}

.details p {
  line-height: 18px;
  margin: 18px 0px;
}

.details p span {
  float: right;
}

.intro {
  margin: 0px 12px 22px;
  height: 160px;
}

.left {
  float: left;
  width: 470px;
}

.internal .left {
	width: 699px;	
}

.right {
  margin-left: 470px;
}

.internal .right {
	margin-left: 710px;
	width: 228px;	
}

.register {
  margin: 22px 10px 0px;
}

.register .left {
  width: 205px;
}

.register .right {
  margin-left: 228px;
}

.register label {
  font-weight: bold;
  float: none;
  
}



.register input.text {
  border: 1px solid #7c7c7c;
  width: 214px;
  padding: 2px;
  height: 17px;
  margin: 7px 0px 16px;
  float: none;
}

.form-extra {
  float: left;
  width: 116px;
  
}

img.register {
  margin: 47px 0px 0px 0px;
}

.form-extra input {
  margin-bottom: 8px;
  float: left;
}

.form-extra label {
  font-weight: normal;
  float: left;
  margin-left: 4px;
}

.form-extra a{
  font-size: 10px;
}

.composite {
  width: 63px;
  margin-right: 3px;

}

.blanker {
  z-index: 10;
  background-color: #000;
  position: fixed;
}

.example {
  z-index: 11;
  border: 2px solid #393e52;
  background-color: #fff;
  padding: 60px 20px 24px;
  background-image: url(../images/example-text.gif);
  background-repeat: no-repeat;
  background-position: 20px 24px;
  position: fixed;
}

.example-closer {
  background-image: url(../images/close-example.gif);
  width: 36px;
  height: 36px;
  position: absolute;
  right: -12px;
  top: -13px;
}

.example h1 {
  font-weight: bold;
  font-size: 14px;
  color: #006ab7;
}

.example .help {
  color: #006ab7;
  margin: 7px 0px;
}

.example .example-text {
  background-image: url(../images/quotes.gif);
  background-repeat: no-repeat;
  padding: 0px 28px;
}

.example-text ul {
	margin-left: 1em;	
}

.internal-title {
	margin-bottom: 27px;
}

.right .info {
	background-color: #f1f9fc;
	padding: 3px 2px;
}

.right .info ul{
	margin: 20px 15px 20px 15px;	
}

.right .info li, .registered li{
	margin: 25px 0px;	
	list-style: none;	
	background-image: url(../images/right-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}

.first-radio {
	float: left;
	width: 96px;	
}

label.radio {
	margin-left: 4px;
	color: #7c7c7c;
}

.small {
	width: 100px !important;
}

.terms-container {
	background-color: #f1f9fc;
	padding: 28px 21px;	
}

#divTerms {
	line-height: 18px;
	font-size: 10px;
	color: #7c7c7c;
	clear: both;
}

#terms {
	float: left;
	width: 21px;	
}

.terms-right {
	margin-left: 21px;
}

#input-register {
	float: right;
}

#aToggleTerms {
	font-weight: bold;
}

.div-error {
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	padding-left: 78px;
	min-height: 74px;
	margin: 20px 17px 32px 17px;
	color: #bf2e0b;
	font-weight:bold;
	line-height: 18px;
	
}

.div-error li {
	list-style:none;
	font-weight: normal;
}

.registered {
	line-height: 18px;
	padding: 20px;
	margin: 15px 0px;;
	background-color: #f1f9fc;
	color: #006ab7;
}

.registered li {
	font-weight: bold;
	margin: 25px 0px;
}

.cv-manager-example {
	float: right;
	margin-left: 2px;
}

.left-menu {
	float: left;
	width: 136px;
}

.left-menu ul {
	width: 123px;
	border-top: 1px solid #e3eff3;
}

.left-menu ul li {
	height: 44px;
	border-bottom: 1px solid #e3eff3;
	padding: 10px 15px 0px 15px;
	font-weight: bold;
	list-style: none;
	width: 106px;
}

.left-menu ul li.sel {
	color: #fff;
	border-style: none;
	background-image: url(../images/nav/menu-selected.gif);
	width: 106px;
}

li.sel a {
	color: #fff;	
}

.info-content {
	width: 540px;
	float: left;
	margin-left: 24px;	
}

.info-banner {
	margin-left: 11px;
	width: 228px;
	float: left;
}

.banner {
	background-color: #f1f9fc;
	padding: 3px 2px 25px;;
}

.banner-content {
	margin:0px 13px;
}

.banner p {
	margin: 20px 0px;	
}

.info-content p {
	margin: 27px 0px;
}

p.emphasise {
	font-size: 18px;
	color: #e51937;
	line-height: 24px;
	margin-left: 47px;
	padding-left: 8px;
	border-left: 2px solid #006bb7;	
}

div.emphasise {
	margin-left: 47px;
	padding-left: 8px;
	border-left: 2px solid #006bb7;	
	}

.info-content h2 {
	font-weight: bold;
	margin-bottom: -27px;
}

table.words {
	margin-left: 58px;
	font-size: 14px;
	color: #e51937;
	font-style: italic; 
	
	
}

table.words td {
	border-style: none;	
	height: 36px;
	width: 160px;
}

.login {
	overflow: hidden;
	background-color: #f1f9fc;
	padding: 3px 3px 25px 3px;	
	width:464px;
}

.btn-login {
	float: right;	
}


span.emphasise {
	font-weight: bold;
	text-decoration: underline;	
}

.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #174583;
	margin-top: 20px;
	padding: 24px 0px;
	color: #fff;
}

.footer a {
	color: #fff;	
}

.footer-content {
	width: 960px;
	margin: 0px auto;	
}

.banners {
	margin: 0px 0px 20px 10px;	
	overflow: hidden;
	text-align: center;
}

.banners img {
	margin: 0px 0px 0px 0px;	
}

.footer .disclaimer {
	text-align: right;	
}

ul.login-error {
	background-image: url(../images/login-error.gif);	
	background-repeat:no-repeat;
	padding-left: 39px;
	color: #be2e09;
	
}

ul.login-error li {
	list-style: none;	
}

#stars {
	overflow: hidden;	
	margin-bottom: 6px;
	margin-right: 10px;
	float: left;
}

.star-info {
  vertical-align: bottom;
  height: 22px;
}

.star {
	width: 22px;
	height: 22px;
	float: left;
	padding-right: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.empty {
	background-image: url(../images/star-selector/star-empty.jpg);
}

.hover {
	background-image: url(../images/star-selector/hover.jpg);
}

#stars .selected {
	background-image: url(../images/star-selector/star.jpg);
}
.disabled{
	background-image: url(../images/star-selector/star-disabled.jpg);
	cursor: default;
}

.btn-search {
	margin-top: 18px;
	margin-right: 6px;
	margin-bottom: 14px;
	float: right;	
}

.candidate {
	padding: 11px 0px;
	background-color: #f1f9fc;
	margin: 14px 0px;
	clear: both;
	overflow: hidden;
}

.candidate .buttons {
	margin-top: 23px;
	margin-right: 6px;
}

.buttons img {
	float: right;	
}

.video-cv {
  margin: 5px auto;
  width: 156px;
  display: block;
}

.right-side-field {
  margin-left: 154px;
}

h2.name {
  font-size: 18px;
  font-weight: bold;
  margin: 6px 0px;
}

.view-list-button {
  float: right;
  margin-top: 8px;
}

a.remove-candidate {
  color: #990000;
  background-image: url(../images/remove-icon.gif);
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: 0px 3px;
}

.enquire-btn {
  float: right;
  margin: 4px 0px;
  margin-right: 8px;
}

.candidate-summary {
  width: 100%;
  border: 1px solid #ebd05c;
}

.candidate-summary td {
  border-style: none;
  color: #6d6a5a;
  background-color: #f8f1ba;
  padding: 6px 12px;
}

.no-results {
  margin: 19px 12px;
  line-height: 18px;
}
.no-results p {
  margin: 6px 0px;
}
.person-field {
  color: #818181; margin-right: 18px;
}
.view-cv-right {
  float: right;
}

.cv-manager-error {

	margin: 10px 0px;
	border: 1px solid #da4040;
	background-color: #fff36d;
	color: #da4040;
	padding: 10px 10px 10px 70px;
	background-image: url(../images/error-bg.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.control {
  margin-left: 154px;
}

.list-table td{
  border-style: none;
}

.seminar {
	border-style: none;
	display: block;
	margin: 0px auto 20px;	
}

ol {
	margin-left: 1.5em;	
}

ol li {
	list-style-position: outside;
}

#flash .message {
	padding:10px 20px;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.6);
	font-size:14px;
	background:green;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#flash .message.error {
	background-color:red;
}

#content h1 {
	color:#204683;
	font-weight:bold;
	font-size:30px;
	line-height:1.4em;
	padding:5px 0 10px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
form .submit {
	padding-top:5px;
	padding-bottom:10px;
}
form .submit input, form button, a.button {
	text-decoration:none;
	width:95px;
	height:33px;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#c4001d;
	text-shadow:1px 1px 1px rgba(255,255,255,0.8);
	background:url(../images/button.png) no-repeat 0 0;
	text-transform:uppercase;
	font-size:12px;
	line-height:36px;
	cursor:pointer;
}

a.button {
	display:block;
}

form .submit input {
	float:right;
}

.content-middle.reconfirm legend {
	font-size:18px;
	font-weight:bold;
	color:#174583;
	padding:20px 0;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}

.content-middle.reconfirm .input.radio .option {
	padding:5px 0 5px 20px;
}

.content-middle.reconfirm .input.radio label {
	font-size:13px;
	margin-left:10px;
}
