/*   Belick.com 2008.  All Rights Reserved.  */

body 
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E2FFBE;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background-color: #000000;
	
}
/*/////  PAGE LAYOUT /////*/



	
/* /////////////// MAIN BODY //////////////*/ 
body{}

body a{
	color: #E2FFBE;
	text-decoration: none;
}

p a{
	color: #E2FFBE;
	text-decoration: none;
}

body a:hover{
	color: #E2FFBE;
	text-decoration: underline;
}

h1{
	margin: 0;
}

h2{
	margin: 0;
	font-size: 1.5em;
}

h3{
	margin: 0;
 	padding: 0px 0 2px 0;
 	font-size: 14px;
}
h4{
	margin: 0;
 	font-size: .9em;
}

#pinklink{
color: #F3198F;
}
#text{
font-size: 13px;
}
/* //////////// MAIN BODY END ///////////// */ 

#comp_left{
position: absolute;
left: 100px;
top: 20px;
width: 331px;
}

#comp_right{
position: absolute;
left: 510px;
top: 20px;
width: 300px;
}







/* ALL FORMS */
	

input.subscribe
{
border: 1px solid #ffffff;
    padding: 1px;
	float: center;
    width: 64px; 
	height: ;
	background-color: #000000;
	color:#ff0000;
	font-size: 11px;
	font-weight:;
		
}
input.subscribeform
{
border: 1px solid #ffffff;
    padding: ;
	color: #000000;
	width: 150px; 
	height: ;
    font-size: ;
}


form#profile div.contactFormLeft
{
    display: inline;
    width: 290px;
    margin: 0px 0px 0px 0px; 
    float: left;
}

form#profile div.contactFormRight
{
    display: inline;
	padding: 0px 0px 4px 12px;
    float: left;
}
form#profile div.contactFormFooter
{
    padding: 1px 0px 0px 0px;
    clear: left;
	padding-left: 302px;
	width: 300px;
}

form#profile span
{
    display: block;
    font-size: 10px;
    margin: 0 0 0.5em 0;
}

form#profile input
{
    display: block;
    border: 1px solid #ffffff;
	color: #000000;
	     padding: 0.3em  0.3em  0.3em 0em;
	 height: 25px;
	 width: 320px;
}
form#profile select
{
    display: block;
    border: 1px solid #ffffff;
	padding: 0.3em  0.3em  0.3em 0em;
   	height: 25px;
    width: 321px;
}
form#profile textarea
{
    display: block;
    border: 1px solid #ffffff;
    width: 320px;
	}

form#profile label
{
    display: block;
    margin-top: 0.5em;
}

form#profile label.mandatory
{
    font-weight: bold;
}

form#profile label span
{
    display: inline;
    font-weight: normal;
    font-size: 10px;
}

form#profile label a
{
    font-size: 10px;
}


form#profile select#dobday
{
	width: auto;
	display: inline;
	clear: both;
	float: left;
}

form#profile select#dobmonth
{
	width: auto;
	display: inline;
	float: left;
}

form#profile select#dobyear
{
	width: auto;
	display: inline;
	float: left;
}
form#profile select#eventdayweek
{
	width: auto;
	display: inline;
	clear: both;
	float: left;
}
form#profile select#eventday
{
	width: auto;
	display: inline;
	float: left;
}
form#profile select#eventmonth
{
	width: auto;
	display: inline;
	float: left;
}

form#profile select#eventyear
{
	width: auto;
	display: inline;
	float: left;
}
#clearme
{
	clear: both;
}


form#profile input.hidden
{
    display: none 
}


form#profile input.select
{
    font-size: 10px;
}

form#profile input.submit
{
	margin-top: 20px;
	width: 320px;
	border: 1px solid #ffffff;
	background-color: #DC0D81;
	color: #ffffff;
	padding: 1px;
	font-size: 14px;
	}
	

form#profile input.radio
{
    display: inline;
    width: 25px;
    border: 0;
    margin: 0;
}

form#profile div.profileError
{
    display: block; 
    padding-left: 15px;
    color: #cc0000;
    font-size: 10px;
    background: transparent url(/layout/profile_error.gif) left top no-repeat;
}

h1.error
{
    font-size: 1.5em;
    color: #cc0000;
    margin: 0 0 1em 15px;
    padding: 0;
}

h1.message
{
    font-size: 1.5em;
    color: #FF7F00;
    margin: 0 0 1em 15px;
    padding: 0;
}


/* END FORMS */
