/*------------------------------------------------------------------------
# com_rapidcontactex - Rapid Contact Ex
# ------------------------------------------------------------------------
# author    Christopher Mavros - Mavrosxristoforos.com
# copyright Copyright (C) 2008 Mavrosxristoforos.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: https://mavrosxristoforos.com
# Technical Support:  Forum - https://mavrosxristoforos.com/support/forum
-------------------------------------------------------------------------*/

/* WARNING! This file should not be used as is.
*  It should be copied to another location of your website, e.g. in your templates/your_template/css directory
*  and then edited according to your needs. Please make sure that you specify its new location in the Component Options.
*  Below, you can find some CSS selector examples that you can use.
*/

div.rapid_contact_ex {
  /* Containing Div */
}

div.rapid_contact_ex .intro_text {
  /* Pre-Text */
}

div.rapid_contact_ex .inputbox {
  /* Input Boxes */
}

div.rapid_contact_ex .checkbox, div.rapid_contact_ex .radio {
  /* Checkboxes & Radio Buttons */
}

div.rapid_contact_ex .textarea {
  /* Textarea */
}

div.rapid_contact_ex .button {
  /* Button */
}

.rpx_field_input label {
  /* Labels */
}