/********************************
 * Auteur: Antoine Minoux       *
 * Email: aminoux@reflectiv.net *
 * Société: reflectiv.net       *
 * Projet: gsPanel, 2010.       *
 *******************************/

body {
	background: #fff url("../images/1px_background.png") repeat-x left top;
	font-family: Georgia,serif;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	line-height: normal
}

#container {
	margin: 128px auto 0;
	width: 1090px;
	height: 376px;
	background: transparent url("../images/screen.png") no-repeat left top
}

/********************************************
 * Right side of this page                  *
 * Containing title, message and form field *
 *******************************************/

#aside {
	float: right;
	margin-right: 90px
}

#aside h1 {
	text-indent: -9999px;
	background: transparent url("../images/logo.png") no-repeat right top;
	margin: 63px 0 25px 0;
	height: 60px;
	width: 100%
}

#aside h2 {
	text-align: right;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px
}

#aside p {
	text-align: right;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 43px
}

#aside form div, #aside div {
	color: #538b27;
	display: block;
	text-align: right
}

#aside form div strong {
	display: block;
	text-align: right;
	margin-top: 10px;
	font-size: 0.9em;
	color: red;
	font-style: normal;
}

/*****************************
 * Designing email textfield *
 ****************************/

#emailfield {
	width: 200px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: transparent url("../images/1px_form.png") repeat-x left top;
	border: 1px solid #c4c4c4;
	font-family: Georgia, serif;
	font-style: italic;
	color: #777
}

#emailfield:focus {
	border: 1px solid #0a88d5;
	color: #444;
	font-style: normal;
}

/***************************
 * Designing submit button *
 **************************/

#submitbutton {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	padding: 10px 10px 9px;
	
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	
	text-decoration: none;
	
	border-top: solid #8fdb5d 1px;
	border-right: solid #538b27 1px;
	border-bottom: solid #538b27 1px;
	border-left: solid #8fdb5d 1px;
	
	color: #fff;
	background-color: #8bc55d

}

#submitbutton:hover {
	cursor: pointer;
	color: #fff
}

#submitbutton:active {
	border-left: solid #538b27 1px;
	border-top: solid #538b27 1px;
	border-right: solid #8fdb5d 1px;
	border-bottom: solid #8fdb5d 1px
}

/*************************************************
 * Message displayed in top when an error occurs *
 ************************************************/
.request-error {
    color: #fff;
    background-color: #c55d5d;
    text-align: center;
    font-weight: bold;
    margin: 0 0 0 -250px;
    padding: 5px 10px;
    position: fixed;
    width: 500px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    top: 0;
    left: 50%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
}

div.close-button {
	background: transparent url("../images/close.png") no-repeat right top;
	width: 16px;
	height: 16px;
	float: right;
	cursor: pointer;
}
