/*
@AUTHOR:  Marc Nadeau, (*) La Pagerie, http://www.pagerie.com
@CONFORMSTO: css level 2
@CONTRIBUTOR: Your name here
@COPYRIGHT: Marc Nadeau, 2008
@CREATED:  2008-06-16
@DESCRIPTION: acta_publica CMS, style sheet for the join module, exprim-art variant
@FORMAT: text/css
@IDENTIFIER: exprimart.com/medium/exprimart/styles/join.css
@ISPARTOF: Exprim-art, http://exprimart.com/
@ISREFERENCEDBY: http://pagerie.com
@LICENCE: GPL version 3
@MODIFIED: 2008-06-16
@PUBLISHER: Marc Nadeau, La Pagerie, http://www.pagerie.com
@VERSION: 0.8.6-16

Copyright 2007 Marc Nadeau <droits@pagerie.com>

This program is free software; you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation; version 3 of
the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program;
if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/


div#join_by_phone, div#confirm_sent
	{
	margin-top: 3ex;
	padding: 1ex;
	border: #fff solid thin;
	width: 40em;
	margin: auto;
	margin-top: 3ex;
	}

h1#thank_you
	{
	background-color: #f6f6f6;
	border: #009 solid thin;
	font-size: 120%;
	padding: 1ex;
	border: #eff solid thin;
	margin: auto;
	margin-top: 3ex;
	}



input#name, input#email, input#phone_number
	{
	width: 24em;
	background-color: #fff;
	border: #000 solid thin;
	padding: 0.3ex;
	}

p
	{
	margin: auto;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
	}

p.error
	{
	text-align: justify;
	}
	
p#will_contact
	{
	margin-top: 3ex;
	text-align: justify;
	}

table#join_by_mail
	{
	background-color: #f6f6f6;
	border: #fff solid thin;
	width: 40em; 
	margin: auto;
	padding: 1ex;
	margin-top: 7ex;
	}

td.question
	{
	width: 11em;
	text-align: right;
	padding: 0.5ex;
	}

td.question
	{
	text-align: left;
	padding: 1ex;
	}

textarea#message
	{
	width: 32em;
	height: 10ex;
	background-color: #fff;
	border: #000 solid thin;
	}


