body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
 
table {
	border-collapse:collapse;
	border-spacing:0;
}
 
fieldset,img {
	border:0;
}
 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

/* -------------------------- General Styles -------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
/*	background: url(/images/image.gif) #FFF repeat-y left top; */
}

p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
	color: #000;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 15px;
	color: #000;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 15px;
	color: #000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
	color: #000;
}

h4 {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 15px;
	color: #000;
}

p a {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

p a:hover {
	text-decoration: none;
}

#container {
	width:810px;
	margin-left:auto;
	margin-right:auto;
}

#header {
}

img.header-image {
	height: 59px;
	margin-top:20px;
	margin-bottom:20px;
}

#leftbox {
	width:260px;
	height:250px;
	float:left;
	background: url(images/clientportal.png) no-repeat;
}

#centerbox {
	width:260px;
	height:250px;
	float:left;
	margin-left:15px;
	margin-right:15px;
	background: url(images/remoteaccess.png) no-repeat;
}

#rightbox {
	width:260px;
	height:250px;
	float:right;
	background: url(images/accountrequest.png) no-repeat;
}

#footer {
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #002c64;
	height:20px;
	padding-top:5px;
}

#mspagent {
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #002c64;
	height:20px;
	padding-top:5px;
}

#remoteagent {
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #002c64;
	height:20px;
	padding-top:5px;
}


fieldset {
  
}
  
legend {
	color: #003787;
}
  
fieldset ol {  
}
  
fieldset li {  
}
  
fieldset.submit {
}

label {
}

label.col1 {
	font-family:Arial, Helvetica, sans-serif;
	color:CCCCCC;
	font-size:14px;
}

form {
	width: 252px;
	height: 192px;
	text-align:center;
	margin-top:50px;
}

.col1 {
	float: left;
	margin: 0px 2px 0px 0px;
	width:93px;
	height: 31px; 
	text-align: right;
}

.col2 {
	display: block;
	float: left;
	margin: 0px;
	width:130px;
	height: 31px;
}

div.row {
	clear: both;
	width: auto;
}

.input {
	padding-right: 1px;
	padding-left: 1px; 
	padding-bottom: 1px; 
	margin: 4px 0px 5px 8px; 
	font: 11px/14px Arial, Helvetica, sans-serif; 
	color: #5a698b; 
	padding-top: 1px;
}

.textarea {
	width:122px;
	margin: 4px 0px 5px 8px; 
	font: 11px/14px Arial, Helvetica, sans-serif;
}

.submit {
	clear: both;
	width: 252px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 29px;
}

.image-left {
	float: left;
	padding: 0 10px 10px 0;
}

.image-right {
	float: right;
	padding: 0 0 10px 10px;
}

.image-center {
	padding-bottom: 10px;
}

.table-left {
	float: left;
	padding: 0 10px 10px 0;
}

.table-right {
	float: right;
	padding: 0 0 10px 10px;
}

.rule-above {
	border-top: 1px solid #CCC;
	padding-top: 15px;
	margin-top: 15px;
}

.rule-below {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
