body,input,select,textarea {
	font-family: "Trebuchet MS",Verdana,sans-serif;
}

.rm-button {
	font-family: "Trebuchet MS",Verdana,sans-serif;
	font-size: 16px;
	padding: 6px;
	border: 1px solid #c0c0c0;
	background-color: white;
}

.site-wrapper {
    width: 1200px;
    margin: auto;
}

.process-step {
    padding: 12px;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 0 4px #000000;
    margin-bottom: 12px;
    float: left;
    background-color: #ffffff;
}

#left-column-wrapper {
    clear:both;
    float:left;
}
	
#known-emails {
    background-color: #f0f0ff;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 4px #000000;
    padding: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}


#known-emails span {
	cursor: pointer;
	color: #0000A0;
}
	
.remind-email-form {
	float: left;
    width: 600px;
    background-color: #f0f0ff;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 4px #000000;
    margin: 24px 0px 0px 24px;
    padding: 12px;
}

.headertable a {
    color: #444;
    font-weight: bold;
}

.votre-message {
	border: 1px solid #a0a0a0;
	box-shadow: 0 0 4px #000000;
	border-radius: 8px;
	display: table;
	padding: 8px;
	background-color: #ffffff;
	width: 100%;
}

.allok {
	color: #00c000;
	font-weight: bold;
}

.rm-mail {
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	padding: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	background-color: #ffffff;
}

.rm-mail-validated {
	color: #008000;
	cursor: pointer;
}

#rm-main-table {
	width: 100%;
}
#rm-main-table textarea,#rm-main-table input,#rm-main-table select {
	font-family: "Trebuchet MS",Verdana,sans-serif;
	font-size: 16px;
	padding: 6px;
	border: 1px solid #c0c0c0;
}

#rm-main-table textarea:focus,#rm-main-table input:focus,#rm-main-table select:focus {
	border: 1px solid #000000;
	box-shadow: 0 0 4px #8080F0;
}

#rm-main-table textarea {
	width: 100%;
}

.rm-label {
	text-align: right;
	font-size: 18px;
}

#rm-submitbutton {
	background-color: #00c000;
	border-radius: 12px;
	color: white;
	font-size: 22px !important;
	cursor: pointer;
}

#alert-confirm {
	background-color: #e0e0e0;
	border: 1px solid #c0c0c0;
	padding: 6px;
	height: 300px;
	overflow-y: scroll;
}
