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

.message{
	border:1px solid #e5e5e5;
	margin-left:0px;
	padding:3px;
	margin-right:70px;
}


A:link, A:visited, A:active {
	color: #265E9B;
	text-decoration: none;
}


A:hover		{
	color: #333333;
	text-decoration: underline;
}


.box-shadow {
  -moz-box-shadow: 0px 0px 3px #7582A1; /* Firefox */
  -webkit-box-shadow: 0px 0px 3px #7582A1; /* Safari, Chrome */
  box-shadow: 0px 0px 3px #7582A1; /* CSS3 */
}


.text-shadow {
  text-shadow: 0px 0px 3px #7582A1; 
 
}

body, html{
	height:100%;	
	overflow: hidden; 
	
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
}
