/*---------------------Ticket System Landing Page-------------------*/

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img {
	border:none;
}
form {
	padding:0;
	margin:0;
}
a {
	color:#277dc9;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#FF7200;
	text-decoration:underline;
}
a.click_here {
	text-decoration:underline;
}
.small {
	font-size:10px;
	color:#CCCCCC;
	text-decoration:underline;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#535353;
	padding:0 0 3px 0;
	margin:0;
}


/*BOXES and styles*/
#faq_box, .ticket_box, #account_box {
	width:32%;
	border:1px solid #e1e1e1;
	min-height:350px;
	height:auto;
	}

/* Internet Explorer min height wa */
/*\*/
* html #faq_box, * html .ticket_box, * html #account_box {
height: 350px;
}
/**/
	

#ticket_box {

	}
#account_box {

	}
	.image {
		padding:5px 0 5px 5px;
	}
	.title {
		padding:10px 10px 10px 0;
	}
	.description {
		color:#aaaaaa;
		padding:10px;
	}
	.login {
		color:#666666;
		margin:15px 0 0 0;
	}
	.logintext, .loginpassword {
		border:1px solid #999999;
		width:150px;
		margin:0;
	}
	
/*footer*/
#footer {
	padding:10px 0 0 0;
	clear:both;
	color:#999999;
	}
	#footer a {
		color:#999999;
		font-weight:normal;
		padding:5px;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
		color:#FFA500;
	}