@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*
body {
	line-height: 1;
}
*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
body {
	background:url(/WebParagraf-Registration/resources/images/bg.png) #5383be repeat-x;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:18px;
	color:#FFF;

	}
*/
ul {
	margin:25px 0 25px; 0;
	line-height:25px;
	}
a {
	color:#FFF;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
#wraper{
	width:960px;
	margin:auto;
	min-height:768px;
	background-image:url(/WebParagraf-Registration/resources/images/wrap-bg.png);
	position: relative;
	}
#right{
	width:288px;
	float:right;
	padding: 24px 0px 5px 20px;
	border: 1px dashed #FFFFFF;
	margin-top:15px;
	margin-bottom:15px;
	}
#right ul,li{

	list-style: none;
	list-style-type: none;
	}

.alert {
	width:266px;
	margin-top: 25px;
	margin-bottom:25px;
	padding: 5px;
	border-top: 2px solid #F00;
	color: red;
	background:#FFF;
	font-size:14px;
	min-height:30px;
	}
.success{
	width:550px;
	margin-top: 25px;
	margin-bottom:25px;
	padding: 5px;
	border-top: 2px solid #060;
	color: #060;
	background:#FFF;
	font-size:18px;
	min-height:30px;
	}

.security{
	width:600px;
	margin-top: 25px;
	margin-bottom:25px;
	padding: 5px;
	border-top: 2px solid #06F;


	}

.contact{
	width:600px;
	margin-top: 25px;
	margin-bottom:25px;
	padding: 5px;
	border: 1px solid #06F;
	font-size:14px;
	background-color:#FFFFFF;
	color: #36F;
	}
.contact a{
	color: #36F;
	text-decoration:underline;
	}
.contact p{
	margin-padding:25px;

	}
.contact a:hover{
	color: #36F;
	text-decoration: none;
	}

.success a{
	color:#006600;
	font-size:20px;
	font-weight:bold;

	}
.error {
	color: #F90;
	font-size:14px;
	}

.alert img {
	padding:5px;
	float:left;
	}

#left{
	width:630px;
	float:left;
	padding: 0px 10px 10px 10px;
	margin-top:15px;
	}

#left a{
	font-size:18px;

	text-align:center;

	}

.orange {
	color: #d0a545;
	}

.fieldbox {
    background: #eff7fd;
	border: none;
	width:190px;
    height:25px;
	margin-right:5px;
    padding-left:5px;
	margin-top:5px;
	margin-bottom:10px;
}

.fieldboxepnochange {
    background: #eff7fd;
	border: none;
	width:290px;
    height:25px;
	margin-right:5px;
    padding-left:5px;
	margin-top:5px;
	margin-bottom:10px;
}

.fieldboxep {
    background: #eff7fd;
	border: none;
	width:290px;
    height:25px;
	margin-right:5px;
    padding-left:5px;
	margin-top:5px;
	margin-bottom:10px;
}

.autowidth{
	width: auto;
}

.submit {
	width:80px;
	height:30px;
	text-align:center;
	border: none;
	background:url(/WebParagraf-Registration/resources/images/submit-bg.png) ;
	color:#553a05;
	font-weight:bold;
	/*margin-top:15px;*/
	}
.submit:hover {
	background:url(/WebParagraf-Registration/resources/images/submit-hover.png);
	width:80px;
	}
.details-card {
	width:550px;
	text-align:justify;
	border-bottom:3px solid #48679a;
	margin: 5px 0 5px 0;
	padding:5px;
	float:left;
	}

.details-card img {
	float:left;
	margin:0;
	padding:5px;


}

.details-card a {
	float:right;
	padding-top:5px;
	font-size:14px;
	}

.details-card p {
	margin-bottom:15px;
	font-weight:bold;
	}
/*
#footer{
	width:940px;
	position:absolute;
	padding:10px 0 10px 0;
    bottom:-25;
	border-top:1px solid #CCC;
	text-align:center;
	}
*/


.info {
	width:270px;
	border-top: 4px solid #CCC;
	border-bottom: 4px solid #CCC;
	color: #36F;
	background:#FFF;
	font-size:14px;
	min-height:30px;
	}

.info img {
	padding:5px;
	float:left;
	}

.info h1 {
	padding-top:10px;
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;

	}
.info li {
	padding:5px;
	margin:5px;
	list-style: inside;
	list-style-type: square;
	line-height:16px;
	}

.social-network{
	margin:17px;
	float:right; 
	top:0;
	margin-bottom: 15px;
    margin-top: 20px;
	}
	
.social-network img {
	padding: 1.7px;
	}

.space {
	margin-left:11px;
}

.hack{
	position:absolute;
	bottom:10px;
	left:125px;
}

.emergencyhack{
	position:absolute;
	top:1021px;
	left:125px;
}