body {
	height: 100%;
	background-color: #eeeeee;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #686868;
}

.clear { clear: both; }
.defaultBlock { display: block; }			
.companySpecific { display: none; }			
.hidden { display: none; }

#wrapper {
	width: 770px;
	background-image: url("/images/vtoc_login/bg.jpeg");
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 35px;
	margin-bottom: 0px;
	border: 3px solid #cccccc;
}

#loginContainer {
	width: 100%;
}

#loginContent {
	width: 500px;
	float: left;
	margin-top: 175px;
	margin-left: 5px;
}

.loginContentText {
	width: 90%;
	float: left;
	padding-left: 24px;
}

.loginContentText .text1 {
	margin: 15px 0px;
	float: left;
}

.loginContentText .text2 {
	margin-bottom: 15px;
	float: left;
}

.loginContentText .text3 {
	margin-bottom: 10px;
	float: left;
}

#loginContent ul {
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-left: 24px;
}

#loginContent li {
	font-size: 15px;
	font-weight: normal !important;
	padding-left: 0px;
	padding-top: .2em;
}

#loginMenu {
	width: 240px;
	height: auto;
	float: left;
	margin-top: 127px;
	margin-left: 5px;
}

#loginMenu #patientLoginButton {
	width: 240px;
	height: 57px;
	background-image: url("/images/vtoc_login/login_patient_btn.jpg");
	background-repeat: no-repeat;
}

#loginMenu #medicalLoginButton {
	width: 240px;
	height: 53px;
	background-image: url("/images/vtoc_login/login_medical_btn.jpg");
	background-repeat: no-repeat;
}

#loginMenu #registerButton {
	width: 240px;
	height: 53px;
	background-image: url("/images/vtoc_login/login_medical_btn.jpg");
	background-repeat: no-repeat;
}

#loginMenu #login_fields {
	width: 240px;
	height: auto;
	background-image: url("/images/vtoc_login/login_container_bg.jpg");
	background-repeat: repeat-y;
}

#loginMenu #login_round_btm {
	width: 240px;
	height: 15px;
	background-image: url("/images/vtoc_login/login_container_btm.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.button {
	cursor: pointer;
}

.patientLoginText {
	font-size: 13px;
	color: #686868;
	padding-top: 8px;
	padding-left: 28px;
}

.medicalLoginText {
	font-size: 13px;
	color: #686868;
	padding-top: 6px;
	padding-left: 28px;
}

.registerText {
	font-size: 13px;
	color: #686868;
	padding-top: 6px;
	padding-left: 28px;
}

.button h3 {
	margin: 0px;
	padding-left: 28px;
	font-size: 20px;
	color: #ffffff;
}

#languageSelect .language {				
	font-size: 13px;
	color: #686868;
	padding-bottom: 4px;
	padding-left: 28px;
}

.buttonOver {
	color: #555555 !important;
	font-size: 22px !important;
}

.buttonOver_procure {
	color: #05919E !important;
}

.formElement {
	padding-left: 28px;
	padding-bottom: 3px;				
	padding-right: 28px;
}

.formElement.text {
	font-size: 14px;
	color: #686868;
}

.formElement.text.first {
	padding-top: 8px;
}

.formElement a {
	font-size: 13px;
}

.formElement input[type=text], .formElement input[type=password] {
	width: 180px;
}

.formElement.loginBtn {
	width: 240px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin: 6px auto 0px;
}

input.loginBox {
	background: #ffffff;
	border: 1px solid #6290D2;
}

.notice {
	float: left;
	width: 85%;
	margin: 10px 14px 8px !important;
	background-color: #FFA500;
	font-size: 14px;
	text-align: center;
	color: #000000;
	border: 1px solid #000000;
	padding: 3px;
}

#spacer {
	width: 98%;
	text-align: center;
	margin: auto;
	border-bottom: 1px solid #9bcee5;
}

#securityContent {
	width: 530px;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

.securityContentText {
	width: 100%;
	float: left;
	padding-left: 4px;
	//padding-bottom: 15px;
	margin-bottom: 8px;
	font-size: 10px;
}

#securityContent .securityImage {
	width: 14%;
	float: left;
}

#securityContent .securityInfo {
	width: 86%;
	float: left;
}

#poweredBy {
	width: 210px;
	float: right;
	text-align: right;
	margin-top: 8px;
	margin-right: 7px;
}

/* IE 6 fixes */
* html #spacer { margin-top: -20px; }
* html #medicalLoginButton { margin-top: 0px; }			
* html .formElement.text.first { padding-top: 0px; margin-top: 8px; }
* html .formElement input.loginBox { width: 180px !important; }
* html .notice { margin: 10px 7px 8px !important; }
* html .securityContentText { padding-left: 0px !important; margin-bottom: 5px !important; padding-bottom: 0px !important; }

/* IE 7 fixes */
*:first-child+html #spacer { margin-top: -20px; }
*:first-child+html .securityContentText { padding-left: 0px !important; margin-bottom: 7px !important; padding-bottom: 2px !important; }

/* IE 8 fixes */
