/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
} 

#container { /* div you want to stretch */
	min-height: 100%;
	background-image: url(http://redo.pictage.com/redo/images/gray_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #333333;
	background-image: url(http://redo.pictage.com/redo/images/middle_area.jpg);
	background-repeat: repeat-y;
	background-position: center;

}

.main {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	font-size: 16px;
	color: #333333;
	font-weight:bold;
	line-height: 24px;
}

.submit {
	font-size: 18px;
	color: #333333;
	font-weight:bold;
	width: 150px;
	align: center;
}
	
form {

	margin: 0 ;
}
a {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}

a:link {
	color: #0066CC;
	text-decoration: none;
	background-color: transparent;
} 

a:visited {
	color: #0066CC;
	text-decoration: none;
	background-color: transparent;
} 

a:active { 
		color: #FF6600;  
		text-decoration:underline;
		background-color: transparent;
} 

a:hover	{ 
		color: #FF6600; 
		text-decoration:underline; 
		background-color: transparent;
}
		
.leftShadow {
	background-image: url(http://redo.pictage.com/redo/images/leftShadow_tile.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0066CC;
}
.rightShadow {
	background-image: url(http://redo.pictage.com/redo/images/rightShadow_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottomHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0066CC;
}
.bottomText, .bottomText a, .bottomText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 18px;
}

.bottomText a:hover {
	text-decoration:none;
}
.footerText, .footerText a, .footerText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 18px;
}

.footerText a:hover {
	text-decoration:underline;
}

#form {
	background-image: url(http://redo.pictage.com/redo/images/form_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#656565;
}
#top {
	background-image: url(http://redo.pictage.com/redo/images/top_fade.png);
	background-repeat: repeat-x;
	background-position: top;
}
#bottom {
	background-image: url(http://redo.pictage.com/redo/images/bottom_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7E7E7E;
	text-align:right;
}
.bullet {
	display: inline;
	vertical-align: middle;
	
}
.checkbox {
	display: inline;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	
}
.note {
	font-size: 11px;
	color: #999999;
	
}
.textField {
	color:#333333;
	font-size: 11px;
	height:18px;
}

.gray {
	color: #666666;
}

.bodyLight {
	color: #CCCCCC;
}

.bigHeader {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 33px;
	color: #FFFFFF;
}

.selectMenu {
	width: 60%;
}

