/*   forms.css   
     Author: Onextrapixel
     URL: http://www.onextrapixel.com
*/

/*                            Public Email Form                         */
#wrap 
{
	background-image:url(../images/purpleFlamesBG.png);
	background-repeat: no-repeat;
	margin:10px auto;
	width:900px;
}

#header
{
	margin: 10px 0px 20px 0px;
}

#contactForm
{
	width:650px; 
	overflow:hidden;
}

#contactForm label
{
	display:block; 
	padding-bottom:5px; 
	margin-top:20px;
}

#contactForm ul
{
	/*list-style-type: none; /* this removes the list marker */
}

#contactform li
{ 
	padding-bottom:20px;
}

#contactForm li .fieldbox
{ 
	background:transparent; 
	float:left; 
	height:27px; 
	padding-left:5px;
}

#contactForm li .fieldbox input
{
	background:transparent;
	text-decoration: none;  
	height:15px; 
	padding-top:5px;
	width:200px;
	color: #FFFFFF;
	font-size: 20px;	
}


#contactForm li .emailbox
{ 
	background:transparent; 
	float:left; 
	height:27px; 
	padding-left:5px;
}

#contactForm li .emailbox input
{
	background:transparent;
	text-decoration: none;  
	height:15px; 
	padding-top:5px;
	width:350px;
	color: #FFFFFF;
	font-size: 20px;	
}


#contactForm li .mathbox
{ 
	background:transparent; 
	float:left; 
	height:27px; 
	padding-left:5px;
}

#contactForm li .mathbox input
{
	background:transparent;
	text-decoration: none;  
	height:15px; 
	padding-top:5px;
	width:25px;
	color: #FFFFFF;
	font-size: 20px;	
}
#contactForm li .msgbox 
{
	background:transparent; 
	float:left; 
	height:110px; 
	padding-left:5px;
}

#contactForm li .msgbox textarea
{
	background: transparent; 
	height: 110px;
	padding-top: 5px;
	width: 600px;
	color: #FFFFFF;
	font-size: 20px;
	overflow: auto;		 
}
/* * * * * * * * * * * * * * * * * Article Archive Form * * * * * * * * * * * * * * * */
#wrap2 
{
	margin:1px auto;
	width:900px;
}

#entryForm
{
	width:650px; 
	overflow:hidden;
}

#entryForm label
{
	display:block; 
	padding-bottom:5px; 
	margin-top:10px;
	color: #2D00B2;
}

#entryForm li
{ 
	padding-bottom:10px;
}

#entryForm li .fieldbox
{ 
	background:transparent; 
	float:left; 
	height:27px; 
	padding-left:5px;
}

#entryForm li .radioBut
{ 
	background:transparent; 
	float:left; 
	height:27px; 
	padding-left:5px;
}

#entryForm li .fieldbox input
{
	background:transparent;
	text-decoration: none;  
	height:15px; 
	padding-top:5px;
	width:200px;
	color: #CC0000;
	font-size: 20px;	
}

#entryForm li .radioBut input
{
	color: #2D00B2;
}


/*#entryForm li .radioBut input
{
	background:transparent;
	text-decoration: none;  
	height:15px; 
	padding-top:5px;
	width:200px;
	color: #2D00B2;
	font-size: 20px;	
}
*/


.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }

.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(new_arrow.png) no-repeat right #ddd;
   border: 1px solid #ccc;
   }

#entryForm li .msgbox 
{
	background:transparent; 
	float:left; 
	height:110px; 
	padding-left:5px;
}

#entryForm li .area 
{
	background: transparent; 
	height: 110px;
	padding-top: 5px;
	width: 600px;
	color: #CC0000;
	font-size: 20px;
	overflow: auto;		 
}
#sendButton
{
	background: #009933;
	color: #FFFFFF; 
	cursor:pointer;
	padding:5px 10px;
	width: 70px;
	height: 42px;
	font-size: 20px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}

#resetButton
{
	background: #B20000;
	color: #FFFFFF; 
	cursor:pointer;
	padding:5px 10px;
	width: 70px;
	height: 42px;
	font-size: 20px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}
