/*
 * $Id: styles.css,v 1.2 2011/11/29 12:24:37 hansent Exp $
 *
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

form#newsletterMain { width:460px; }
form#newsletterMain input { margin-bottom:10px; }
form#newsletterMain label { width:160px; float:left; margin-bottom:5px; }
form#newsletterMain .radio { width:50px; float:left; margin-top:1px; }
form#newsletterMain .radioerror { color:#e3001b; }
form#newsletterMain br { clear:both; }
form#newsletterMain .txt { width:260px; height:auto; }
form#newsletterMain .footnote,
form#newsletterMain .actionLink { margin-left:0px; }

form#newsletterMain .wwFormTable {}
form#newsletterMain .label { width:160px; float:left; margin-bottom:5px; border: 0px dotted red;}
form#newsletterMain .errorLabel {font-style:italic; color: #e3001b; }
form#newsletterMain .errorMessage {font-weight:bold; text-align: center; color: #e3001b; }
form#newsletterMain .checkboxLabel {}
form#newsletterMain .checkboxErrorLabel {color: #e3001b; }
form#newsletterMain .required {}
form#newsletterMain .tdLabel {text-align:right; vertical-align:top; }
