/* ------------------------------------------------------------
cs.css
29 Sept 2008
------------------------------------------------------------ */

* {
	margin: 0;
	padding:0;
}

body {
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	background: #7E7E7E url(images/bg-gray-dots-2.png) repeat-x;
	padding-top: 65px;
}



a img {
  border: none;
}

#wrapper {
	margin: 0 auto;
	width: 415px;
	position: relative;
}

h1 {
	margin: 0;
	width: 415px;
	background: url(images/logo-citiservi-fr.png) no-repeat;
	text-indent: -9999px;
}

h1 a {
	display: block;
	height: 110px;
	background: url(images/logo-citiservi-fr.png) no-repeat;
}

h2 {
	margin: 0;
	width: 233px;
	height: 32px;
	background: url(images/comingsoon.png) no-repeat;
	text-indent: -9999px;
}

h3 {
	margin: 8px auto 0;
	width: 403px;
	height: 35px;
	background: url(images/tagline.gif) no-repeat;
	text-indent: -9999px;
}

a {
	text-decoration: none;
}


#emailinvite {
	text-align: left;
	margin: 100px 0 10px 2px;
}

#emailinvite p {
    color: #ddd;
    display: block;
    font-size: 12px;
    margin: 5px 0;
}

#emailinvite p.nospam {
	clear: left;
	padding-top: 2px;
}


fieldset {
	border: none;
}

label {
	font-size: 13px;
	color: #ccc;
}

input#email {
	width: 280px;
	font-size: 260%;
	float: left;
	padding: 3px 2px 3px 36px;
	border: 1px solid #777;
	background: #fff url(images/icon-mail.gif) no-repeat 7px center;
	color: #222;
}

input#email:hover {
	background: #fef4ff url(images/icon-mail.gif) no-repeat 7px center;
	border: 1px solid #707070;
}


input#submit {
	float: left;
	padding: 0;
	margin-left: 5px;
	vertical-align: center;
}

#footer {
	text-align: left;
	margin: 35px 0 0 2px;
	color: #bbb;
	font-size: 11px;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #fef4ff;
}



#spinner {
	position: absolute;
	right: -40px;
	top: 323px;
}

/* ------------------------------------------------------------

Warning Message Box

------------------------------------------------------------ */


.warning {
	position: relative;
	background: #FEB81A url(images/icon-warning.png) no-repeat 8px center;
	border: 1px solid #2E2D1D;
	padding: 8px 5px 8px 27px;
	margin-top: 15px !important;
	margin-bottom: 0;
	color: #555 !important;
	font-size: 13px !important;
	
}

.warning a {
	color: #2E2D1D;
	font-weight: bold;
	text-decoration: underline;
}

.warning a:hover {
	color: #2E2D1D;
}

