/* global general styles */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

body {
	/*background-color: #3d0000;*/
	margin: 0;
	padding: 0;
	/*background-image: url(/images/ciscolivevirtual_app_bg.jpg);*/
	background-image: url(/images/ciscolivevirtual_bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0pt;
	background-color: #083646;
}

a {
	color:#fcb736;
	text-decoration:none;
}

a:link { color: #fcb736; }
a:visited { color: #fcb736; }
a:active { color: #fcb736; }
a:hover { 
	color: #fcb736;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #cccccc;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #cccccc;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cccccc;
}

input {
	font-size: 10px;
}

.clear {
 	clear:both;
}

.error-msg { 
	color: #FF0000; 
	font-size: 12px;
}

#wrapper {
        position: relative;
	width: 912px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 190px;
	/*background-color: #1b1b1b;*/
	overflow: hidden;
}

#header {
	background-color: #000000;
	border: 1px solid #884141;
}

#maincontent {
	/*
	background-image: url(/images/clv_shortform_bg.gif);
	
	background-repeat: repeat-x;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #884141;
	*/
}

.content-header {
	margin: 0;
}

.form-error {
	background-color: #CCCCCC;
	padding: 10px 10px 10px 10px;
	text-align: center;
	border: 1px solid #999999;
}

#column1 {
	float: left;
	width: 370px;
	height: 520px;
	padding-top: 30px;
	background-image: url(/images/clv_shortform_main.gif);
	background-repeat: no-repeat;
}

#column2 { 
    float: left;
	width: 329px;
	margin-left: 8px;
}

#column2-top {
	background-image: url(/images/clv_col2a.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 1.1;
	width: 329px;
	height: 207px;
	padding-top: 8px;

}

#column2-mid {
	padding-top: 8px;
	background-image: url(/images/clv_col2b.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 1.1;
	width: 329px;
	height: 154px;

}

#column2-bot {
	padding-top: 8px;
	background-image: url(/images/clv_col2c.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 1.1;	
	width: 329px;
	height: 143px;

}

#column2-top-pre {
	background-image: url(/images/clv_col2a_pre.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 1.1;
	width: 329px;
	height: 207px;
	padding-top: 8px;

}

#column2-mid-pre {
	padding-top: 8px;
	background-image: url(/images/clv_col2b_pre.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 1.1;
	width: 329px;
	height: 154px;

}

#column2-bot-pre {
	padding-top: 8px;
	background-image: url(/images/clv_col2c_pre.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 1.1;
	width: 329px;
	height: 143px;

}

#column2a-bot {
	padding-top: 8px;
	background-image: url(/images/clv_shortform_form02.gif);
	background-repeat: no-repeat;
	width: 329px;
	height: 293px;
}

#column3 {
    position: absolute;
    top: 0px;
    right: 0px;
	width: 196px;
	height: 520px;
	background-image: url(/images/clv_shortform_bnr.gif);
	background-repeat: no-repeat;
}

#form-login {
	margin: 35px 15px 0px 25px;	
}

#form-subscribe {
	margin: 35px 15px 0px 15px;	
}

#form-guest {
	margin: 30px 15px 0px 15px;	
}

#form-forgotpassword {
	margin: 30px 25px 0px 25px;	
}

#form-register {
	margin: 5px 25px 0px 25px;	
}

#form-full-register {
	float: left;
	margin: 6px 25px 0px 25px;	
}

.field-left {
	clear: left;
	float: left;
}

.field-right {
	float: right;
}

.field-label {
	margin-top: 4px;
}

.field-input {
}

.hidden {
visibility: hidden;
}

.field-button {
	margin-top: 4px;	
}


.form-div {
	width: 90%;
	padding: 0px 0px 0px 0px;
}

.form-content {
	width: 100%;
	overflow: hidden;
}

form .input-element {
    width:133px;
}

form .input-element-checkbox {
    width:20px;
}

.field-row {
	margin: 10px 0px 10px 0px;
	width: 100%;
}

.field-description {
	margin: 0px 0px 0px 0px;
}

.field-input-description {
	float: left;
	margin: 0;
	text-align: left;
}

.field-input .select {
	width: 100px;
}
.required { color: #FF0000; }

.field-tc {
	margin-top: 4px;
	font-size: 11px;
}

.field-notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.field-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 30px;
}

.field-description2 {
	margin: 0px 0px 0px 0px;
	padding-left: 30px;
	padding-right: 30px;
}

#error-register {
	color: #FF0000;
	text-align: center;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.footer_bottom {
  position: relative;
  top: -180px;
  color: #ffffff;
}

.footer_bottom font a {
  color: #cccccc;
  text-decoration: underline;
}
