/*------------------------------------------------------------------------
# RichContact 1.0 - Mars, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2008-2009 Joomla Creativity, All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Joomla Creativity
# Websites:  http://www.joomlacreativity.com
-------------------------------------------------------------------------*/

.infoheader 

{

background: no-repeat 0px 0px #990000;

border-right-width: 250px;

border-right-style: solid;

border-right-color: #e1e0c0;

color:#FFFFFF;

padding-left: 21px;

padding-top:2px;

font-weight: bold;

height:17px;


}

.rctrform {

background-color:#Ffffff;

padding:3px;

}

.rclabel {

font-weight: bold;

}


.asterisk {

color:#FF0000;

font-size:12px;

margin:2px;

}

rcinput, rcselect 

{

font-family: "Trebuchet MS",Arial,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 11px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

}



.rcinputbox 

{

padding-left: 2px;

border-top-width: 1px;

border-top-style: solid;

border-top-color: #9aa587;

border-right-width: 1px;

border-right-style: solid;

border-right-color: #dddddd;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #dddddd;

border-left-width: 1px;

border-left-style: solid;

border-left-color: #9aa587;

}


.rcinputbox:hover

{

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #BCBA72;

border-right-color: #BCBA72;

border-bottom-color: #BCBA72;

border-left-color: #BCBA72;

background-color: #FFFFEA;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

}

.rcinputbox:focus 

{

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #990000;

border-right-color: #990000;

border-bottom-color: #990000;

border-left-color: #990000;

background-color: #ffffcc;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

}


.rcbutton, .rcbutton:hover {

	border-top: 1px solid #DFE5EC;
	
	border-right: 1px solid #8E9CAE;
	
	border-bottom: 1px solid #8E9CAE;
	
	border-left: 1px solid #DFE5EC;
	
	padding: 1px 10px;
	
	padding: 1px 5px;
	
	background: url(../images/button-bg.gif) repeat-x top left #ECF0F4;
	
	color: #646E7B;
	
	cursor:pointer;
	
}

.rcbutton:active, .rcbutton:focus {

	border-top: 1px solid #8E9CAE;
	
	border-right: 1px solid #DFE5EC;
	
	border-bottom: 1px solid #DFE5EC;
	
	border-left: 1px solid #8E9CAE;
	
	cursor:pointer;
	
}


.requiredtext {

padding-left: 2px;

font-weight: bold;

color:#000000;

}
