/* common start */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #FD3F33;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
}
img { border: 0px;}

/* Для всплывающих окон*/
#popup_main {padding:10px;}

#email_head {
	text-align: center;
	font-size: 20px;
}

#alert{font-size: 16px; font-style:italic; font-weight: bold;}

#close {text-align: center;}
#close a                                      { color: #ffffff; text-decoration: underline;  font-size: 16px; font-weight: bold;}
#close a:hover                      { color: #ffffff; text-decoration: none; }
#close a:visited                 { color: #ffffff; text-decoration: underline;}
#close a:visited:hover { color: #ffffff; text-decoration: none;}
