@charset "UTF-8";
/* CSS Document */

/*Live Support Page Styling*/



#livesupport{			position: relative;
						width: 1000px;
						height: 200px;
						background-color: #fff;
						padding-top: 2em;
						}
			

fieldset{				width: 350px;
						height: 85px;
						margin: auto;
						border: 1px solid #ccc;
						background-color: #fff;
						} 

			
	
legend,table{			font-family: "Trebuchet", Arial, Helvetica, sans-serif;
						font-size: medium;
						color: #369;		
						font-weight: bold;
						}	

.button{				background-color:transparent;
						background-image: url(../graphics/submit_bg.gif);
						background-repeat: repeat-x;
						color: #000;
						font-family: "Trebuchet", Arial, Helvetica, sans-serif;
						font-size: x-small;
						font-weight: 700;
						}	

										

/*End Live Support Page Styling*/



/*Portal Login Styling*/

#portallogin{			position: relative;
						width: 1000px;
						height: 400px;
						background-color: #fff;
						padding-top: 2em;
						}

fieldset.portal{		width: 300px;
						height: 145px;
						margin: auto;
						border: 1px solid #ccc;
						background-color: #fff;		
						font-size: medium;
						} 

	#portallogin img {	text-decoration: none; border: 0;}			



/*End Portal Login Styling*/


td{font-family: "Trebuchet", Arial, Helvetica, sans-serif;
						font-size: small;
						color: #003366;		
						font-weight: bold;}
						
